Skip to content

Commit

Permalink
Update packages/babel-parser/src/parser/expression.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jun 1, 2021
1 parent 6c4fc16 commit 84be70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/parser/expression.js
Expand Up @@ -2391,7 +2391,7 @@ export default class ExpressionParser extends LValParser {
checkKeywords: boolean,
isBinding: boolean,
): void {
// All JavaScript reserved words are not longer than 10 characters.
// Every JavaScript reserved word is 10 characters or less.
if (word.length > 10) {
return;
}
Expand Down

0 comments on commit 84be70f

Please sign in to comment.