BugDomain: ParserHelp Wanted
仓库指标
- 星标
- (108,860 个星标)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 9 个 PR)
描述
🔎 Search Terms
"import defer"
🕗 Version & Regression Information
- This changed between versions ______ and _______
- This changed in commit or PR _______
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about 6.0.3_____
- I was unable to test this on prior versions because _______
⏯ Playground Link
💻 Code
import.defer?.('x');
🙁 Actual behavior
No errors.
🙂 Expected behavior
Should not allow it as an optional call.
Additional information about the issue
Parsers like Oxc, Yuku, SWC, Babel all reject it. I didn't read the spec, but unless they are wrong.