~~ indentWidth: 2 ~~ == should format async generated method in object expression == export function readdir(path: string): AsyncIterable { return { async *test(): AsyncIterableIterator { }, }; } [expect] export function readdir(path: string): AsyncIterable { return { async *test(): AsyncIterableIterator { }, }; }