Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 29, 2022
1 parent 2f3a080 commit ba0b9e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions changelog_unreleased/javascript/14081.md
@@ -0,0 +1,13 @@
#### Fix comments after directive (#14081 by @fisker)

<!-- prettier-ignore -->
```jsx
// Input
"use strict" /* comment */;

// Prettier stable (with other js parsers except `babel`)
Error: Comment "comment" was not printed. Please report this error!

// Prettier main
<Same as input>
```

0 comments on commit ba0b9e6

Please sign in to comment.