Pooya Parsa
Pooya Parsa
Hi. Splitting builder and server in different process is a good idea and what we are currently working to bring into nuxt (nuxt workers) But what's the point of partially...
NPM/Node packages should expose CSJ for `main` field. Even ESM for (main field of) modules installed in ` node_modules` is not recommended.
I was not aware of this decision. There are also programmatic reasons to keep supporting `ignore` property (For example a module that adds more to ignore patterns)
Both `:` and `/` are reserved as path separators. you might want to consider using `encodeURIComponent` to escape the `/` char.
Thanks for helping document this feature. BTW keep note that it is an advanced feature I introduced back then as an escape hatch. We probably should consider it.
Hi dear @samuelstroschein. Thanks for your suggestion. Consola, because of many ecosystem reasons, is zero dependency so it bundles all deps. But it shouldn't be an issue since we can...
Thanks for clarification by linking issue. I have shared a suggestion for them there. We can easily solve it earlier for consola btw as consola API is dedicated to itself...
nice workaround!
sorry for delay on releasing it will be added with new release soon.
test.only means only log one statement is that what you want from this feature? (It seems too specific, would you care explaining usecases you are thinking about?)