oxc/tasks/coverage/misc/fail/oxc-3948.ts
DonIsaac 63f36daae0 feat(parser): parse modifiers with parse_modifiers (take 2) (#3977)
Same as #3948, with fixes for bugs found by @Boshen.
2024-06-30 03:46:34 +00:00

9 lines
102 B
TypeScript

const x = {
readonly foo() {
},
public readonly async bar() {
},
public x: 1,
}