Module Version
constructor(repository: Repository, moduleSize: Long, localImportNames: List<String>, entryPoints: List<String>)
Construct a new ModuleVersion.
Parameters
repository
The enclosing Repository.
module Size
The size of the compiled module, in bytes.
local Import Names
The list of module names being imported.
entry Points
The list of entry points defined in the module.