vastec / ember-unused-components

Search for unused components in your Ember project
51 stars 12 forks source link

Support typescript files and component colocation #189

Closed evoactivity closed 1 year ago

evoactivity commented 1 year ago

Adds support for typescript files and component colocation (index.hbs, index.ts, index.js)

Can be used now by running

npx evoactivity/ember-unused-components#typescript
raido commented 1 year ago

@tniezurawski could TypeScript support be landed?

tniezurawski commented 1 year ago

@raido Ups, how did I miss that 👀. Sure thing. Thanks @evoactivity!