Added support project settings in old kotlin2js compiler and made minor refactoring.

This commit is contained in:
Zalim Bashorov
2013-10-16 16:04:24 +04:00
parent fb8c9c2ef9
commit 5a28f4e158
11 changed files with 92 additions and 139 deletions
@@ -0,0 +1,3 @@
INFO: Invoking compiler org.jetbrains.jet.cli.js.K2JSCompiler with arguments -suppress warnings -printArgs -sourceFiles compiler/testData/cli/simple2js.kt,compiler/testData/cli/warnings.kt
ERROR: Specify output file via -output
COMPILATION_ERROR
+1
View File
@@ -0,0 +1 @@
fun main(args: Array<String>) {}