Rebecca Stevens
Rebecca Stevens
Both sync and async now run the above test in ~50ms.
Unfortunately with that last change, the sync and async versions of `minify` are outputting different results. It seems that difference is caused when the `Maximum call stack size exceeded` error...
Everything should now be working correctly. In order to fix the issue with the buffer changes not being rolled back in the event of a `Maximum call stack size exceeded`...
I am able to make a PR if it is wanted.
I just came across this issue too. Here's a workaround that you can use for now: ```ts import { MyAccordionTab, Accordion } from "#components"; // @ts-ignore Accordion.methods.isAccordionTab = (child) =>...
I'm jumping on this too and have decided to make my own version, heavily inspired by `uom-ts`. https://github.com/RebeccaStevens/uom-types
> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....
* **#804** : 2 dependent PRs ([#807](https://github.com/eslint-functional/eslint-plugin-functional/pull/807) , [#810](https://github.com/eslint-functional/eslint-plugin-functional/pull/810) ) * **#811** 👈 * **#803** * **#812** * **#845** * **#809** : 1 other dependent PR ([#825](https://github.com/eslint-functional/eslint-plugin-functional/pull/825) ) * `main`...
* **#804** : 2 dependent PRs ([#807](https://github.com/eslint-functional/eslint-plugin-functional/pull/807) , [#810](https://github.com/eslint-functional/eslint-plugin-functional/pull/810) ) 👈 * **#811** * **#803** * **#812** * **#845** * **#809** : 1 other dependent PR ([#825](https://github.com/eslint-functional/eslint-plugin-functional/pull/825) ) * `main`...
We probably want to bump the minimum ts version up to 4.7