Skip to content

Conversation

@danez
Copy link
Member

@danez danez commented Feb 10, 2019

Q                       A
Fixed Issues? Fixes #4059
Patch: Bug Fix? y
Major: Breaking Change? n
Minor: New Feature? n
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes?
License MIT

@danez danez added PR: Bug Fix 🐛 A type of pull request used for our changelog categories pkg: types labels Feb 10, 2019
@babel-bot
Copy link
Collaborator

babel-bot commented Feb 10, 2019

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/10036/

validate: chain(
assertValueType("array"),
assertEach(assertNodeType("LVal")),
assertEach(assertNodeType("Identifier", "Pattern", "RestElement")),
Copy link
Member

Choose a reason for hiding this comment

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

Also TSParameterProperty?

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed

@nicolo-ribaudo nicolo-ribaudo merged commit 0f685d9 into babel:master Feb 15, 2019
@danez danez deleted the fix-4059 branch February 26, 2019 20:34
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: types PR: Bug Fix 🐛 A type of pull request used for our changelog categories

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AST seems to allow MemberExpression in function parameter list (T7068)

4 participants