Skip to content

Commit

Permalink
Update packages/babel-parser/src/tokenizer/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Ng <bng412@gmail.com>
  • Loading branch information
JLHwung and existentialism committed May 21, 2021
1 parent d91625c commit ae5541e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/tokenizer/index.js
Expand Up @@ -197,7 +197,7 @@ export default class Tokenizer extends ParserErrors {

/**
* lookahead peeks the next token, skipping changes to token context and
* comment statck. For performance it returns a limited LookaheadState
* comment stack. For performance it returns a limited LookaheadState
* instead of full parser state.
*
* The { column, line } Loc info is not included in lookahead since such usage
Expand Down

0 comments on commit ae5541e

Please sign in to comment.