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 8b8c490 commit 8da2bd9Copy full SHA for 8da2bd9
src/compiler/emitter.ts
@@ -2239,7 +2239,7 @@ namespace ts {
2239
// a
2240
// /* End of parameter a */ -> this comment isn't considered to be trailing comment of parameter "a" due to newline
2241
// ,
2242
- if (emitLeadingCommentsOfPosition && delimiter && previousSibling.end !== parentNode.end) {
+ if (delimiter && previousSibling.end !== parentNode.end) {
2243
emitLeadingCommentsOfPosition(previousSibling.end);
2244
}
2245
write(delimiter);
0 commit comments