Files
DefinitelyTyped-tools/packages/definitions-parser
Nathan Shively-Sanders 6897d7f81e Improve unused path mapping error.
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.
2022-01-20 11:37:17 -08:00
..
2020-03-04 17:22:59 -08:00
2022-01-20 11:37:17 -08:00
2022-01-20 11:37:17 -08:00
2020-04-14 16:10:21 -07:00
2022-01-19 00:15:26 +00:00
2020-03-16 14:55:22 -07:00

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

  1. Downloading a copy of the DefinitelyTyped repository from GitHub (optional—a local copy can be used instead).
  2. Reading all definitions from that repository, doing some analysis, and caching that data in the data directory.
  3. Providing a programmatic API wrapper around that data.