TLA was accepted in the specification before the module loading scenarios were fully baked. Probably best to use async IIFEs until the TLA spec bugs are sorted out and the fixes are subsequently implemented in the major…
It's part of the language, but not so much thoroughly vetted. The Chrome/V8 implementation has bugs. https://github.com/evanw/esbuild/issues/253#issuecomment-773...
I can confirm that esbuild is very fast - easily bundling my code a hundred times faster than webpack or rollup. And the minified esbuild bundles are only around 10% larger than what is produced by the JS-based…
TLA was accepted in the specification before the module loading scenarios were fully baked. Probably best to use async IIFEs until the TLA spec bugs are sorted out and the fixes are subsequently implemented in the major…
It's part of the language, but not so much thoroughly vetted. The Chrome/V8 implementation has bugs. https://github.com/evanw/esbuild/issues/253#issuecomment-773...
I can confirm that esbuild is very fast - easily bundling my code a hundred times faster than webpack or rollup. And the minified esbuild bundles are only around 10% larger than what is produced by the JS-based…