Commits
Click on a commit to change the comparison rangerefactor(parser): Remove Lexer peeking for modifiers (#11228)
Part of #11194
NOTE: In TypeScript parser.ts, `next_token_can_follow_modifier` seems to be the only place to handle these checks.
https://github.com/microsoft/TypeScript/blob/b504a1eed45e35b5f54694a1e0a09f35d0a5663c/src/compiler/parser.ts#L2765
But we have two places, may revisit it later.