GitXplorerGitXplorer
j

ts-unused

public
16 stars
5 forks
2 issues

Commits

List of commits on branch master.
Unverified
d4013fd920210b657dcbe464944374f86befa700

more :lipstick:

jjrieken committed 7 years ago
Unverified
ab15970991fe0f8d158d1480ca62b7ff603e33ae

:lipstick:

jjrieken committed 7 years ago
Verified
6d33909a0041094d8586326ab731888e70b634db

fix #1

jjrieken committed 7 years ago
Unverified
8e9dbbcba2be70f6be20887b7ac5db0402cbc418

update readme

jjrieken committed 7 years ago
Unverified
0ce22b7014121e1618bb46abe35050185c9f1041

vscode excludes

jjrieken committed 7 years ago
Unverified
0eda48bfbc2efcb70c7f2d38e84bba1370c58b4a

improve exclude logic

jjrieken committed 7 years ago

README

The README file for this repository.

A tool that finds unused (public/exported) symbols in a TypeScript project.

Run it like so: node index.js -p /path/to/tsconfig.json --ignoreCheck /path/to/ignoreCheck.txt.

The ignoreCheck-flag allows to define files and symbols that are be to excluded. Each line is a rule like this <fileNamePattern>|<symbolNamePatern>:<lineNumber>, e.g. **/*.d.ts or |toJSON etc. Check this file as a sample: https://github.com/jrieken/ts-unused/blob/master/exclude.txt