I don't get the use case...
You usually get ReDoS out of malicious regex you may have copy and paste from somewhere.
And here the solution proposed is: let use rust regex engine wraped in wasm and let's keep copy and paste poison from the net?! Is it?
Am I missing something?
Also, this seems to work only on the BE side, aka Node.js no FE side available yet (see https://github.com/JakeRoggenbuck/regolith?tab=readme-ov-file#limitations)
Biome seems promising but a little short on config and plugins.
Could you elaborate more on how you use it?
In particular if you have a casse for custom pattern.
Eg: let say on a specific class type you want always the constructor empty and the params optional. Could you do that in Biome?
Would you mind to elaborate on the difference of degit and plop within the js world and tmpl?
Also, how would you go with introducing a rust cli within a node environment?
Thanks