organize-imports-cli icon indicating copy to clipboard operation
organize-imports-cli copied to clipboard

VS Code's 'Organize imports' executable from command line

Results 21 organize-imports-cli issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.35 to 18.6.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.35&new-version=18.6.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.0 to 28.1.3. Release notes Sourced from jest's releases. v28.1.3 Features [jest-leak-detector] Use native FinalizationRegistry when it exists to get rid of external C dependency (#12973) Fixes...

dependencies

One thing I noticed was that for formatting a single file in a large project, organize-imports-cli could be very slow. This PR just doesn't do that loading upfront so that...

``` // organize-imports-disable import 'initialize-stuff'; import 'another-high-priority-thing-that-should-be-second'; // organize-imports-enable import 'a'; import 'b'; // rest of code ```

Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 15.0.0 to 15.1.0. Release notes Sourced from ts-morph's releases. 15.1.0 Bug Fixes DocumentSpan should attempt to load the source file if it's not loaded yet (#1291) (1eda69c)...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies

Bumps [strip-ansi](https://github.com/chalk/strip-ansi) from 6.0.0 to 7.0.1. Release notes Sourced from strip-ansi's releases. v7.0.1 Upgrade dependencies ed41f38 https://github.com/chalk/strip-ansi/compare/v7.0.0...v7.0.1 v7.0.0 Breaking Require Node.js 12 7cda68d This package is now pure ESM. Please...

dependencies

TL;DR: A little bit changes to the options of the `Project` constructor will greatly reduce the time consuming during the initializing of the new instance. ```js const project = new...

As far as I can tell, the only ways to exclude files/directories from being organized are 1. Add `// organize-imports-ignore` to each file. 2. Exclude the files in your `tsconfig.json`...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.35 to 18.7.16. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.35&new-version=18.7.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies