Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DtextChanges.ts789 const prevSpecifier = namedImports.elements[index - 1]; constant
790 if (prevSpecifier) {
791 this.insertNodeInListAfter(sourceFile, prevSpecifier, importSpecifier);