chore: format globals whitelist
This commit is contained in:
parent
0177355242
commit
954f3f7560
@ -1,7 +1,25 @@
|
|||||||
export const globalsWhitelist = new Set(
|
export const globalsWhitelist = new Set([
|
||||||
[
|
'Infinity',
|
||||||
'Infinity', 'undefined', 'NaN', 'isFinite', 'isNaN', 'parseFloat', 'parseInt', 'decodeURI',
|
'undefined',
|
||||||
'decodeURIComponent', 'encodeURI', 'encodeURIComponent', 'Math', 'Number', 'Date', 'Array',
|
'NaN',
|
||||||
'Object', 'Boolean', 'String', 'RegExp', 'Map', 'Set', 'JSON', 'Intl'
|
'isFinite',
|
||||||
]
|
'isNaN',
|
||||||
)
|
'parseFloat',
|
||||||
|
'parseInt',
|
||||||
|
'decodeURI',
|
||||||
|
'decodeURIComponent',
|
||||||
|
'encodeURI',
|
||||||
|
'encodeURIComponent',
|
||||||
|
'Math',
|
||||||
|
'Number',
|
||||||
|
'Date',
|
||||||
|
'Array',
|
||||||
|
'Object',
|
||||||
|
'Boolean',
|
||||||
|
'String',
|
||||||
|
'RegExp',
|
||||||
|
'Map',
|
||||||
|
'Set',
|
||||||
|
'JSON',
|
||||||
|
'Intl'
|
||||||
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user