[JS IR] add a flag which prepends a custom prefix to the per-module .js files
This commit is contained in:
committed by
TeamCityServer
parent
7bd9462ffb
commit
6e40c814c8
+3
@@ -157,6 +157,9 @@ class K2JSCompilerArguments : CommonCompilerArguments() {
|
||||
@Argument(value = "-Xir-per-module", description = "Splits generated .js per-module")
|
||||
var irPerModule: Boolean by FreezableVar(false)
|
||||
|
||||
@Argument(value = "-Xir-per-module-prefix", description = "Adds a custom prefix to the splitted js files")
|
||||
var irPerModulePrefix: String? by NullableStringFreezableVar(null)
|
||||
|
||||
@Argument(
|
||||
value = "-Xinclude",
|
||||
valueDescription = "<path>",
|
||||
|
||||
Reference in New Issue
Block a user