jscodeshift icon indicating copy to clipboard operation
jscodeshift copied to clipboard

A JavaScript codemod toolkit.

Results 119 jscodeshift issues
Sort by recently updated
recently updated
newest added

Fixes: https://github.com/facebook/jscodeshift/issues/494 The steps maintainers have to take: * Optional: enable only squash merge on Pull Requests and disable others https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests * This step is not required, but will keep...

CLA Signed

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.2 to 6.3.0. Release notes Sourced from path-to-regexp's releases. Fix backtracking in 6.x Fixed Add backtrack protection to 6.x (#324) f1253b4 https://github.com/pillarjs/path-to-regexp/compare/v6.2.2...v6.3.0 Commits 75a92c3 6.3.0 f1253b4 Add...

CLA Signed
dependencies

Bumps [dset](https://github.com/lukeed/dset) from 3.1.3 to 3.1.4. Commits 05b1ec0 3.1.4 16d6154 fix: prevent proto assignment via implicit string See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dset&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

CLA Signed
dependencies

Document utility methods for import specifiers as described in #611.

documentation

This is simply to avoid the dependency chain on `rimraf` via `[email protected] -> [email protected]`, which has been deprecated. The [`temp` package](https://github.com/bruce/node-temp) hasn't seen a release in a while, and minimal...

CLA Signed

I am getting "The command line is too long" when trying to run jscodeshift with a pattern match which returns 147 files. I am guessing this is because it passes...

See https://github.com/npm/cli/pull/224

CLA Signed

I ended up digging a bit into the performance here since I noticed that with newer versions of `jscodeshift`, what used to be quick (under Jests 5s timeout) was now...

CLA Signed

I have noticed that in some cases the `concatAll` function in `Runner.js` results in errors. Looks like the function assumes a fully populated nested array, whereas the code that generates...

bug
CLA Signed