Skip to content
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

Crash when using "export *" #2383

Closed
mhegazy opened this issue Mar 17, 2015 · 1 comment
Closed

Crash when using "export *" #2383

mhegazy opened this issue Mar 17, 2015 · 1 comment
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@mhegazy
Copy link
Contributor

mhegazy commented Mar 17, 2015

export *;

TypeError: Cannot read property 'exports' of undefined
at visit (c:\ts\built\local\tsc.js:8889:59)
at c:\ts\built\local\tsc.js:8894:29
at Object.forEach (c:\ts\built\local\tsc.js:602:30)
at visit (c:\ts\built\local\tsc.js:8893:28)
at getExportsForModule (c:\ts\built\local\tsc.js:8880:13)
at getExportsOfModule (c:\ts\built\local\tsc.js:8860:70)
at getExportsOfSymbol (c:\ts\built\local\tsc.js:8856:42)
at resolveAnonymousTypeMembers (c:\ts\built\local\tsc.js:10378:31)
at resolveObjectOrUnionTypeMembers (c:\ts\built\local\tsc.js:10405:21)
at getPropertyOfType (c:\ts\built\local\tsc.js:10530:28)

@mhegazy mhegazy added the Bug A bug in TypeScript label Mar 17, 2015
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Mar 25, 2015
@mhegazy
Copy link
Contributor Author

mhegazy commented Mar 25, 2015

Can not get it this to repro on latest bits.

@mhegazy mhegazy closed this as completed Mar 25, 2015
@mhegazy mhegazy reopened this Mar 25, 2015
@mhegazy mhegazy closed this as completed Mar 25, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

1 participant