Anna Bocharova
Anna Bocharova
Closing this in favour of #1767
The issue persists when using `pkgroll` or `rollup`. Using latest versions of everything. ``` Error [RollupError]: "ParsedQs" is not exported by "node_modules/@types/qs/index.d.ts", imported by "node_modules/@types/express-serve-static-core/index.d.ts". ```
Sorry, I don't even remember where I encountered that issue, @fgnass . But I would check if I'm having multiple versions of `@types/qs` installed using `yarn why`, and try to...
Made a fix for that, @tarjelavik && @zsilbi : #136
@pjmolina , please review.
@pjmolina , please review
I need `lcov` for coverage tracking tools (https://coveralls.io/ and similar), @CraigglesO If `bun` could also make `json` report on coverage, the following tool could be used for making badges: https://www.npmjs.com/package/make-coverage-badge
Having the same issue. The rule stopped working for some reason, since I remember it did work.
I managed to debug it to [the `return` statement due to missing resolution](https://github.com/un-ts/eslint-plugin-import-x/blob/f8f98969540071dada7099ac8386e39ca1c4c671/src/rules/no-extraneous-dependencies.ts#L246-L249). The issue can be fixed by installing `eslint-import-resolver-typescript` and adding ```js settings: { "import-x/resolver": { typescript: true,...
Related issue regarding that warning message: https://github.com/import-js/eslint-import-resolver-typescript/issues/293 Workaround: https://github.com/import-js/eslint-import-resolver-typescript/issues/293#issuecomment-2189723600