Skip to content

Implement MemberExpressionToFunctions helper#7763

Merged
jridgewell merged 6 commits intobabel:masterfrom
jridgewell:helper-member-expression-to-functions
Apr 21, 2018
Merged

Implement MemberExpressionToFunctions helper#7763
jridgewell merged 6 commits intobabel:masterfrom
jridgewell:helper-member-expression-to-functions

Conversation

@jridgewell
Copy link
Copy Markdown
Member

Fixes #7733.

This will also be used to simplify the Private Fields transform, which had almost the same code hand written.

@jridgewell jridgewell added the PR: Internal 🏠 A type of pull request used for our changelog categories label Apr 20, 2018
@babel-bot
Copy link
Copy Markdown
Collaborator

babel-bot commented Apr 20, 2018

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


## Usage

TODO
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I don't think we are actually going to document it. We could just mention: internal usage only?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Just did. 😛

@@ -0,0 +1,13 @@
{
"name": "@babel/helper-member-expression-to-functions",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Author is missing. I guess you can put your name into it?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Done.

@jridgewell jridgewell force-pushed the helper-member-expression-to-functions branch from 412d47e to 446a9b8 Compare April 21, 2018 05:30
@jridgewell jridgewell force-pushed the helper-member-expression-to-functions branch from 446a9b8 to c1b86c0 Compare April 21, 2018 05:32
@jridgewell jridgewell merged commit 8f24f91 into babel:master Apr 21, 2018
@jridgewell jridgewell deleted the helper-member-expression-to-functions branch April 21, 2018 17:13
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 5, 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 PR: Internal 🏠 A type of pull request used for our changelog categories

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Property to Function Call Visitor

5 participants