File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12250,7 +12250,7 @@ namespace ts {
12250
12250
seen = c === node;
12251
12251
}
12252
12252
});
12253
- // We may be here because of some extra junk between overloads that could not be parsed into a valid node.
12253
+ // We may be here because of some extra nodes between overloads that could not be parsed into a valid node.
12254
12254
// In this case the subsequent node is not really consecutive (.pos !== node.end), and we must ignore it here.
12255
12255
if (subsequentNode && subsequentNode.pos === node.end) {
12256
12256
if (subsequentNode.kind === node.kind) {
Original file line number Diff line number Diff line change @@ -2838,7 +2838,7 @@ namespace ts {
2838
2838
if ( oldSourceFile ) {
2839
2839
// We already had a source file for this file name. Go to the registry to
2840
2840
// ensure that we get the right up to date version of it. We need this to
2841
- // address the following ' race' . Specifically, say we have the following:
2841
+ // address the following race-condition . Specifically, say we have the following:
2842
2842
//
2843
2843
// LS1
2844
2844
// \
You can’t perform that action at this time.
0 commit comments