Adam Freidin
Adam Freidin
this was apparently intentional in `google-java-format` https://github.com/google/google-java-format/issues/103
Thanks for looking at this, Nell! My current use of this, if it helps to drive testing, is ```js fetch('http://example.com').await.json().await.data.x; // --> (await (await fetch('http://example.com')).json()).data.x ``` via `.transform(transformDotAwait)` ```ts export...
And here I thought I had discovered a horrid runtime flaw, and all I did was hit some temporary hack.
I'm pretty sure a remark()-based `` solution is _possible_ (at least in Astro), using the same mechanisms as FileTree and Tabs/TabItem. ``````mdx - ```js title="file1.js" export const hello = 1;...