🐛 expected ,
but instead found default
#4765
Labels
A-Parser
Area: parser
L-JavaScript
Language: JavaScript and super languages
S-Bug-confirmed
Status: report has been confirmed as a valid bug
Environment information
What happened?
Exporting aliased default as type results in parse error.
Example export syntax that causes the parse error:
export { type default as CrsMeta } from './crs-meta.js'
Expected result
It should not cause parse error.
Code of Conduct
The text was updated successfully, but these errors were encountered: