FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Move `environment-visitor` helper into `@babel/traverse` by nicolo-ribaudo · Pull Request #16649 · babel/babel · GitHub

/ babel Public

Move environment-visitor helper into @babel/traverse - #16649

Merged
nicolo-ribaudo merged 1 commit into
feat-7.25.0/remove-cyclesfrom
revert-16647-revert-16577-remove-cycles-1
Jul 17, 2024
Merged

nicolo-ribaudo merged 1 commit into
feat-7.25.0/remove-cyclesfrom
revert-16647-revert-16577-remove-cycles-1

Conversation

Copy link
Copy Markdown
Member

This was landed in #16577 and reverted in #16647 because merged too soon. It has already been reviewed.

nicolo-ribaudo added PR: New Feature 🚀 A type of pull request used for our changelog categories pkg: traverse PR: Ready to be Merged A pull request with already two approvals, but waiting for the next minor release labels Jul 16, 2024
nicolo-ribaudo added this to the v7.25.0 milestone Jul 16, 2024

Copy link
Copy Markdown
Collaborator

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

nicolo-ribaudo changed the base branch from main to feat-7.25.0/remove-cycles July 17, 2024 12:02
nicolo-ribaudo merged commit 406ba06 into feat-7.25.0/remove-cycles Jul 17, 2024
nicolo-ribaudo deleted the revert-16647-revert-16577-remove-cycles-1 branch July 17, 2024 12:03
ArrowFunctionExpression(path) {
path.skip();
},
const awaitVisitor = visitors.environmentVisitor<{ wrapAwait: t.Expression }>({

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

_traverse.visitors.environmentVisitor is not a function

AustinGitHub Jul 30, 2024
edited
Loading

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Hi, Yes, this PR cause an eslint issue in our codebase repo, this is the version we are on.

Not sure if maybe extensions we use are on latest babels, I have eslint extension installed on vs code as well.
Is there an issue opened or plans to fix this? Thanks!

@nicolo-ribaudo

github-actions Bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 30, 2024
github-actions Bot locked as resolved and limited conversation to collaborators Oct 30, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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: traverse PR: New Feature 🚀 A type of pull request used for our changelog categories PR: Ready to be Merged A pull request with already two approvals, but waiting for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL