We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents 981f30d + d2ac3d8 commit 313f56cCopy full SHA for 313f56c
src/compiler/utils/names.ts
@@ -15,15 +15,18 @@ export const globals = new Set([
15
'encodeURIComponent',
16
'Error',
17
'EvalError',
18
+ 'history',
19
'Infinity',
20
'InternalError',
21
'Intl',
22
'isFinite',
23
'isNaN',
24
'JSON',
25
+ 'localStorage',
26
'Map',
27
'Math',
28
'NaN',
29
+ 'navigator',
30
'Number',
31
'Object',
32
'parseFloat',
@@ -34,6 +37,7 @@ export const globals = new Set([
34
37
'RangeError',
35
38
'ReferenceError',
36
39
'RegExp',
40
+ 'sessionStorage',
41
'Set',
42
'String',
43
'SyntaxError',
0 commit comments