expand builtins exclusions (#5601)

closes #5600
This commit is contained in:
Alex Lam S.L
2022-08-05 06:37:02 +01:00
committed by GitHub
parent 41b65af6e2
commit 8a07f1202c
3 changed files with 97 additions and 50 deletions

View File

@@ -206,6 +206,7 @@ mangle_unquoted_properties: {
}
mangle = {
properties: {
builtins: true,
keep_quoted: true,
},
}
@@ -305,6 +306,7 @@ mangle_debug_suffix_keep_quoted: {
}
mangle = {
properties: {
builtins: true,
debug: "XYZ",
keep_quoted: true,
reserved: [],