Here are
119 public repositories
matching this topic...
A tool to help migrate JavaScript code quickly and conveniently to TypeScript
-
Updated
Aug 19, 2020
-
TypeScript
Codemods for your project config files
-
Updated
Aug 19, 2020
-
JavaScript
codemod rewrites JavaScript and TypeScript using babel plugins.
-
Updated
Aug 21, 2020
-
TypeScript
Improved productivity 💯 with the practical 🤓 use of the power 💪 of Abstract Syntax Trees 🌳 to lint ⚠️ and transform 🔀 your code
-
Updated
Mar 18, 2020
-
JavaScript
📦 Store your configs in one place and share between projects without any pain
A simple codemod to handle the new import style on RN25
-
Updated
May 4, 2017
-
JavaScript
Codemod to migrate from Lodash get and logical and expressions to optional chaining
-
Updated
Jul 17, 2020
-
JavaScript
pluggable and configurable code transformer with built-in eslint, babel plugins and jscodeshift codemods support for js, jsx typescript and flow files
-
Updated
Aug 19, 2020
-
JavaScript
Codemod to update import declarations as per react-native > 0.59.x deprecations.
-
Updated
Jul 16, 2020
-
JavaScript
-
Updated
Dec 26, 2018
-
JavaScript
-
Updated
Aug 21, 2020
-
JavaScript
codemod transformations to help upgrade Next.js codebases
-
Updated
Jul 27, 2020
-
JavaScript
A codemod-cli project for converting Ember objects to es6 native classes
-
Updated
Aug 21, 2020
-
JavaScript
Codemod to convert curly braces syntax to angle brackets syntax
-
Updated
Aug 21, 2020
-
JavaScript
codemod cli for antd v4 upgrade
-
Updated
Aug 13, 2020
-
JavaScript
A tool to automatically fix Django deprecations.
-
Updated
Aug 19, 2020
-
Python
tscodeshift is a toolkit for running codemods over multiple TS files
-
Updated
Oct 5, 2017
-
TypeScript
⚙️ Font Awesome codemod script
-
Updated
Jul 18, 2020
-
TypeScript
Automatically wrap your serverless framework functions with IOpipe
-
Updated
Feb 13, 2019
-
JavaScript
Transform .graphql to graphql-js typescript
-
Updated
Jul 19, 2020
-
TypeScript
🍧 Shave some bytes by using Preact.
-
Updated
May 4, 2018
-
JavaScript
-
Updated
Feb 10, 2020
-
JavaScript
Awesome list of codemods for various languages, libraries and frameworks
A collection of transforms for use with JSCodeshift
-
Updated
Jul 16, 2020
-
JavaScript
-
Updated
May 7, 2018
-
JavaScript
An example of how to use babel as a codemod
-
Updated
Feb 22, 2017
-
JavaScript
A Ruby CLI to transform source code using ASTs - A Ruby Codemod
-
Updated
Sep 24, 2019
-
Ruby
Improve this page
Add a description, image, and links to the
codemod
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
codemod
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The
andmethod is not supported by Jest, where Chai does support it.It should probably cut the assertion in two:
Is this a feasible option for codemods?
If so: I'm willing to work on a PR.