es5-getter-ember-codemod
Getter transformer
Automatically converts usage of get and getProperties to traditional object dot notation
34 stars
2 watching
14 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ember-codemods/ember-computed-getter-codemod | Automates replacements of Ember computed getter methods to improve code readability and maintainability | 0 |
ember-codemods/ember-test-helpers-codemod | A codemod to transform Ember tests to use @ember/test-helpers | 29 |
ember-codemods/ember-qunit-codemod | Converts older Ember-QUnit syntax to the newer syntax | 36 |
ember-codemods/ember-native-class-codemod | A codemod project transforms Ember app code to native JavaScript class syntax with decorators. | 68 |
rajasegar/ember-3x-codemods | A codemod that addresses deprecations in Ember 3.x by providing a set of transforms to automatically fix deprecated code | 0 |
ember-codemods/ember-mocha-codemods | Automated tests and code updates for Ember.js applications using codemods | 4 |
5to6/5to6-codemod | A collection of codemods to transform JavaScript from ES5 to ES6 syntax | 302 |
agirton/webpack-babel-codemod | A codemod script to transform commonjs import statements in JavaScript files to ES2015 imports | 4 |
ember-codemods/ember-module-migrator | Automated tool for migrating Ember applications to a new module format. | 74 |
dhruvdutt/es5-function-to-class-codemod | Transforms ES5 functions to ES6 classes in JavaScript code | 32 |
cpojer/js-codemod | A collection of scripts to transform JavaScript code into a more modern form | 1,218 |
craigbilner/ember-on-codemod | A codemod that replaces Ember.on with its equivalent JavaScript method calls | 0 |
cibernox/ember-ast-helpers | A utility belt for transforming Ember application code into equivalent HTML structures | 40 |
r17x/jasat | A tool for automating transformations and modifications to JavaScript code. | 2 |
caseywatts/ember-cli-mirage-faker-codemod | A codemod to help transition from importing faker through ember-cli-mirage to importing it directly from faker. | 2 |