mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Commend rewording per PR feedback
This commit is contained in:
parent
219f1b0166
commit
a96c584529
@ -2609,7 +2609,7 @@ const _super = (function (geti, seti) {
|
||||
while (node.original !== undefined) {
|
||||
const nodeId = node.id;
|
||||
node = node.original;
|
||||
// If this is not the exact clone of identifier use this identifier to generate the name
|
||||
// If "node" is not the exact clone of "original" identifier, use "original" identifier to generate the name
|
||||
if (isIdentifier(node) && node.autoGenerateKind === GeneratedIdentifierKind.Node && node.id !== nodeId) {
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user