Skip to content

import syntax to support import of all exported types #6324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
a8775 opened this issue Jan 2, 2016 · 1 comment
Closed

import syntax to support import of all exported types #6324

a8775 opened this issue Jan 2, 2016 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@a8775
Copy link

a8775 commented Jan 2, 2016

I have TS code that imports some types from a single file:
import {TypeA,TypeB,TypeC} from './file';

It would be nice to import of all exported types from a file with a star syntax, eg:
import {*} from './file';

@vladima vladima added the Duplicate An existing issue was already created label Jan 3, 2016
@vladima
Copy link
Contributor

vladima commented Jan 3, 2016

looks like a duplicate of #2956 per this comment.

@vladima vladima closed this as completed Jan 3, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants