8000 GitHub - ahutchings/api-extractor-bug
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ahutchings/api-extractor-bug

Repository files navigation

This repository demonstrates a bug in api-extractor's handling of "bundledPackages".

To reproduce:

  1. Clone repository
  2. Run npm install
  3. Run npx tsc
  4. Run npm run api-extractor

The generated d.ts rollup in dist/api-extractor-bug.d.ts will contain the following:

export declare const getSession: () => import("redux-orm").Session<[typeof import("./Author").default]>;

export { }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0