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 TypeScript 4.4 #11143

Closed
sosukesuzuki opened this issue Jul 2, 2021 · 0 comments · Fixed by #11426
Closed

Support TypeScript 4.4 #11143

sosukesuzuki opened this issue Jul 2, 2021 · 0 comments · Fixed by #11426
Labels
lang:typescript Issues affecting TypeScript-specific constructs (not general JS issues) scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency type:enhancement A potential new feature to be added, or an improvement to how we print something
Milestone

Comments

@sosukesuzuki
Copy link
Member

sosukesuzuki commented Jul 2, 2021

TypeScript 4.4 beta has been announced.

Anything else?

Class Static Blocks

Stage 3 proposal

class Foo {
  static {
    console.log("HI");
  }
}

Parsers progress

@sosukesuzuki sosukesuzuki added type:enhancement A potential new feature to be added, or an improvement to how we print something scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency lang:typescript Issues affecting TypeScript-specific constructs (not general JS issues) labels Jul 2, 2021
@sosukesuzuki sosukesuzuki pinned this issue Jul 2, 2021
@sosukesuzuki sosukesuzuki added this to the 2.4 milestone Aug 16, 2021
@sosukesuzuki sosukesuzuki unpinned this issue Sep 10, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lang:typescript Issues affecting TypeScript-specific constructs (not general JS issues) scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency type:enhancement A potential new feature to be added, or an improvement to how we print something
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant