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.
This is a contrived example since the the first comment should probably be a module comment (/*** three stars */).
/*** three stars */
Before formatting:
/** doc comment */ // comment let a = 1
After formatting:
/** doc comment */ let // comment a = 1
Playground link