You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the bundle loader requires ES2017+. That means it isn't suitable for other targets and it isn't transpiled on the fly.
Originally I though we should just transpile for every target, but I think it is just easier to just have a single transpiled version that targets ES5 and if the target is less than < ES2017 it uses ES5. ES3 isn't a realistic target to support for deno bundle or Deno.bundle.
The text was updated successfully, but these errors were encountered:
Currently the bundle loader requires ES2017+. That means it isn't suitable for other targets and it isn't transpiled on the fly.
Originally I though we should just transpile for every target, but I think it is just easier to just have a single transpiled version that targets ES5 and if the target is less than < ES2017 it uses ES5. ES3 isn't a realistic target to support for
deno bundle
orDeno.bundle
.The text was updated successfully, but these errors were encountered: