cibernox / ember-ast-helpers

Utility belt to level-up your Ember AST transforms
MIT License
40 stars 6 forks source link

Rework package structure to make more sense of it #5

Closed cibernox closed 6 years ago

cibernox commented 6 years ago

Follow a similar approach to the modules RFC in Ember. The default export (if any) is a class. Types and functions are named exports.

Removed the single entry point. Now there is two distinct entry points:

ember-ast-helpers/built-time-component for BuildTimeComponent and related helpers ember-ast-helpers/html for html-related helpers not specifically tied to BuildTimeComponent