diff --git a/compiler/testData/cli/js/jsHelp.out b/compiler/testData/cli/js/jsHelp.out index 9f4925ea95b..1aa59ca5ada 100644 --- a/compiler/testData/cli/js/jsHelp.out +++ b/compiler/testData/cli/js/jsHelp.out @@ -5,7 +5,9 @@ where possible options include: -meta-info Generate .meta.js and .kjsm files with metadata. Use to create a library -module-kind {plain|amd|commonjs|umd|es} Kind of the JS module generated by the compiler + -ir-output-name Base name of generated files -no-stdlib Don't automatically include the default Kotlin/JS stdlib into compilation dependencies + -ir-output-dir Destination for generated files -output Destination *.js file for the compilation result -output-postfix Add the content of the specified file to the end of output file -output-prefix Add the content of the specified file to the beginning of output file