Maël Nison

Results 627 comments of Maël Nison

Seems interesting to me; main work to turn it into a library would probably be to document everything that's exposed.

The current way of patching `fs` lives between "C++ bindings" and "Internal JS functions" layers, but on the JS side. This model worked quite well so far, proving very flexible...

It occurs because you list the esm entrypoint through the `module` key, which Node doesn't actually use when resolving `import` calls (it only reads the `exports` field). As a result,...

Please attach the generated files on Windows and Linux

Did you per chance configure git on Windows to automatically convert line returns?

Almost half of the 1400+ chunks generated by esbuild in our application are less than 1kb. Being able to set a minimal size would be crucial to avoid page load...

While it's certainly a little ugly, perhaps the `url(...)` issue (which still exists) could be addressed by making sure the `url(...)` length before / after is the same, by reserving...

> I don't think I understand what data is represented by the path in your example. It might be sufficient to just provide the AST as a string containing the...

@evanw I understand this feature might not be a priority at the moment (which is fine - the other improvements I've seen land are just as useful!) - since it's...

Can you detail your setup? I've just tried running `npx create-react-app hello-world --use-pnp` and the resulting project seemed to work fine.