add atoms for transformers

This commit is contained in:
강동윤 2018-01-13 17:42:57 +09:00
parent 15fde7b5ff
commit 8d62017d88

View File

@ -66,6 +66,18 @@ fn main() {
"private",
"protected",
"public",
// Used by transforms.
"Array",
"Object",
"Infinity",
"NaN",
"function",
"string",
"number",
"boolean",
"object",
"undefined",
"length",
],
);
}