[JS IR BE] basic compiler

This commit is contained in:
Zalim Bashorov
2018-03-14 20:24:02 +03:00
parent 4404c6dd2c
commit e0a070ff35
12 changed files with 202 additions and 16 deletions
@@ -8,5 +8,6 @@ package org.jetbrains.kotlin.test
import java.io.File
val JS_IR_BACKEND_TEST_WHITELIST = listOf(
"js/js.translator/testData/box/package/nestedPackage.kt"
"js/js.translator/testData/box/package/nestedPackage.kt",
"js/js.translator/testData/box/package/deeplyNestedPackage.kt"
).map { File(it) }