source: frontend/node_modules/@babel/helper-globals/data/builtin-upper.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 718 bytes
Line 
1[
2 "AggregateError",
3 "Array",
4 "ArrayBuffer",
5 "Atomics",
6 "BigInt",
7 "BigInt64Array",
8 "BigUint64Array",
9 "Boolean",
10 "DataView",
11 "Date",
12 "Error",
13 "EvalError",
14 "FinalizationRegistry",
15 "Float16Array",
16 "Float32Array",
17 "Float64Array",
18 "Function",
19 "Infinity",
20 "Int16Array",
21 "Int32Array",
22 "Int8Array",
23 "Intl",
24 "Iterator",
25 "JSON",
26 "Map",
27 "Math",
28 "NaN",
29 "Number",
30 "Object",
31 "Promise",
32 "Proxy",
33 "RangeError",
34 "ReferenceError",
35 "Reflect",
36 "RegExp",
37 "Set",
38 "SharedArrayBuffer",
39 "String",
40 "Symbol",
41 "SyntaxError",
42 "TypeError",
43 "Uint16Array",
44 "Uint32Array",
45 "Uint8Array",
46 "Uint8ClampedArray",
47 "URIError",
48 "WeakMap",
49 "WeakRef",
50 "WeakSet"
51]
Note: See TracBrowser for help on using the repository browser.