add `location` to globals

pull/3682/head
mustafa0x 6 years ago committed by Conduitry
parent 8206c27c0a
commit 44c1b6f23d

@ -23,6 +23,7 @@ export const globals = new Set([
'isNaN', 'isNaN',
'JSON', 'JSON',
'localStorage', 'localStorage',
'location',
'Map', 'Map',
'Math', 'Math',
'NaN', 'NaN',

Loading…
Cancel
Save