Skip to content

[api-extractor] Support "export * as __ from __" for local paths #2780

Closed
@octogonz

Description

@octogonz

Summary

Issue #1029 and PR #1796 implemented support for this syntax:

import * as controls from './controls';
export { controls }

But there is a shorthand syntax which was NOT solved by that PR:

export * as controls from './controls';

This issue tracks the bit of work required to handle the shorthand syntax.

Standard questions

Question Answer
@microsoft/api-extractor version? 7.17.0
Operating system? Windows
TypeScript compiler version? 4.3.x

CC @Jack-Works @resynth1943 @clar-cmp @jasonswearingen

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThe issue is asking for a new feature or design change

    Type

    No type

    Projects

    Status

    Closed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions