codemod
Code refacer
Automated refactoring tool that rewrites JavaScript and TypeScript code
codemod rewrites JavaScript and TypeScript using babel plugins.
420 stars
4 watching
18 forks
Language: TypeScript
last commit: 4 months ago
Linked from 1 awesome list
babelcodemod
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-mocha-codemods | Automated tests and code updates for Ember.js applications using codemods | 4 |
kcmr/web-components-codemods | Tools for transforming web components in JavaScript code | 8 |
ember-codemods/ember-qunit-codemod | Converts older Ember-QUnit syntax to the newer syntax | 36 |
cpojer/js-codemod | A collection of scripts to transform JavaScript code into a more modern form | 1,218 |
ember-codemods/ember-native-class-codemod | A codemod project transforms Ember app code to native JavaScript class syntax with decorators. | 68 |
sergiocrisostomo/vue-codemods | A collection of codemod scripts to update and refactor Vue and JavaScript files | 24 |
vutran/preact-codemod | Automates the conversion of React code to Preact | 40 |
ember-codemods/ember-test-helpers-codemod | A codemod to transform Ember tests to use @ember/test-helpers | 29 |
5to6/5to6-codemod | A collection of codemods to transform JavaScript from ES5 to ES6 syntax | 302 |
antfu/eslint-plugin-command | A tool for running custom code transformations on demand using ESLint as the infrastructure | 199 |
ember-codemods/es5-getter-ember-codemod | Automatically converts usage of get and getProperties to traditional object dot notation | 34 |
agirton/webpack-babel-codemod | A codemod script to transform commonjs import statements in JavaScript files to ES2015 imports | 4 |
codemix/babel-plugin-macros | Babel plugin that enables non-syntactic macros in JavaScript for performance and readability optimization | 262 |
babel/babel | A tool that transpiles modern JavaScript code to earlier versions of the language | 43,241 |