tc39 / proposal-call-this

A proposal for a simple call-this operator in JavaScript.
https://tc39.es/proposal-call-this/
MIT License
121 stars 5 forks source link

Suggestion: ESbuild plugin #1

Closed tomByrer closed 3 years ago

tomByrer commented 3 years ago

babel is cool, but slow & I've seen many new projects skip Babel & use Vite or ESBuild, both of which run much faster, saving both time & energy.

js-choi commented 3 years ago

Thanks for raising this issue.

To my knowledge, there is not a very big ES-proposal transpilation ecosystem with ESBuild, which has (reasonably) focused specifically on bundling and minification. So, if I actually did pursue this proposal (it’s still in flux), I would probably use Babel, like all other TC39 syntax proposals have done.

Hopefully that makes sense. :)