fivetanley / ember-cli-migrator

migrate your files to the standard ember-cli structure, preserving git history
MIT License
106 stars 22 forks source link

Application instance initializers #87

Open hefox opened 6 years ago

hefox commented 6 years ago

Currently ember-cli-migrator is not converting application and instance initializers

I looked it into briefly and it'd take considerable effort to convert it (at least for someone like me who is not too familiar with ast), as they're not typed exports so would need specialized/new logic

https://guides.emberjs.com/v2.2.0/applications/initializers/ https://github.com/ember-cli/ember-cli/issues/2888