fivetanley / ember-cli-migrator

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

Does not handle App.Foo = App.Bar = Ember.Route.extend #16

Closed fivetanley closed 9 years ago

fivetanley commented 9 years ago

currently rewrites as var App.Foo = var App.Bar = Ember.Route.extend

tonysherbondy commented 9 years ago

Hey @fivetanley, I noted this as well as a couple other things in todos. I could probably find some time to take care of them before Ember Conf if you think they would help for your training session. The todos were the following:

The new visitor syntax one is probably the most potentially disrupting.

tonysherbondy commented 9 years ago

Fixed in #46

tonysherbondy commented 9 years ago

Oops, didn't mean to close your issue. Feel free to close if you agree.