|
|
|
|
|
by rickcarlino
635 days ago
|
|
Will it remove exports that are only imported for the sake of testing? Eg: it is only imported by files ending in .test.ts or with __test__ as a parent directory? I’ve tried tools like this in the past within projects that have high test coverage but I have never had any luck because of this edge case. |
|
https://www.typescriptlang.org/docs/handbook/project-referen...