add `location` to globals

pull/7738/head
mustafa0x 6 years ago committed by Conduitry
parent 29ce6e0282
commit 3ff1dd010d

@ -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