Closed
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
Metadata
Metadata
Assignees
Type
Projects
Status
Closed