ember-no-implicit-this-codemod
v3.0.0
Published
Codemods for transforming variable usage to be prefixed with `this`, when appropriate
Downloads
63
Keywords
Readme
ember-no-implicit-this-codemod
Usage
- Start your ember development server
- Run Codemod, pointing it at the address of the development server
npx ember-no-implicit-this-codemod http://localhost:4200 path/of/files/ or/some**/*glob.hbs
Contributing
Installation
- clone the repo
- change into the repo directory
yarn
Running tests
yarn test
Running a single test
yarn test --runInBand --testNamePattern=void-elements