ModuleVersion

constructor(repository: Repository, moduleSize: Long, localImportNames: List<String>, entryPoints: List<String>)

Construct a new ModuleVersion.

Parameters

repository

The enclosing Repository.

moduleSize

The size of the compiled module, in bytes.

localImportNames

The list of module names being imported.

entryPoints

The list of entry points defined in the module.