-
Updated
Jul 6, 2022 - TypeScript
#
codemod
Here are 161 public repositories matching this topic...
A tool to help migrate JavaScript code quickly and conveniently to TypeScript
Codemods for your project config files
-
Updated
Jun 23, 2022 - JavaScript
nodejs
javascript
lint
config
plugin
parser
babel
eslint
babel-plugin
eslint-plugin
ast
eslint-rules
transform
codemod
recast
hacktoberfest
codemods
codeshift
putout
putout-plugin
-
Updated
Jul 5, 2022 - JavaScript
Improved productivity 💯 with the practical 🤓 use of the power 💪 of Abstract Syntax Trees 🌳 to lint ⚠️ and transform 🔀 your code
-
Updated
Jan 25, 2021 - JavaScript
Codemod Stripe used to migrate 4m+ lines of code from Flow to TypeScript
-
Updated
May 20, 2022 - TypeScript
-
Updated
Jun 25, 2022 - JavaScript
sibelius
commented
Mar 13, 2019
- ignore test file patterns, we can read those from jest.config.js
- ignore
it()description - ignore
describe()description
A tool to automatically fix Django deprecations.
-
Updated
Jul 4, 2022 - Python
An https://astexplorer.net wrapper which adds module bundling and hot reloading.
electron
javascript
flow
parser
babel
typescript
webpack
postcss
eslint
babel-plugin
ast
syntax-tree
codemod
jscodeshift
ast-explorer
eslintplugin
codemods
astexplorer
-
Updated
Feb 27, 2022 - TypeScript
Awesome list of codemods for various languages, libraries and frameworks
-
Updated
Mar 22, 2022
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
Apr 3, 2022 - JavaScript
-
Updated
Jul 10, 2021 - JavaScript
Codemod to update import declarations as per react-native > 0.59.x deprecations.
-
Updated
Apr 28, 2022 - JavaScript
Codemods for AVA
-
Updated
Dec 26, 2018 - JavaScript
Codemod to convert curly braces syntax to angle brackets syntax
-
Updated
Jan 28, 2022 - JavaScript
Codemod to convert React PropTypes to TypeScript types.
-
Updated
Mar 26, 2022 - JavaScript
tscodeshift is a toolkit for running codemods over multiple TS files
-
Updated
Oct 5, 2017 - TypeScript
-
Updated
Mar 24, 2022 - TypeScript
A collection of transforms for use with JSCodeshift
refactoring
codemod
jscodeshift
proptypes
default-props
code-transformation
sort-objects
prop-types
codemods
automated-refactoring
astexplorer
sort-jsx
add-react-import
named-imports
named-exports
-
Updated
Apr 28, 2022 - JavaScript
Transform .graphql to graphql-js typescript
-
Updated
Feb 12, 2022 - TypeScript
kiprasmel
commented
Dec 21, 2021
hey, the stuff you added in CodeshiftCommunity/CodeshiftCommunity#58 is very exciting!
i think only problem is that the codeshift-cli package is not available on npm yet?
i would actually consider naming it codemods-cli - since end consumers of the library don't necessarily know what "codeshift" is, but do know what a "codemod" is - i think it'd be better understa
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
-
Updated
May 4, 2018 - JavaScript
Improve this page
Add a description, image, and links to the codemod topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codemod topic, visit your repo's landing page and select "manage topics."
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.