[JS SCRIPT] refactor js script infrastructure

- Implement proper script compiler proxy to correctly handle script and its closed-world dependencies
 - Clean up zoo of JsScriptCompilers
This commit is contained in:
Roman Artemev
2019-09-25 20:50:23 +03:00
committed by romanart
parent f59e393e37
commit c0f279811e
25 changed files with 404 additions and 357 deletions
+3 -3
View File
@@ -7,9 +7,9 @@ jvmTarget = "1.6"
dependencies {
compile(project(":kotlin-scripting-common"))
compile(project(":compiler:cli-common"))
compile(project(":js:js.engines"))
compile(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(project(":compiler:backend.js"))
compileOnly(project(":compiler:cli-common"))
compileOnly(project(":js:js.engines"))
}
sourceSets {