[JS_IR] Use IrModuleFragment as input to lowering instead of iterable
This way we will be able to reuse existing utils to create a lowering. #KT-63073
This commit is contained in:
@@ -611,7 +611,7 @@ class GenerateIrRuntime {
|
||||
|
||||
ExternalDependenciesGenerator(symbolTable, listOf(jsLinker)).generateUnboundSymbolsAsDependencies()
|
||||
|
||||
jsPhases.invokeToplevel(phaseConfig, context, listOf(module))
|
||||
jsPhases.invokeToplevel(phaseConfig, context, module)
|
||||
|
||||
val transformer = IrModuleToJsTransformer(context, shouldReferMainFunction = false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user