ember-module-migrator icon indicating copy to clipboard operation
ember-module-migrator copied to clipboard

Automated migration for new Ember application layout.

Results 26 ember-module-migrator issues
Sort by recently updated
recently updated
newest added

For each module that contains a decorator (e.g. `@computed`) I get the following error: ```bash error parsing file `[path/to/file]` failed to apply codeshift. Possible invalid JS file. Returning original file...

Hello! Thanks for working on this, it will be a massive boon to the community. After following the instructions and serving my app I ran into this build error: ```...

after running `ember-module-migrator` even on a brand new Ember 2.16 project one get's the following ``` The Broccoli Plugin: [Funnel: Funnel: index.html] failed with: Error: Attempting to watch missing directory:...

Not sure exactly what the right tool for this would be something like the nice spinner that ember-cli uses would work, but it would be nice to have an actual...

Components with `/` in their invocation, ala `{{foo/foo-bar}}` should not be converted. Alternatively they could simple be automatically renamed to `foo-foo-bar`, but this could have other unintended side-effect wrt the...

If an app uses the component helper, it may be passing strings that have `/` in them. Generally the component helper makes it hard to be sure a conversion was...

Addresses #27. --- There are still some open questions about where exactly a localized partial would go in the new proposal. Given the following route template (and assuming it was...

https://github.com/rwjblue/ember-module-migrator/blob/8ddb85d6e311d3cbe32e2bc5c70d475864392b3a/bin/ember-module-migrator#L23 On big projects, this list isn't that handy. But rendering it is slower then the whole migration process. Maybe we should by default emit a file with this information...

We have a couple components that are only used on specific routes. It appears (I haven't dug into the migrator internals yet) that the intent is for route-specific components to...

- [ ] Create a model for `JavascriptContent` - [ ] Add ability to get the list of `imports`, and their corresponding `FileInfo`'s (from the `FileInfoCollection`). - [ ] Figure...