coffee-to-es2015-codemod
Code converter
A set of transforms to convert CoffeeScript code to ES2015
A set of JSCodeshift transforms that will help you transform your CoffeeScript codebase to ES2015
36 stars
28 watching
5 forks
Language: JavaScript
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
js2coffee/js2coffee | Converts JavaScript code to CoffeeScript syntax | 2,083 |
kcmr/web-components-codemods | Tools for transforming web components in JavaScript code | 8 |
agirton/webpack-babel-codemod | A codemod script to transform commonjs import statements in JavaScript files to ES2015 imports | 4 |
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 |
jsdf/coffee-react-transform | Converts Coffeescript with JSX-style markup to valid Coffeescript | 432 |
edemaine/coffeescript-for-python | Teaches CoffeeScript to Python programmers by converting Python code into CoffeeScript code | 55 |
skovhus/jest-codemods | A toolset to simplify the transition from various testing frameworks to Jest | 881 |
r17x/jasat | A tool for automating transformations and modifications to JavaScript code. | 2 |
5to6/5to6-codemod | A collection of codemods to transform JavaScript from ES5 to ES6 syntax | 302 |
spbooks/coffeescript1 | An archive of resources and code examples to help developers learn CoffeeScript | 25 |
grant/javacoffee | A CoffeeScript-like syntax compiler for Java code | 14 |
markbates/programming-in-coffeescript | A repository of source code for the Programming in CoffeeScript book, providing examples and exercises for learning CoffeeScript programming. | 63 |
fabiosantoscode/js2cpp | A tool that translates JavaScript code into C++ code using static type checking and code generation. | 111 |
jancbeck/barista-beautifier.sugar | Automatically formats HTML, CSS and JavaScript code to make it more readable. | 45 |