[JS IR] added a directive to skip IC checks in IR
This commit is contained in:
committed by
teamcityserver
parent
94ed6a1dbd
commit
c2f7ed2fff
+1
-1
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user