ember-cli / ember-cli-htmlbars

MIT License
77 stars 66 forks source link

Cleanup unused options #784

Closed ef4 closed 8 months ago

ef4 commented 8 months ago

This is cleanup as an extension to #749. These options stopped really being used at that point.

In the unused options is a complete evaluated copy of the whole ember-template-compiler.js, which is how I noticed this. Loading all that is unnecessary work.

ef4 commented 8 months ago

Note to self: there is still a remaining place where this unnecessarily evaluates the template compiler, since it also does it when computing the cacheKey to pass to babel.

ef4 commented 8 months ago

closing in favor of #786, which is more dramatic.