mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
add atoms for transformers
This commit is contained in:
parent
15fde7b5ff
commit
8d62017d88
@ -66,6 +66,18 @@ fn main() {
|
||||
"private",
|
||||
"protected",
|
||||
"public",
|
||||
// Used by transforms.
|
||||
"Array",
|
||||
"Object",
|
||||
"Infinity",
|
||||
"NaN",
|
||||
"function",
|
||||
"string",
|
||||
"number",
|
||||
"boolean",
|
||||
"object",
|
||||
"undefined",
|
||||
"length",
|
||||
],
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user