Skip to content

Commit b3b8671

Browse files
authored
add's URL to allowed globals list
1 parent 3ca974e commit b3b8671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scope-locals.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export const ALLOWED_GLOBALS = new Set([
4646
// WHATWG
4747
'localStorage',
4848
'sessionStorage',
49+
'URL',
4950
// ////////////////
5051
// functions / utilities
5152
// ////////////////

0 commit comments

Comments
 (0)