[K/JS] Move ES modules logic to a new transformer with IC

This commit is contained in:
Artem Kobzar
2022-10-13 07:32:44 +00:00
committed by Space Team
parent 54deba63a1
commit de880ce9aa
88 changed files with 2476 additions and 1134 deletions
+1 -1
View File
@@ -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