-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
enhancementThe issue is asking for a new feature or design changeThe issue is asking for a new feature or design change
Description
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
Jack-Works, lorenzodallavecchia, kokiebisu, alansongzoom, SchoofsKelvin and 6 more
Metadata
Metadata
Assignees
Labels
enhancementThe issue is asking for a new feature or design changeThe issue is asking for a new feature or design change
Type
Projects
Status
Closed