Home
last modified time | relevance | path

Searched defs:importSpecifier (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
Drename.ts81 …const importSpecifier = symbol.declarations && find(symbol.declarations, decl => isImportSpecifier… constant
/third_party/typescript/src/server/
Dsession.ts1446 …const importSpecifier = symbol && getDeclarationOfKind<ImportSpecifier>(symbol, SyntaxKind.ImportS… constant