diff --git a/src/compiler/utils/names.ts b/src/compiler/utils/names.ts index 8df2a7247b..27acc8eb78 100644 --- a/src/compiler/utils/names.ts +++ b/src/compiler/utils/names.ts @@ -60,6 +60,7 @@ export const globals = new Set([ 'undefined', 'URIError', 'URL', + 'URLSearchParams', 'window' ]);