Awesome
ember-memory-leaks-codemod
A collection of codemod's for fixing memory leaks in Ember applications.
Please refer here to know more about memory leaks in Ember applications.
Usage
To run a specific codemod from this project, you would run the following:
npx ember-memory-leaks-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
# or
yarn global add ember-memory-leaks-codemod
ember-memory-leaks-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
Transforms
For fixing prototype reference leaks
npx ember-memory-leaks-codemod prototype-reference-leaks path/of/files/ or/some**/*glob.js
For fixing callback leaks
npx ember-memory-leaks-codemod callback-leaks path/of/files/ or/some**/*glob.js
Contributing
Installation
- clone the repo
- change into the repo directory
yarn
Running tests
yarn test
Update Documentation
yarn update-docs