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

Assert in navbar for namespace imports #9434

Closed
mhegazy opened this issue Jun 30, 2016 · 0 comments
Closed

Assert in navbar for namespace imports #9434

mhegazy opened this issue Jun 30, 2016 · 0 comments
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@mhegazy
Copy link
Contributor

mhegazy commented Jun 30, 2016

import *{ Member } from './b';
const m: Member = undefined;
export { Member };
Error: Debug Failure. False expression: 
   at assert (TypeScript Non Blocking Syntactic Feature Thread_0:2082:17)
   at fail (TypeScript Non Blocking Syntactic Feature Thread_0:2087:13)
   at getItemName (TypeScript Non Blocking Syntactic Feature Thread_0:46697:21)
   at convertToChildItem (TypeScript Non Blocking Syntactic Feature Thread_0:46793:17)
   at map (TypeScript Non Blocking Syntactic Feature Thread_0:1043:17)
   at convertToTopLevelItem (TypeScript Non Blocking Syntactic Feature Thread_0:46787:17)
   at map (TypeScript Non Blocking Syntactic Feature Thread_0:1043:17)
   at getNavigationBarItems (TypeScript Non Blocking Syntactic Feature Thread_0:46333:13)
   at getNavigationBarItems (TypeScript Non Blocking Syntactic Feature Thread_0:57394:13)
   at Anonymous function (TypeScript Non Blocking Syntactic Feature Thread_0:59959:100)
   at simpleForwardCall (TypeScript Non Blocking ......
@mhegazy mhegazy added the Bug A bug in TypeScript label Jun 30, 2016
@mhegazy mhegazy added this to the TypeScript 2.0 milestone Jun 30, 2016
@mhegazy mhegazy assigned ghost Jun 30, 2016
@ghost ghost closed this as completed in #9442 Jun 30, 2016
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Jun 30, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
This issue was closed.
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