mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
9 lines
102 B
TypeScript
9 lines
102 B
TypeScript
const x = {
|
|
readonly foo() {
|
|
|
|
},
|
|
public readonly async bar() {
|
|
|
|
},
|
|
public x: 1,
|
|
}
|