Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessLanguageService.ts490 const responseFormat = format || ts.SemanticClassificationFormat.Original; constant
491 …lt(this.shim.getEncodedSemanticClassifications(fileName, span.start, span.length, responseFormat));
/third_party/typescript/src/services/
Dservices.ts1996 const responseFormat = format || SemanticClassificationFormat.Original; constant
1997 if (responseFormat === SemanticClassificationFormat.TwentyTwenty) {
2008 const responseFormat = format || SemanticClassificationFormat.Original; constant
2009 if (responseFormat === SemanticClassificationFormat.Original) {