webpack-babel-codemod
Import transformer
A codemod script to transform commonjs import statements in JavaScript files to ES2015 imports
Convert anonymous webpack commonjs require statements to es2015 import statements
4 stars
2 watching
1 forks
Language: JavaScript
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ember-codemods/es5-getter-ember-codemod | Automatically converts usage of get and getProperties to traditional object dot notation | 34 |
kcmr/web-components-codemods | Tools for transforming web components in JavaScript code | 8 |
babel/babel | A tool that transpiles modern JavaScript code to earlier versions of the language | 43,241 |
ember-codemods/ember-test-helpers-codemod | A codemod to transform Ember tests to use @ember/test-helpers | 29 |
cpojer/js-codemod | A collection of scripts to transform JavaScript code into a more modern form | 1,218 |
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 |
5to6/5to6-codemod | A collection of codemods to transform JavaScript from ES5 to ES6 syntax | 302 |
ember-codemods/ember-qunit-codemod | Converts older Ember-QUnit syntax to the newer syntax | 36 |
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 |
dhruvdutt/es5-function-to-class-codemod | Transforms ES5 functions to ES6 classes in JavaScript code | 32 |
hacker0x01/coffee-to-es2015-codemod | A set of transforms to convert CoffeeScript code to ES2015 | 36 |
rwjblue/ember-cli-cjs-transform | An addon that allows importing CommonJS files into Ember applications | 48 |
sectorlabs/babel-plugin-transform-named-imports | A Babel plugin that transforms named imports into full path imports to improve tree shaking and reduce bundle size. | 38 |
caseywatts/ember-cli-mirage-faker-codemod | A codemod to help transition from importing faker through ember-cli-mirage to importing it directly from faker. | 2 |