Daniel Roe
Daniel Roe
I almost always need to configure more than just `true/string[]`. It would also be difficult down the line if we expand options + module authors use it - they would...
a cherry-picked subset works well for me 👌
it seems like this should probably better be reported to https://github.com/nuxt-modules/i18n.
thank you - let's track there
Great idea! I've created [`oxc-walker`](https://github.com/danielroe/oxc-walker) as a separate util for now. Happy to retire it or donate the name to the oxc team if they want (cc: @boshen). (We could...
@Boshen This looks amazing! Right now we are missing the `hasChanged()` utility, which is a slight performance improvement for rollup - we can return undefined from a transform hook if...
I wonder if this is an upstream issue with `unimport`, maybe related to changes in globbing. Has this recently stopped working?
I think this is most likely related to https://github.com/nuxt/nuxt/issues/32175 (which is caused by an upstream rollup bug) would you see if it's resolved with the workaround in that issue?
This is very likely the same upstream rollup bug: https://github.com/rollup/rollup/issues/5975
This _might_ be a `vue-tsc` bug.