fivetanley / ember-cli-migrator

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

wip handlebars helpers migrator #17

Closed fivetanley closed 9 years ago

fivetanley commented 9 years ago

@benjamn I was wondering if you had some advice here. Essentially on line 41, I'm trying to just remove this line of code when visiting the call expression. However, builders.emptyStatement() will throw an exception that there is no lines property.