Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Conversation

dobesv
Copy link
Contributor

@dobesv dobesv commented Jun 3, 2022

Detect dependencies for the "types" and "extends" fields in tsconfig.json

Fixes #720

@codecov-commenter
Copy link

codecov-commenter commented Jun 3, 2022

Codecov Report

Merging #725 (6882f57) into main (82625aa) will decrease coverage by 0.26%.
The diff coverage is 86.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #725      +/-   ##
==========================================
- Coverage   98.48%   98.22%   -0.25%     
==========================================
  Files          50       51       +1     
  Lines        1046     1067      +21     
==========================================
+ Hits         1030     1048      +18     
- Misses         16       19       +3     
Impacted Files Coverage Δ
src/constants.js 100.00% <ø> (ø)
src/special/babel.js 93.62% <71.43%> (-3.94%) ⬇️
src/parser/tsconfig.js 93.34% <93.34%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0545320...6882f57. Read the comment docs.

@dobesv dobesv force-pushed the tsconfig branch 2 times, most recently from 76874ad to f6f102f Compare June 3, 2022 18:05
@stale
Copy link

stale bot commented Oct 30, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Oct 30, 2022
@dobesv
Copy link
Contributor Author

dobesv commented Nov 13, 2022

not stale

@rumpl
Copy link
Member

rumpl commented Mar 28, 2023

Thanks!

@rumpl rumpl merged commit b27afc8 into depcheck:main Mar 28, 2023
@Nokel81
Copy link

Nokel81 commented Jun 15, 2023

Would we be able to get a release with this fix?

@OnkelTem
Copy link

So this one was not yet released?
I'm on 1.4.5, but depcheck keeps reporting that:

Unused devDependencies
* @tsconfig/node16

despite I have this in my tsconfig.json:

{
  "extends": "@tsconfig/node16/tsconfig.json"
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support typescript "extends" and "types" fields
6 participants