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

Conversation

dylanlan
Copy link
Contributor

I noticed depcheck wasn't detecting ts-node being used in one of my package.json scripts, such as:

"test": "mocha -r ts-node/register test/**/*.ts"

Looked like it was already detecting --require, but not -r, so I figured it made sense to add it. I found it was briefly mentioned in this issue too: #461

@codecov
Copy link

codecov bot commented Jul 23, 2021

Codecov Report

Merging #657 (531a46f) into main (58cb163) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #657   +/-   ##
=======================================
  Coverage   98.63%   98.63%           
=======================================
  Files          49       49           
  Lines        1021     1021           
=======================================
  Hits         1007     1007           
  Misses         14       14           
Impacted Files Coverage Δ
src/special/bin.js 100.00% <ø> (ø)

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 4bbc09b...531a46f. Read the comment docs.

Copy link
Member

@rumpl rumpl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@rumpl rumpl merged commit a3d6a49 into depcheck:main Jul 23, 2021
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.

2 participants