This repository has been archived by the owner on Dec 17, 2023. It is now read-only.
[Question] Is there a way to ignore on this case? #154
Unanswered
dohun-toss
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
utils/index.ts
utils/string.ts
I put
// ts-prune-ignore-next
line atstring.ts:1
andindex.ts:5
, but stillts-prune
says it is dead-code.I don't want to remove the function
(globalFuncButNotUsedYet)
. is there a way whichts-prune
recognizes it is not dead-code without separating file that contains unused functions?Beta Was this translation helpful? Give feedback.
All reactions