0.0.19 • Published 11 months ago

remote-type-bundler v0.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Experimental Bundle pacakage's .d.ts to one file

This is an attempt to create one .d.ts file for a package already published on npm without installing the package or it's dependencies. For example, for puppeteer@13.5.1 all of those .d.tses:

│ puppeteer@13.5.1
└──┬ lib/types.dts
   │
   ├─ devtools-protocol@0.0.979918/types/protocol.d.ts
   └─ devtools-protocol@0.0.979918/types/protocol-mapping.d.ts

should be bundled together and wrapped in a declare module 'puppeteer' { ... }, all references from the "root" type should be followed, as in the example above.

More examples can be seen at tests/e2e/simple-e2e.spec.ts

Based on:

Local version:

./bin.js puppeteer@13.5.1 bundle.d.ts

via npx:

npx remote-type-bundler puppeteer@13.5.1 bundle.d.ts
0.0.19

11 months ago

0.0.18

1 year ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago