What does the bug relate to?
Describe the bug
There's maybe some issue with es-module-lexer not being able to pick enum exports.
To Reproduce
To be specified
Vite version
5.2.7
Additional context
@Shunjun
I have got another bug that es-module-lexer can not get the exports in ts syntax like export enum XXX { } or export const enum XXX { }
cf #52
What does the bug relate to?
Describe the bug
There's maybe some issue with
es-module-lexernot being able to pick enum exports.To Reproduce
To be specified
Vite version
5.2.7
Additional context
cf #52