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

Support decorator auto accessors syntax #12299

Merged
merged 9 commits into from Mar 2, 2022

Conversation

sosukesuzuki
Copy link
Member

@sosukesuzuki sosukesuzuki commented Feb 13, 2022

Description

Supports auto accessors syntax from new decorator proposal.

Partial of #12255

Checklist

  • I’ve added tests to confirm my change works.
  • (If the change is user-facing) I’ve added my changes to changelog_unreleased/*/XXXX.md file following changelog_unreleased/TEMPLATE.md.
  • I’ve read the contributing guidelines.

Try the playground for this PR

@fisker
Copy link
Member

fisker commented Feb 13, 2022

@@ -38,6 +38,8 @@ const parseOptions = {
"moduleBlocks",
"asyncDoExpressions",
"regexpUnicodeSets",
// @ts-expect-error -- waiting https://github.com/babel/babel/pull/14266
Copy link
Member

Choose a reason for hiding this comment

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

@sosukesuzuki sosukesuzuki requested review from fisker and removed request for fisker March 1, 2022 11:24
@sosukesuzuki sosukesuzuki merged commit 199a1bb into prettier:main Mar 2, 2022
@sosukesuzuki sosukesuzuki deleted the decorators-auto-accesor branch March 4, 2022 00:45
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants