FlorianRappl / dets

Generate a single declaration file for your TypeScript project. :rocket:
https://piral.io
MIT License
24 stars 5 forks source link

Provide Bundled Version #7

Closed FlorianRappl closed 4 years ago

FlorianRappl commented 4 years ago

The package should come with a single dependency to yargs, which would only be used for the CLI usage. All the remaining dependencies should be bundled in (yes, that also includes TypeScript).

Reason: Using a different version of TypeScript may break the declaration generation. When bundling we ensure that the declaration bundling works as tested.

FlorianRappl commented 4 years ago

Since 0.4.0 integrated.