mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
1. Report all unused path mappings of the first unused-having package. Previously it was only the first unused path mapping of the first package. 2. Direct the user to check for missing mappings in dependencies in the case of path mappings that aren't actually unused.
definitions-parser
Extracted from types-publisher. Parts of the publisher README describe functionality of this package, but since this was previously internal API, docs are sparse. Essentially, this package is responsible for
- Downloading a copy of the DefinitelyTyped repository from GitHub (optional—a local copy can be used instead).
- Reading all definitions from that repository, doing some analysis, and caching that data in the
datadirectory. - Providing a programmatic API wrapper around that data.