Made -Xfake-override-validator off by default

Deprected -Xdisable-fake-override-validator
This commit is contained in:
Alexander Gorshenev
2020-11-14 03:29:45 +03:00
parent 4e03b1e05f
commit f42b902bc8
5 changed files with 12 additions and 7 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
Usage: kotlinc-js <options> <source files>
where advanced options include:
-Xdisable-fake-override-validator
Disable IR fake override validator
This option is deprecated
-Xenable-js-scripting Enable experimental support of .kts files using K/JS (with -Xir only)
-Xerror-tolerance-policy Set up error tolerance policy (NONE, SEMANTIC, SYNTAX, ALL)
-Xfake-override-validator Enable IR fake override validator
-Xfriend-modules=<path> Paths to friend modules
-Xfriend-modules-disabled Disable internal declaration export
-Xgenerate-dts Generate TypeScript declarations .d.ts file alongside JS file. Available in IR backend only.