Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Support Required Ember Babel Plugins #18

Open
alexlafroscia opened this issue Mar 16, 2021 · 0 comments
Open

Support Required Ember Babel Plugins #18

alexlafroscia opened this issue Mar 16, 2021 · 0 comments

Comments

@alexlafroscia
Copy link
Owner

alexlafroscia commented Mar 16, 2021

ember-cli-babel includes a number of Babel plugins that are required for the ember-cli to operator correctly

https://github.com/babel/ember-cli-babel/blob/master/lib/ember-plugins.js

Without these, the app will not function.

This behavior will either need to be

  1. Implemented by continuing to run Babel alongside esbuild
  2. Re-implemented using an esbuild plugin

The latter would be preferable, but is obviously much more work, and how we would perform the transformation is unclear, since esbuild does not expose an AST that we can manipulate.

@alexlafroscia alexlafroscia created this issue from a note in Support Required Babel Behavior (To Do) Mar 16, 2021
@alexlafroscia alexlafroscia added this to the Initial Release milestone Mar 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant