Revert "JS: remove -XtypedArraysEnabled flag (always true now)"

This reverts commit 4a5e9bb
This commit is contained in:
Anton Bannykh
2018-04-09 17:18:12 +03:00
parent 56d1184515
commit 703611a15c
12 changed files with 1219 additions and 25 deletions
+1
View File
@@ -2,6 +2,7 @@ Usage: kotlinc-js <options> <source files>
where advanced options include:
-Xfriend-modules=<path> Paths to friend modules
-Xfriend-modules-disabled Disable internal declaration export
-Xtyped-arrays Translate primitive arrays to JS typed arrays
-Xallow-kotlin-package Allow compiling code in package 'kotlin' and allow not requiring kotlin.stdlib in module-info
-Xcoroutines={enable|warn|error}
Enable coroutines or report warnings or errors on declarations and use sites of 'suspend' modifier