-
Notifications
You must be signed in to change notification settings - Fork 652
Closed
Labels
effort: mediumNeeds a somewhat experienced developerNeeds a somewhat experienced developerenhancementThe issue is asking for a new feature or design changeThe issue is asking for a new feature or design changeneeds designThe next step is for someone to propose the details of an approach for solving the problemThe next step is for someone to propose the details of an approach for solving the problem
Description
Is this a feature or a bug?
- Feature
- 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
Metadata
Metadata
Assignees
Labels
effort: mediumNeeds a somewhat experienced developerNeeds a somewhat experienced developerenhancementThe issue is asking for a new feature or design changeThe issue is asking for a new feature or design changeneeds designThe next step is for someone to propose the details of an approach for solving the problemThe next step is for someone to propose the details of an approach for solving the problem