evalScriptPacks

internal fun evalScriptPacks(compiledPacks: Collection<RawScriptPack<CompiledScript>>): List<KoremodsScriptPack>(source)

Evaluate a set of raw, compiled koremods scripts by loading their classes into the JVM and retrieving their list of transformers.

Return

a list of evaluated koremods script packs

Parameters

compiledPacks

the script packs to evaluate