Skip to content

Commit c4bae1c

Browse files
committed
Add changelog
1 parent 2eae2e6 commit c4bae1c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#### Fix comment in empty type literal (#18364 by @fisker)
2+
3+
<!-- prettier-ignore -->
4+
```tsx
5+
// Input
6+
export type XXX = {
7+
// tbd
8+
};
9+
10+
// Prettier stable
11+
export type XXX = { // tbd };
12+
13+
// Prettier main
14+
export type XXX = {
15+
// tbd
16+
};
17+
```

0 commit comments

Comments
 (0)