Minor: JS test fix
This commit is contained in:
Vendored
+4
-3
@@ -6,9 +6,10 @@ where possible options include:
|
|||||||
-source-map Generate source map
|
-source-map Generate source map
|
||||||
-meta-info Generate metadata
|
-meta-info Generate metadata
|
||||||
-kjsm Generate kjsm-files (for creating libraries)
|
-kjsm Generate kjsm-files (for creating libraries)
|
||||||
-target <version> Generate JS files for specific ECMA version (only ECMA 5 is supported)
|
-target { v5 } Generate JS files for specific ECMA version)
|
||||||
-module-kind Kind of a module generated by compiler. Supported values are: plain (by default), amd, commonjs, umd.
|
-module-kind { plain, amd, commonjs, umd }
|
||||||
-main {call,noCall} Whether a main function should be called; default 'call' (main function will be auto detected)
|
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-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
|
-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
|
-language-version <version> Provide source compatibility with specified language version
|
||||||
|
|||||||
Reference in New Issue
Block a user