Open yyx990803 opened 8 hours ago
enum Foo { Bar = 1 ^ TSEnumMemberName }
https://github.com/oxc-project/oxc/blob/main/npm/oxc-types/types.d.ts#L1048
In babel it's just Identifier | StringLiteral
Identifier | StringLiteral
https://github.com/oxc-project/oxc/blob/b74686c598cd958a95777094fba4f3cb204dca8b/crates/oxc_ast/src/ast/ts.rs#L121-L123
https://github.com/oxc-project/oxc/blob/main/npm/oxc-types/types.d.ts#L1048
In babel it's just
Identifier | StringLiteral