cibernox / ember-ast-helpers

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

Avoid importing stuff from @glimmer/syntax #15

Closed cibernox closed 6 years ago

cibernox commented 6 years ago

The syntax should be passed from the outside, not imported, to avoid depending on a different version of glimmer than the consuming app.

cibernox commented 6 years ago

@Turbo87 Step 1 in the migration.