Home
last modified time | relevance | path

Searched refs:jsDocNode (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DtextChanges.ts965 const jsDocNode = parent.parent.kind === SyntaxKind.PropertyDeclaration ? constant
968 jsDocNode.jsDoc = parent.jsDoc;
969 jsDocNode.jsDocCache = parent.jsDocCache;
970 return jsDocNode;