Navigation Menu

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

Bind typedef/enum on all assignment declaration kinds #33240

Merged
merged 1 commit into from Sep 4, 2019

Conversation

sandersn
Copy link
Member

@sandersn sandersn commented Sep 4, 2019

This fixes a crash on exports, but the code now handles all kinds returned from getAssignmentDeclarationPropertyAccessKind.

Fixes #33230

This fixes a crash on exports, but the code now handles all kinds
returned from getAssignmentDeclarationPropertyAccessKind.
@sandersn sandersn changed the title Bind typedef/enum on all assignment decl kinds Bind typedef/enum on all assignment declaration kinds Sep 4, 2019
@sandersn sandersn added this to the TypeScript 3.6.3 milestone Sep 4, 2019
@sandersn sandersn merged commit b542bdf into master Sep 4, 2019
@sandersn
Copy link
Member Author

sandersn commented Sep 4, 2019

@typescript-bot cherry-pick this

@sandersn
Copy link
Member Author

sandersn commented Sep 4, 2019

@typescript-bot cherry-pick this to release-3.6

@typescript-bot
Copy link
Collaborator

Hey @sandersn, I've opened #33244 for you.

typescript-bot pushed a commit to typescript-bot/TypeScript that referenced this pull request Sep 4, 2019
Component commits:
339e132 Bind typedef/enum on all assignment decl kinds
This fixes a crash on exports, but the code now handles all kinds
returned from getAssignmentDeclarationPropertyAccessKind.
sandersn pushed a commit that referenced this pull request Sep 4, 2019
Component commits:
339e132 Bind typedef/enum on all assignment decl kinds
This fixes a crash on exports, but the code now handles all kinds
returned from getAssignmentDeclarationPropertyAccessKind.
@sandersn sandersn deleted the bind-typedef-on-all-assignments branch September 4, 2019 20:36
@thomaseizinger
Copy link

Wow, amazing response time @sandersn! Thanks for the super quick fix! :)
Is that now also already available on npm?

@sandersn
Copy link
Member Author

sandersn commented Sep 4, 2019

Well, we are actively fixing 3.6 crashes since it's a new release. It should be out in less than a week as typescript@3.6.3. You can get it tomorrow with typescript@next -- we publish around midnight PDT I think.

sandersn added a commit that referenced this pull request Sep 5, 2019
weswigham added a commit to weswigham/TypeScript that referenced this pull request Sep 5, 2019
timsuchanek pushed a commit to timsuchanek/TypeScript that referenced this pull request Sep 11, 2019
This fixes a crash on exports, but the code now handles all kinds
returned from getAssignmentDeclarationPropertyAccessKind.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tsc crashes when trying to use the bcoin library with allowJs=true
5 participants