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
|
||||
-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
|
||||
|
||||
Reference in New Issue
Block a user