mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 11:36:43 -06:00
Address code review
This commit is contained in:
parent
8b8c490ff6
commit
8da2bd97bd
@ -2239,7 +2239,7 @@ namespace ts {
|
||||
// a
|
||||
// /* End of parameter a */ -> this comment isn't considered to be trailing comment of parameter "a" due to newline
|
||||
// ,
|
||||
if (emitLeadingCommentsOfPosition && delimiter && previousSibling.end !== parentNode.end) {
|
||||
if (delimiter && previousSibling.end !== parentNode.end) {
|
||||
emitLeadingCommentsOfPosition(previousSibling.end);
|
||||
}
|
||||
write(delimiter);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user