[FIR] Part 3. Setup running platform checkers in CLI
^KT-58881
This commit is contained in:
committed by
Nikolay Lunyak
parent
c4e4776c5e
commit
ed874262e3
@@ -176,6 +176,7 @@ fun compileModuleToAnalyzedFirWithPsi(
|
||||
},
|
||||
useWasmPlatform = useWasmPlatform,
|
||||
)
|
||||
output.runPlatformCheckers(diagnosticsReporter)
|
||||
return AnalyzedFirWithPsiOutput(output, ktFiles)
|
||||
}
|
||||
|
||||
@@ -204,6 +205,7 @@ fun compileModulesToAnalyzedFirWithLightTree(
|
||||
},
|
||||
useWasmPlatform = useWasmPlatform,
|
||||
)
|
||||
output.runPlatformCheckers(diagnosticsReporter)
|
||||
return AnalyzedFirOutput(output)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user