5to6-codemod
Code transformer
A collection of codemods to transform JavaScript from ES5 to ES6 syntax
A collection of codemods that allow you to transform your js code from ES5 to ES6.
302 stars
7 watching
36 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cpojer/js-codemod | A collection of scripts to transform JavaScript code into a more modern form | 1,218 |
dhruvdutt/es5-function-to-class-codemod | Transforms ES5 functions to ES6 classes in JavaScript code | 32 |
ember-codemods/ember-test-helpers-codemod | A codemod to transform Ember tests to use @ember/test-helpers | 29 |
ember-codemods/es5-getter-ember-codemod | Automatically converts usage of get and getProperties to traditional object dot notation | 34 |
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-native-class-codemod | A codemod project transforms Ember app code to native JavaScript class syntax with decorators. | 68 |
kcmr/web-components-codemods | Tools for transforming web components in JavaScript code | 8 |
r17x/jasat | A tool for automating transformations and modifications to JavaScript code. | 2 |
codemod-js/codemod | Automated refactoring tool that rewrites JavaScript and TypeScript code | 420 |
jhgg/js-transforms | A collection of JavaScript code transformation utilities using js-codeshift | 96 |
agirton/webpack-babel-codemod | A codemod script to transform commonjs import statements in JavaScript files to ES2015 imports | 4 |
coderaiser/putout | Tools to analyze and transform JavaScript code for better readability and maintainability | 708 |
ember-codemods/ember-qunit-codemod | Converts older Ember-QUnit syntax to the newer syntax | 36 |
albinotonnina/mmarkdown | A tool that transforms markdown files with fenced code blocks into updated versions by interpreting and replacing the code with the result of a given JavaScript function | 76 |
rajasegar/codeshift | A Ruby tool to transform source code using Abstract Syntax Trees (ASTs) and parse trees | 47 |