A codemod for transforming your ember app code to start using @tracked
properties.
@tracked
properties is supported from the 3.13
version of Ember, this codemod should only be used for apps with version 3.13+
.npx ember-tracked-properties-codemod path/of/files/ or/some**/*glob.js
The codemod accepts the following options:
Option | Value | Default | Details |
---|---|---|---|
--always-prefix |
boolean | true |
Always prefix @tracked inline |
yarn
yarn test