Hunter Fox

Results 8 comments of Hunter Fox

Confirmed, it should be removed

I got the same error, installing typings "fixed" it -- I'm guessing the README or dependencies needs to be updated to include this dependency.

Ran this once, it appears to be working in preserving folder structure (I'm not to point where have a working migrated ember build)

This error happens when recast is unable to parse a file, e.g. the Error: Line 12: Unexpected token ILLEGAL is it's parse error for app.js However, it's not returning after...

https://github.com/fivetanley/ember-cli-migrator/pull/84 so far this appears to fix the errors I saw

Looking into it further, for some reason it is not making the .js files Situation: directory with .coffee, and auto created .map. and .js Deleted the .js's and ran convert...

Solved via disabling the coffee compiler, duh. Feel free to close this (unless want to add additional error handling to catch 1) .js not being generated correctly 2) error in...