diff --git a/src/scope-locals.ts b/src/scope-locals.ts index b710430..35daf37 100644 --- a/src/scope-locals.ts +++ b/src/scope-locals.ts @@ -46,6 +46,7 @@ export const ALLOWED_GLOBALS = new Set([ // WHATWG 'localStorage', 'sessionStorage', + 'URL', // //////////////// // functions / utilities // ////////////////