Is this a feature or a bug?
(Maybe feature request, maybe bug?)
I believe this is a known issue but can't find the bug tracking it.
PackageA:
index.ts exports * from 'PackageB'
Expected in api json:
The api surface from PackageB (and recursively, if PackageB exports * from PackageC.
Resulted in the api json:
export * from 'PackageB';
- Tool: api-extractor
- Tool Version: 7.7.1
- Node Version: 10.16.1
- OS: Mac
Is this a feature or a bug?
(Maybe feature request, maybe bug?)
I believe this is a known issue but can't find the bug tracking it.
PackageA:
index.ts exports * from 'PackageB'
Expected in api json:
The api surface from PackageB (and recursively, if PackageB exports * from PackageC.
Resulted in the api json: