Closed triallax closed 2 years ago
AFAIK, the ecosystem in general has moved over to const with the 0.15 release. While esbuild may not support lowering these to ES5, many other bundlers and plugins do. I personally don't think that we should retroactively make this change across the ecosystem.
@natefaubion that's fair.
Description of the change
Replace
const
withvar
, since esbuild cannot lowerconst
andlet
tovar
at the moment, preventing transpiling to ES5.Checklist: