[JS IR] added a directive to skip IC checks in IR

This commit is contained in:
Anton Bannykh
2021-10-05 18:53:37 +03:00
committed by teamcityserver
parent 94ed6a1dbd
commit c2f7ed2fff
20 changed files with 37 additions and 15 deletions
@@ -77,7 +77,7 @@ class IrModuleToJsTransformerTmp(
files.forEach { StaticMembersLowering(backendContext).lower(it) }
val serializer = JsIrAstSerializer() { "TODO" }
val serializer = JsIrAstSerializer()
val result = mutableMapOf<String, ByteArray>()
files.forEach { f ->