stefanpenner / broccoli-swc

Experimental SWC compiler for broccoli.
14 stars 5 forks source link

Ember App Support #10

Open stefanpenner opened 5 years ago

stefanpenner commented 5 years ago

Experimental App: https://github.com/stefanpenner/ember-on-swc Current blocker: lack of babel-plugin-ember-modules-api-polyfill hacks:

List of Known blockers:

NullVoxPopuli commented 5 years ago

babel-plugin-ember-modules-api-polyfill won't be needed when ember-source is finally released in a sane way, yeah? :)

stefanpenner commented 5 years ago

@NullVoxPopuli ya

lstrzebinczyk commented 4 years ago

If I understood correctly, SWC does not support plugins, and that continues to be a blocker for ember support?

siva-sundar commented 3 years ago

SWC supports plugins.

https://swc.rs/docs/usage-plugin/

We need to migrate the babel plugins.

Would like to assist if we are working on swc plugins for Ember.

@stefanpenner

richgt commented 2 years ago

@stefanpenner - is there any update on this? We're seeing pretty slow build times with Babel, and looking for any improvements we can get. Would also be happy to assist if there are things we can look at.

stefanpenner commented 2 years ago

I am not working on this, so if someone wants to move it forward I would be in full support. I may revisit this in the future (maybe a year from now) but I'm not sure.