JS: review fixes

This commit is contained in:
Anton Bannykh
2019-02-01 13:51:24 +03:00
parent 44dedf3a64
commit d7499363bc
14 changed files with 452 additions and 457 deletions
@@ -17,5 +17,5 @@ class JsProgramFragment(val scope: JsScope, val packageFqn: String) {
val inlineModuleMap: MutableMap<String, JsExpression> = LinkedHashMap()
var tests: JsStatement? = null
var mainFunction: JsStatement? = null
val inlinedFunctionWrappers = mutableMapOf<String, JsGlobalBlock>()
val inlinedLocalDeclarations = mutableMapOf<String, JsGlobalBlock>()
}