JS: remove -XtypedArraysEnabled flag (always true now)
This commit is contained in:
committed by
Anton Bannykh
parent
60aae55233
commit
4a5e9bbc7f
-1
@@ -2,7 +2,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user