Skip to content

get stuck at reignore even with small scope #216

Open
@jaroslaw-weber

Description

@jaroslaw-weber

When i try to run reignore on one of my folders, the tool seems to get stuck (waited 5 minutes but no response). What can i do about it?

➜  project git:(other/migrate-to-typescript-part-1) ✗ npm run ts-migrate reignore ./ -s "src/workers/**/*.ts"
TypeScript version: 5.7.3
Initialized tsserver project in 1.6s.
Start...
[strip-ts-ignore] Plugin 1 of 3. Start...
[strip-ts-ignore] Finished in 1s.
[ts-ignore] Plugin 2 of 3. Start...

this is my tsconfig compile setup:


  "compilerOptions": {
    "target": "ES2021",
    "module": "CommonJS",
    "skipLibCheck": true,
    "removeComments": false,
    "preserveConstEnums": true,
    "sourceMap": true,
    "typeRoots": ["src/types", "node_modules/@types"],
    "experimentalDecorators": true,
    "strict": false,
    "strictNullChecks": false,
    "allowSyntheticDefaultImports": true,
    "allowJs": false,
    "checkJs": false,
    "outDir": "dist/",
    "moduleResolution": "Node",
    "resolveJsonModule": true,
    "esModuleInterop": true,
    "rootDir": "src/",
    "lib": ["ES2021", "DOM", "WebWorker"],
    //some lint rules that improve quality of the code
    "noImplicitOverride": true,
    "noFallthroughCasesInSwitch": true,
    "forceConsistentCasingInFileNames": true,
    "noImplicitAny": false, //todo change to true

    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"],
      "@models/*": ["src/models/*"],
      "@controllers/*": ["src/controllers/*"],
      "@services/*": ["src/services/*"],
      "@helpers/*": ["src/helpers/*"],
      "@utils/*": ["src/utils/*"]
    }
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions