ember-cli / ember-cli-htmlbars

MIT License
77 stars 66 forks source link

big cleanup #786

Closed ef4 closed 8 months ago

ef4 commented 8 months ago

Lots of code here isn't needed anymore because we dropped support for the last ember versions that needed moduleApiPolyfill, which means we can always use babel-plugin-ember-template-compilation, which is smart enough to handle its own parallelizability.

ef4 commented 8 months ago

I'm also dropping the "addon" APIs transpileTree and precompile.

precompile has been broken for many, many releases and apparently nobody cared, so goodbye.

transpileTree had already been whittled down to nothing but hbsToJs from @embroider/shared-internals.

ef4 commented 8 months ago

Once https://github.com/embroider-build/embroider/pull/1743 is out this should all pass.