Anthony Fu
Anthony Fu
Currently the information we have are kinda limited: Should we encourage module authors to have more fields in meta, like `documentation` for custom URL, `description` for short description, etc? https://github.com/nuxt/nuxt/blob/194923129b66e8e473e92caae5d74519e37826ef/packages/schema/src/types/module.ts#L5-L24...
It should be good now; I assume `mod.meta` could be the data structured as `package.json`
I don't use this myself, could you send a quick PR if you already have the fix? Thanks
It seems an edge case bug that bring in by the side-effect for refactoring the plugin container to a class. While should be fixed by `watch_file: this.addWatchFile.bind(this)`, I agree this...
After a brief discussion with the team, I think we made the consensus that this is considered an implementation detail, moving back would require us to do a lot manually...
Thanks for the detailed guides, that look great! While I do not have the page in an iframe, is it possible to get the `discovery` from an append script added...
PR welcome to introduction of the toggle! The reason I did that initially was manually because showing the full path would make the graph very verbose.
Would be great to see someone interested in picking it up! But shouldn't we migrate to all usages as well?
This is pretty tricky, as magic-move is based on the highlighted tokens, but not the hast (in a way, say it runs before transformers). I am not sure if refactor...
> conf is a common extension in linux Do you have any reference to it? Is it safe to assume `x.conf` is in `ini` format? It sounds too general to...