0.2.6 • Published 4 years ago

ember-tracked-properties-codemod v0.2.6

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

ember-tracked-properties-codemod

Build Status Coverage Status npm dependencies Status devDependencies Status

A codemod for transforming your ember app code to start using @tracked properties.

Pre-requisites

  • Since @tracked properties is supported from the 3.13 version of Ember, this codemod should only be used for apps with version 3.13+.
  • This codemod only supports native classes. To get the most out of this codemod, you would need to run the Ember Native class codemod first.

Usage

npx ember-tracked-properties-codemod path/of/files/ or/some**/*glob.js

The codemod accepts the following options:

OptionValueDefaultDetails
--always-prefixbooleantrueAlways prefix @tracked inline

Transforms

Contributing

Installation

  • clone the repo
  • change into the repo directory
  • yarn

Running tests

  • yarn test
0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago