Skip to content

Commit

Permalink
docs: fix incorrect version comment in changelog (prettier#10711)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Apr 15, 2021
1 parent 1b2c72d commit 9682458
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions changelog_unreleased/typescript/10418.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
// Input
type T = abstract new () => void;

// Prettier main
// Prettier stable
SyntaxError: Unexpected token, expected ";" (1:19)

// Prettier stable
// Prettier main
type T = abstract new () => void;

```
Expand All @@ -22,10 +22,10 @@ type T = abstract new () => void;
// Input
import type A = require("A");

// Prettier main
// Prettier stable
SyntaxError: Only ECMAScript imports may use 'import type'.

// Prettier stable
// Prettier main
import type A = require("A");

```

0 comments on commit 9682458

Please sign in to comment.