ModuleVersion

fun ModuleVersion(    moduleSize: Long,     localImportNames: List<String>,     entryPoints: List<String>)

Construct a new ModuleVersion.

Parameters

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.