1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: node-dts-bundle-generator
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, dh-nodejs
, node-typescript
, node-yargs
, ts-node
, mocha
Standards-Version: 4.7.3
Homepage: https://github.com/timocov/dts-bundle-generator
Vcs-Git: https://salsa.debian.org/js-team/node-dts-bundle-generator.git
Vcs-Browser: https://salsa.debian.org/js-team/node-dts-bundle-generator
Rules-Requires-Root: no
Package: node-dts-bundle-generator
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends}
, node-typescript
, node-yargs
Description: Tool generating a .d.ts bundles from typescript code
This typeScript utility produces clean, consolidated .d.ts declaration
bundles from complex project structures, enabling library authors
to distribute a single, well‑organized type definition file.
.
This tool takes one or more TypeScript entry files,
gathers and merges all the types they depend on, and
produces a single, simplified declaration file that remains fully accurate
and compatible with modern TypeScript tooling.
.
Node.js is an event-based server-side JavaScript engine.
|