alex-eliot
alex-eliot
> Given that the main use case for this utility is to generate unique `IDREF`s (for labeling inputs and creating other ARIA associations), I would expect that it is: >...
Oh that is very good news, thanks for sharing. Should be much more reliable this way as Vue handles the vnode tree.
Update: the same issue was experienced in vitest and as explained by a reply in my issue for it. (https://github.com/vitest-dev/vitest/issues/4809), the main issue is **ESBuild doesn't yet support decorators**. As...
@manniL You are right, yeah. Though, while the core issue that ESBuild doesn't support decorators yet is the case, one of the proposed solutions (to use `@rollup/plugin-typescript`) seems to allow...
@manniL Thank you, I just did so, feel free to close this :)
I understand how it's an issue with typescript overloading. I'm unsure if it worked before. but feel free to close this issue. I'm content so long as people like me...
> Ok, so in the end it apparently was not that hard, just unknown. TLDR; forget everything, just use [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/master/packages/typescript): On a recent attempt with this on Nuxt 3.9.0, this...