Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DdeclarationFileMaps.ts297 ...protocolFileSpanFromSubstring({
308 ...protocolFileSpanFromSubstring({
328 ...protocolFileSpanFromSubstring({
339 ...protocolFileSpanFromSubstring({
350 ...protocolFileSpanFromSubstring({
368 ...protocolFileSpanFromSubstring({
Dhelpers.ts655 …export function protocolFileSpanFromSubstring({ file, text, options }: DocumentSpanFromSubstring):… function
667 const result = protocolFileSpanFromSubstring(rest);
669protocolFileSpanFromSubstring({ file: rest.file, text: contextText, options: contextOptions }) :