fisker Cheung
fisker Cheung
That's how browser renders `` by default.
I was hoping we can transform `foo.at(-1)` to `at(foo, -1)` and we definite a simple "shim" ```js const at = (object, index) => object[index < 0 ? object.length + index...
> install as global: Also, there is no "global", we have many entries, we need inject to all of them. https://unpkg.com/browse/[email protected]/
I'll try use babel to transform.
I want to try use babel api in our replaceModule plugin. Not sure how slow can it be.
It seems the solution is not too bad #13482 All cost about 20s in both this PR and `next` branch, maybe because our source files are all small. :smile:
Fixed in #13482
https://github.com/prettier/prettier/pull/13428#discussion_r973593191
Sorry for missing your comment. Will try again soon.
It seems I have to press Ctrl + D on a new line to exit (can't exit if cursor in middle of text). And ↑ ↓ doesn't work as expected.