Minor: JS test fix

This commit is contained in:
Alexey Tsvetkov
2016-09-30 15:51:58 +03:00
parent 7d657a8c58
commit 8fa7e1f93e
+4 -3
View File
@@ -6,9 +6,10 @@ where possible options include:
-source-map Generate source map
-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)
-target { v5 } Generate JS files for specific ECMA version)
-module-kind { plain, amd, commonjs, umd }
Kind of a module generated by compiler
-main {call,noCall} Whether a main function should be called
-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
-language-version <version> Provide source compatibility with specified language version