KT-3008 Fix JS backend tests

This commit is contained in:
Alexey Andreev
2016-04-12 12:31:00 +03:00
parent 848d7f92fa
commit b556b6efca
5 changed files with 18 additions and 6 deletions
+2 -2
View File
@@ -7,6 +7,7 @@ where possible options include:
-meta-info Generate metadata
-kjsm Generate kjsm-files (for creating libraries)
-target <version> Generate JS files for specific ECMA version (only ECMA 5 is supported)
-module-kind Kind of a module generated by compiler. Supported values are: plain (by default), amd, commonjs, umd.
-main {call,noCall} Whether a main function should be called; default 'call' (main function will be auto detected)
-output-prefix <path> Path to file which will be added to the beginning of output file
-output-postfix <path> Path to file which will be added to the end of output file
@@ -17,5 +18,4 @@ where possible options include:
-help (-h) Print a synopsis of standard options
-X Print a synopsis of advanced options
-P plugin:<pluginId>:<optionName>=<value>
Pass an option to a plugin
OK
Pass an option to a plugin