Evan Wallace

Results 542 comments of Evan Wallace

Ah whoops sorry, didn’t see that this was a PR instead of an issue. I’ll close again. In any case, I still plan on doing this.

Yes, I do have plans to support this in the future.

Since this issue was created, import assertions have been demoted from stage 3 (candidate for implementation) back to stage 2 (draft work in progress): https://github.com/tc39/proposal-import-attributes. So I’m closing ties issue...

I don't think it's ready to implement, sorry. If I recall correctly, it's not just a simple switch from `assert` to `with`. I believe they also changed import ~~assertions~~ attributes...

Do you mean like this? https://github.com/evanw/esbuild/releases/tag/v0.19.7 Support for bundling code that uses the `with` keyword was already added to esbuild months ago. One of my motivations for shipping this was...

Since this issue was created, import assertions have been demoted from stage 3 (candidate for implementation) back to stage 2 (draft work in progress): https://github.com/tc39/proposal-import-attributes. So I’m closing ties issue...

FYI the latest release of esbuild now supports bundling with import assertions (using `with` keyword, with different semantics than the `assert` keyword): https://github.com/evanw/esbuild/releases/tag/v0.19.7. These import attributes are currently passed to...

I'm closing this issue because this is a known limitation of source maps, and I don't want to expand esbuild's scope to try to add hacks like this to the...