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