re-sort names

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

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

Loading…
Cancel
Save