We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20aefd8 + 4b816e6 commit 0227f96Copy full SHA for 0227f96
src/parsers/expression.js
@@ -17,7 +17,7 @@ const improperKeywords =
17
'delete,do,else,export,extends,finally,for,function,if,' +
18
'import,in,instanceof,let,return,super,switch,throw,try,' +
19
'var,while,with,yield,enum,await,implements,package,' +
20
- 'proctected,static,interface,private,public'
+ 'protected,static,interface,private,public'
21
const improperKeywordsRE =
22
new RegExp('^(' + improperKeywords.replace(/,/g, '\\b|') + '\\b)')
23
0 commit comments