web-components-codemods
Web component transformer
Tools for transforming web components in JavaScript code
Codemods for Web Components. Breaking changes? Don't panic :)
8 stars
2 watching
1 forks
Language: JavaScript
last commit: about 1 month ago
Linked from 1 awesome list
clicodemodsjscodeshiftweb-components
Related projects:
Repository | Description | Stars |
---|---|---|
cpojer/js-codemod | A collection of scripts to transform JavaScript code into a more modern form | 1,218 |
codemod-js/codemod | Automated refactoring tool that rewrites JavaScript and TypeScript code | 420 |
ember-codemods/ember-test-helpers-codemod | A codemod to transform Ember tests to use @ember/test-helpers | 29 |
agirton/webpack-babel-codemod | A codemod script to transform commonjs import statements in JavaScript files to ES2015 imports | 4 |
5to6/5to6-codemod | A collection of codemods to transform JavaScript from ES5 to ES6 syntax | 303 |
ember-codemods/ember-qunit-codemod | Converts older Ember-QUnit syntax to the newer syntax | 36 |
ember-codemods/ember-computed-getter-codemod | Automates replacements of Ember computed getter methods to improve code readability and maintainability | 0 |
ember-codemods/ember-native-class-codemod | A codemod project transforms Ember app code to native JavaScript class syntax with decorators. | 68 |
ember-codemods/ember-mocha-codemods | Automated tests and code updates for Ember.js applications using codemods | 4 |
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 |
r17x/jasat | A tool for automating transformations and modifications to JavaScript code. | 2 |
hacker0x01/coffee-to-es2015-codemod | A set of transforms to convert CoffeeScript code to ES2015 | 36 |
vutran/preact-codemod | Automates the conversion of React code to Preact | 40 |
dhruvdutt/es5-function-to-class-codemod | Transforms ES5 functions to ES6 classes in JavaScript code | 32 |
ember-codemods/es5-getter-ember-codemod | Automatically converts usage of get and getProperties to traditional object dot notation | 34 |