We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2c72d commit 9682458Copy full SHA for 9682458
changelog_unreleased/typescript/10418.md
@@ -7,10 +7,10 @@
7
// Input
8
type T = abstract new () => void;
9
10
-// Prettier main
+// Prettier stable
11
SyntaxError: Unexpected token, expected ";" (1:19)
12
13
-// Prettier stable
+// Prettier main
14
15
16
```
@@ -22,10 +22,10 @@ type T = abstract new () => void;
22
23
import type A = require("A");
24
25
26
SyntaxError: Only ECMAScript imports may use 'import type'.
27
28
29
30
31
0 commit comments