es5-function-to-class-codemod
Function transformer
Transforms ES5 functions to ES6 classes in JavaScript code
Transform ES5 Functions to ES6 Classes
32 stars
3 watching
5 forks
Language: JavaScript
last commit: over 5 years ago
Linked from 1 awesome list
codemodes5es6javascriptjscodeshift
Related projects:
Repository | Description | Stars |
---|---|---|
5to6/5to6-codemod | A collection of codemods to transform JavaScript from ES5 to ES6 syntax | 303 |
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 |
r17x/jasat | A tool for automating transformations and modifications to JavaScript code. | 2 |
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 |
hacker0x01/coffee-to-es2015-codemod | A set of transforms to convert CoffeeScript code to ES2015 | 36 |
thlorenz/es6ify | Transforms modern JavaScript code into older JavaScript syntax on the fly | 594 |
remcohaszing/babel-plugin-transform-react-class-to-function | A plugin that transforms React component classes into functions to improve consistency and simplify code maintenance. | 24 |
ember-codemods/ember-test-helpers-codemod | A codemod to transform Ember tests to use @ember/test-helpers | 29 |
vutran/preact-codemod | Automates the conversion of React code to Preact | 40 |
hemanth/gulp-jstransform | Converts ES6 JavaScript to ES5. | 15 |
cpojer/js-codemod | A collection of scripts to transform JavaScript code into a more modern form | 1,219 |
skovhus/jest-codemods | A toolset to simplify the transition from various testing frameworks to Jest | 882 |
laracasts/php-vars-to-js-transformer | Transforms PHP data into JavaScript format for use in web applications. | 2,213 |