Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 289 Bytes

File metadata and controls

13 lines (10 loc) · 289 Bytes

Fix comments after directive (#14081 by @fisker)

// 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>