Evan Wallace
Evan Wallace
There's no explicit setting for this because I don't think this is a good idea to do in the general case, since esbuild may change warnings from time to time...
Closing as this question has been answered.
> Do you have a recommended way one could test out these changes? If you want to try out the command line you just need to type `make` and then...
The returned object has a `ESBUILD_PACKAGE_PATH` property with the package location. You can also just look at the source for `installForTests` and see what it's doing. It just does `npm...
> Will variadic imports be eager or lazy? It'd be quite nice if we could configure that on a case-by-case basis. That would be a separate feature, and isn't addressed...
> Unfortunately, that fails for me: This should be fixed now. Thanks for reporting it.
> I tried to use this branch on our codebase, but it crashes with "The service was stopped" after running for some time (huge amount of logs are generated, no...
> I found a reproduction! It seems to be an interaction with the zip reader, when a dynamic import is found within a dependency Thank you very much for narrowing...
Does any bundler currently do this? What would be the semantics specifically? Would this require the loader to be `dataurl` or `file`? The syntax `import myImg` currently returns a string,...
> The `new URL('./relative/path', import.meta.url)` expression will be replaced with a constant string as if it were an asset reference. It seems weird to me that the bundler would replace...