Skip to content

Bind typedef/enum on all assignment declaration kinds - #33240

Merged
Nathan Shively-Sanders (sandersn) merged 1 commit into
masterfrom
bind-typedef-on-all-assignments
Sep 4, 2019
Merged

Bind typedef/enum on all assignment declaration kinds#33240
Nathan Shively-Sanders (sandersn) merged 1 commit into
masterfrom
bind-typedef-on-all-assignments

Conversation

@sandersn

Copy link
Copy Markdown
Member

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 Nathan Shively-Sanders (sandersn) changed the title Bind typedef/enum on all assignment decl kinds Bind typedef/enum on all assignment declaration kinds Sep 4, 2019
@sandersn

Copy link
Copy Markdown
Member Author

TypeScript Bot (@typescript-bot) cherry-pick this

@sandersn

Copy link
Copy Markdown
Member Author

TypeScript Bot (@typescript-bot) cherry-pick this to release-3.6

@typescript-bot

Copy link
Copy Markdown
Contributor

Hey Nathan Shively-Sanders (@sandersn), I've opened #33244 for you.

TypeScript Bot (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.
Nathan Shively-Sanders (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
Nathan Shively-Sanders (sandersn) deleted the bind-typedef-on-all-assignments branch September 4, 2019 20:36
@thomaseizinger

Copy link
Copy Markdown

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

@sandersn

Nathan Shively-Sanders (sandersn) commented Sep 4, 2019

Copy link
Copy Markdown
Member Author

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.

Wesley Wigham (weswigham) added a commit to weswigham/TypeScript that referenced this pull request Sep 5, 2019
Tim Suchanek (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.
@microsoft Microsoft (microsoft) locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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