ModuleCompilation

fun ModuleCompilation(    compilationTime: Long,     serializedBody: ByteArray,     serializedBlockPhrases: ByteArray,     manifestEntries: List<ModuleManifestEntry>,     stylingRecord: Repository.StylingRecord)

Construct a new ModuleCompilation, adding the serialized compiled module bytes to the repository without committing.

Parameters

compilationTime

The compilation time of this module.

serializedBody

The serialized form of the compiled module.

serializedBlockPhrases

The serialized form of the module's block phrases.

manifestEntries

The List of entries captured for this module during this just-completed compilation.