Skip to content

Crash: Cannot read property 'kind' of undefined #36592

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
andrewbranch opened this issue Feb 4, 2020 · 0 comments · Fixed by #36619
Closed

Crash: Cannot read property 'kind' of undefined #36592

andrewbranch opened this issue Feb 4, 2020 · 0 comments · Fixed by #36619
Assignees
Labels
Bug A bug in TypeScript Crash For flagging bugs which are compiler or service crashes or unclean exits, rather than bad output

Comments

@andrewbranch
Copy link
Member

Repro:

// @Filename: a.ts
interface Foo {}

// @Filename: b.ts
import { Foo } from './a';
@andrewbranch andrewbranch added Bug A bug in TypeScript Crash For flagging bugs which are compiler or service crashes or unclean exits, rather than bad output labels Feb 4, 2020
@andrewbranch andrewbranch added this to the TypeScript 3.8.2 milestone Feb 5, 2020
@andrewbranch andrewbranch self-assigned this Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Crash For flagging bugs which are compiler or service crashes or unclean exits, rather than bad output
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant