@definitelytyped/utils
Common utilities shared between DefinitelyTyped tools. Mostly extracted from types-publisher.
Shared utilities for DefinitelyTyped tools
Common utilities shared between DefinitelyTyped tools. Mostly extracted from types-publisher.
$HOME/.dts
a18ce6b1: Remove use of module resolution and OTHER_FILES, instead include all dts files in packages
Files in packages are no longer determined by import resolution stemming from index.d.ts
and tests (along with those listed in OTHER_FILES.txt
).
Instead, all files matching the glob **/*.d.{ts,cts,mts,*.d.ts}
are included in the package, excluding those inside of versioned subdirectories.
While not used for automated package publishing, an .npmignore
is now required in each package.
This allows for one-off npm pack
-ing of packages, such that external tooling can get a rough approximation of what will be published for analysis.
compact
collection utility