Skip to content

[api extractor] export * from 'package' does not export the api surface of the external #1791

@dzearing

Description

@dzearing

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

No one assigned

    Labels

    effort: mediumNeeds a somewhat experienced developerenhancementThe 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 problem

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions