Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

archive stage 4 parser plugins #13717

Merged
merged 5 commits into from Sep 1, 2021
Merged

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Aug 31, 2021

Q                       A
License MIT

Archive three stage 4 parser plugins.

Babel Archives PR: babel/babel-archive#10

@JLHwung JLHwung added the PR: Internal 🏠 A type of pull request used for our changelog categories label Aug 31, 2021
@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 31, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit b50f195:

Sandbox Source
babel-repl-custom-plugin Configuration
babel-plugin-multi-config Configuration

@JLHwung JLHwung marked this pull request as draft August 31, 2021 15:50
@JLHwung JLHwung marked this pull request as ready for review August 31, 2021 18:16
@babel-bot
Copy link
Collaborator

babel-bot commented Aug 31, 2021

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

"plugins": ["proposal-class-properties", "syntax-class-static-block"],
"plugins": [
"proposal-class-properties",
"@babel/plugin-syntax-class-static-block"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The plugin dependency will eventually be removed in #13713.

Copy link
Member

@fedeci fedeci left a comment

Choose a reason for hiding this comment

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

We need to update website docs too, right?

@nicolo-ribaudo
Copy link
Member

This PR is just moving packages to a different repo, but we'll need to update them for the PRs that actually enable them by default.

@JLHwung JLHwung merged commit 1f79784 into babel:main Sep 1, 2021
@JLHwung JLHwung deleted the archive-parser-plugins branch September 1, 2021 19:35
@hzoo
Copy link
Member

hzoo commented Sep 1, 2021

@fedeci started a pr babel/website#2570

@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Dec 2, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 2, 2021
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.

None yet

5 participants