full-moon
full-moon copied to clipboard
implement table type access modifiers
Implements table type access modifiers:
type foo = {
read bar: number
write baz: string,
}