Here are
82 public repositories
matching this topic...
A web tool to explore the ASTs generated by various parsers.
-
Updated
Sep 16, 2020
-
JavaScript
Codemod to migrate from Lodash get and logical and expressions to optional chaining
-
Updated
Sep 10, 2020
-
JavaScript
-
Updated
Dec 26, 2018
-
JavaScript
-
Updated
Sep 17, 2020
-
JavaScript
Codemod to convert curly braces syntax to angle brackets syntax
-
Updated
Sep 16, 2020
-
JavaScript
codemod cli for antd v4 upgrade
-
Updated
Sep 16, 2020
-
JavaScript
⚙️ Font Awesome codemod script
-
Updated
Jul 18, 2020
-
TypeScript
Automatically wrap your serverless framework functions with IOpipe
-
Updated
Feb 13, 2019
-
JavaScript
🍧 Shave some bytes by using Preact.
-
Updated
May 4, 2018
-
JavaScript
A collection of transforms for use with JSCodeshift
-
Updated
Sep 4, 2020
-
JavaScript
The simplest tool to parse/transform/generate code on ast
-
Updated
Sep 10, 2020
-
JavaScript
JSCodeShift codemod that transforms usage of idx to the draft optional chaining standard.
-
Updated
Sep 16, 2020
-
JavaScript
Codemod script for migrating promise-based functions to use async/await syntax
-
Updated
Sep 6, 2020
-
JavaScript
Because Code Changes and Evolves
-
Updated
Sep 4, 2020
-
JavaScript
A Codemod with a collection of transforms to address Ember 3.x deprecations
-
Updated
Sep 9, 2020
-
JavaScript
A plugin system and CLI for consuming and executing jscodeshift codemods, in a way that is not terrible.
-
Updated
May 14, 2020
-
TypeScript
A toolkit provide some codemod scripts based on jscodeshift to migrating react code base to typesceipt
-
Updated
Apr 25, 2018
-
JavaScript
-
Updated
Nov 6, 2019
-
JavaScript
sweet codemod commands for everyday work with Material UI
-
Updated
Sep 12, 2020
-
TypeScript
Various codemods used around Artsy
-
Updated
Sep 6, 2020
-
TypeScript
🍵 Codemod for jscodeshift to migrate your tests from Jasmine to Chai syntax
-
Updated
Dec 28, 2017
-
JavaScript
🦄 Take the step from co.wrap to async/await automagically
-
Updated
Apr 20, 2018
-
JavaScript
🎨 Codemod to replace relative imports with absolute or custom paths
-
Updated
Feb 6, 2018
-
JavaScript
A codemod for automatically fixing issues reported by eslint-plugin-sort-class-members
-
Updated
May 8, 2020
-
JavaScript
jscodeshift transform and API for finding and replacing module names in import/require statements
-
Updated
Apr 30, 2019
-
JavaScript
-
Updated
Jul 4, 2017
-
JavaScript
Some codemod scripts to transform code for good styling
-
Updated
Apr 21, 2017
-
JavaScript
Codemod to add try catch to all the async await statements
-
Updated
Feb 16, 2019
-
JavaScript
Improve this page
Add a description, image, and links to the
jscodeshift
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
jscodeshift
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.