- Notifications
You must be signed in to change notification settings - Fork7
ember-codemods/ember-3x-codemods
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Ajscodeshift Codemod with a collection of transforms to address the list ofdeprecations introduced to Ember during the 3.x cycle
To run a specific codemod from this project, you would run the following:
npx ember-3x-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js# oryarn global add ember-3x-codemodsember-3x-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js| Introduced in | id | Transform |
|---|---|---|
| 3.1 | use-notifypropertychange... | notify-property-change |
| 3.3 | jquery-event | jquery-event |
| 3.3 | jquery-event | ember-jquery-legacy |
| 3.6 | ember-polyfills.deprecate-merge | deprecate-merge |
| 3.6 | deprecate-router-events | deprecate-router-events |
| 3.6 | array.new-array-wrapper | new-array-wrapper |
| 3.6 | array.new-array-wrapper | array-wrapper |
| 3.6 | object.new-constructor | object-new-constructor |
| 3.9 | computed-property.property | cp-property |
| 3.9 | computed-property.volatile | cp-volatile |
| 3.9 | computed-property.property | cp-property-map |
| 3.9 | jquery-apis | jquery-apis |
| 3.10 | application-controller.router-properties | app-controller-router-props |
| 3.11 | function-prototype-extensions.observes | fpe-observes |
| 3.11 | function-prototype-extensions.on | fpe-on |
| 3.11 | function-prototype-extensions.property | fpe-computed |
For more details, please visit the main Ember 3.xdeprecations page
- clone the repo
- change into the repo directory
yarn
yarn test
yarn update-docs
About
A Codemod with a collection of transforms to address Ember 3.x deprecations
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.