diff --git a/src/compiler/utils/names.ts b/src/compiler/utils/names.ts index 8df2a7247b1b..27acc8eb788a 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' ]);