[K/JS] Move ES modules logic to a new transformer with IC
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@ where possible options include:
|
||||
-libraries <path> Paths to Kotlin libraries with .meta.js and .kjsm files, separated by system path separator
|
||||
-main {call|noCall} Define whether the `main` function should be called upon execution
|
||||
-meta-info Generate .meta.js and .kjsm files with metadata. Use to create a library
|
||||
-module-kind {plain|amd|commonjs|umd}
|
||||
-module-kind {plain|amd|commonjs|umd|es}
|
||||
Kind of the JS module generated by the compiler
|
||||
-no-stdlib Don't automatically include the default Kotlin/JS stdlib into compilation dependencies
|
||||
-output <filepath> Destination *.js file for the compilation result
|
||||
|
||||
Reference in New Issue
Block a user