summaryrefslogtreecommitdiff
path: root/node_modules/@babel/helper-globals/data/builtin-upper.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@babel/helper-globals/data/builtin-upper.json')
-rw-r--r--node_modules/@babel/helper-globals/data/builtin-upper.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/node_modules/@babel/helper-globals/data/builtin-upper.json b/node_modules/@babel/helper-globals/data/builtin-upper.json
new file mode 100644
index 0000000..4863ce4
--- /dev/null
+++ b/node_modules/@babel/helper-globals/data/builtin-upper.json
@@ -0,0 +1,51 @@
+[
+ "AggregateError",
+ "Array",
+ "ArrayBuffer",
+ "Atomics",
+ "BigInt",
+ "BigInt64Array",
+ "BigUint64Array",
+ "Boolean",
+ "DataView",
+ "Date",
+ "Error",
+ "EvalError",
+ "FinalizationRegistry",
+ "Float16Array",
+ "Float32Array",
+ "Float64Array",
+ "Function",
+ "Infinity",
+ "Int16Array",
+ "Int32Array",
+ "Int8Array",
+ "Intl",
+ "Iterator",
+ "JSON",
+ "Map",
+ "Math",
+ "NaN",
+ "Number",
+ "Object",
+ "Promise",
+ "Proxy",
+ "RangeError",
+ "ReferenceError",
+ "Reflect",
+ "RegExp",
+ "Set",
+ "SharedArrayBuffer",
+ "String",
+ "Symbol",
+ "SyntaxError",
+ "TypeError",
+ "Uint16Array",
+ "Uint32Array",
+ "Uint8Array",
+ "Uint8ClampedArray",
+ "URIError",
+ "WeakMap",
+ "WeakRef",
+ "WeakSet"
+]