mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 05:29:11 -06:00
fix typo
This commit is contained in:
parent
20cc428785
commit
896e576374
@ -1314,7 +1314,7 @@ namespace ts {
|
||||
|
||||
function bindJSDocTypedefTag(node: JSDocTypedefTag) {
|
||||
forEachChild(node, n => {
|
||||
// if the node has a fullName "A.B.C", that means symbol "C" was already bond
|
||||
// if the node has a fullName "A.B.C", that means symbol "C" was already bound
|
||||
// when we visit "fullName"; so when we visit the name "C" as the next child of
|
||||
// the jsDocTypedefTag, we should skip binding it.
|
||||
if (n === node.name && node.fullName.kind !== SyntaxKind.Identifier) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user