[JS IR] Change names of ir-only arguments

This commit is contained in:
Ilya Goncharov
2022-10-17 17:59:15 +02:00
committed by Space Team
parent 71011aeaef
commit ca8b415726
4 changed files with 6 additions and 7 deletions
-1
View File
@@ -38,7 +38,6 @@ 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
-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.