[Gradle, JS] Migrate onto destinationDirectory and outputName

This commit is contained in:
Ilya Goncharov
2022-07-27 21:03:05 +02:00
committed by teamcity
parent cd5b9d6356
commit 642fae1a5b
10 changed files with 150 additions and 80 deletions
+2
View File
@@ -38,6 +38,8 @@ where advanced options include:
Enable runtime diagnostics when access safely to boolean in external declarations
-Xlegacy-deprecated-no-warn Disable warnings of deprecation of legacy compiler
-Xmetadata-only Generate *.meta.js and *.kjsm files only
-Xir-output-dir=<directory> Destination for generated files
-Xir-output-name Base name of generated files
-Xpartial-linkage Allow unlinked symbols
-Xrepositories=<path> Paths to additional places where libraries could be found
-Xstrict-implicit-export-types Generate strict types for implicitly exported entities inside d.ts files. Available in IR backend only.