We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1de9bc + 6ca316b commit b5c9d69Copy full SHA for b5c9d69
src/libs/get-unique-name.ts
@@ -116,6 +116,7 @@ const RESERVED_WORDS = new Set([
116
'length',
117
'location',
118
'locationbar',
119
+ 'Map',
120
'Math',
121
'menubar',
122
'moveBy',
@@ -148,6 +149,7 @@ const RESERVED_WORDS = new Set([
148
149
'scrollBy',
150
'scrollTo',
151
'self',
152
+ 'Set',
153
'setInterval',
154
'setTimeout',
155
'status',
@@ -162,8 +164,8 @@ const RESERVED_WORDS = new Set([
162
164
'valueOf',
163
165
'watch',
166
'window',
- // Typescript
167
168
+ // Typescript
169
'as',
170
'implements',
171
'interface',
0 commit comments