re-sort names

pull/6665/head
Conduitry 5 years ago
parent d65467c115
commit d219325a4c

@ -14,8 +14,6 @@ export const globals = new Set([
'decodeURIComponent',
'document',
'Element',
'HTMLElement',
'SVGElement',
'encodeURI',
'encodeURIComponent',
'Error',
@ -26,6 +24,7 @@ export const globals = new Set([
'global',
'globalThis',
'history',
'HTMLElement',
'Infinity',
'InternalError',
'Intl',
@ -38,8 +37,8 @@ export const globals = new Set([
'Math',
'NaN',
'navigator',
'Number',
'Node',
'Number',
'Object',
'parseFloat',
'parseInt',
@ -54,6 +53,7 @@ export const globals = new Set([
'setInterval',
'setTimeout',
'String',
'SVGElement',
'SyntaxError',
'TypeError',
'undefined',

Loading…
Cancel
Save