JS: split JsInliner
This commit is contained in:
committed by
Anton Bannykh
parent
c65383fa3f
commit
c83b6d46cc
@@ -136,12 +136,6 @@ class K2JSTranslator(private val config: JsConfig) {
|
||||
|
||||
val program = translationResult.buildProgram()
|
||||
|
||||
removeUnusedImports(program)
|
||||
checkCanceled()
|
||||
|
||||
removeDuplicateImports(program)
|
||||
checkCanceled()
|
||||
|
||||
program.resolveTemporaryNames()
|
||||
checkCanceled()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user