Skip to content

Commit

Permalink
[fix] Add URLSearchParams to list of globals (#6938)
Browse files Browse the repository at this point in the history
  • Loading branch information
TehShrike authored Nov 19, 2021
1 parent eaa9ffa commit 0b2d700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/utils/names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const globals = new Set([
'undefined',
'URIError',
'URL',
'URLSearchParams',
'window'
]);

Expand Down

0 comments on commit 0b2d700

Please sign in to comment.