mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
15 lines
849 B
Plaintext
Vendored
15 lines
849 B
Plaintext
Vendored
Usage: kotlin-dce-js <options> <source files>
|
|
where possible options include:
|
|
-keep <fully.qualified.name[,]>
|
|
List of fully-qualified names of declarations that shouldn't be eliminated
|
|
-dev-mode Development mode: don't strip out any code, just copy dependencies
|
|
-output-dir <path> Output directory
|
|
-Werror Report an error if there are any warnings
|
|
-X Print a synopsis of advanced options
|
|
-help (-h) Print a synopsis of standard options
|
|
-nowarn Generate no warnings
|
|
-verbose Enable verbose logging output
|
|
-version Display compiler version
|
|
@<argfile> Expand compiler arguments from the given file, containing one argument or file path per line
|
|
OK
|