Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Add throw expressions #740

Merged
merged 4 commits into from
Sep 27, 2017
Merged

Add throw expressions #740

merged 4 commits into from
Sep 27, 2017

Conversation

jridgewell
Copy link
Member

Copy link
Member

@hzoo hzoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicolo-ribaudo
Copy link
Member

"throw" should also be added here:
https://github.com/babel/babylon/blob/master/src/types.js#L419-L426

@jridgewell
Copy link
Member Author

Done.

src/types.js Outdated
@@ -423,7 +423,8 @@ export type UnaryOperator =
| "~"
| "typeof"
| "void"
| "delete";
| "delete",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the comma here is illegal

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops.

@hzoo hzoo merged commit 8af007d into babel:master Sep 27, 2017
@jridgewell jridgewell deleted the throw-expressions branch September 29, 2017 02:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants