Evan Wallace

Results 542 comments of Evan Wallace

Closing due to lack of a reproduction.

I think this change makes sense (and is trivial, so no need for a PR) but I could see it breaking things with code that relies on this (or that...

Thanks for the excellent investigation above. I'm closing this issue as it sort of sounds like a problem with the package. Specifically it sounds like `prism/plugin` is missing a dependency...

I sympathize with the size problem, but unfortunately esbuild was never designed for this use case. If I did design esbuild for this use case, then I wouldn't have used...

I don't think so, sorry. I believe using the API cuts out the system network library, which is the easy win I was talking about. Further reductions are possible if...

Sorry but I don't know anything about React Native Navigation, so I can't provide an example. I have also never used React Native myself. You'd probably be better served asking...

Closing this issue as this is not the right place to ask this question.

Yes, inject is a good solution. Another way this is typically done is to use esbuild's JS API instead and use `JSON.stringify()` to create a string. Can you provide an...

Unless I'm misunderstanding something, the way to do this right now would be to use `JSON.stringify()` to turn the string `foo` into JS source code suitable for use with `define`:...