parser: 在无歧义重新分析 `await` 后,在 AST 中留下了额外的语句
作者: overlookmotel创建于 2026年9月16日更新于 2026年9月17日
标签C-bugA-parser
The decision whether to treat `await` as an identifier or keyword can have knock-on effects on parsing the remainder of the file. One example is:
内容来源: oxc-project/oxc