Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dtypes.ts326 export const enum SemanticClassificationFormat { enum
394 …cticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
398 …nticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
412 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
Dservices.ts1864 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
1871 const responseFormat = format || SemanticClassificationFormat.Original;
1872 if (responseFormat === SemanticClassificationFormat.TwentyTwenty) {
1880 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
1887 const responseFormat = format || SemanticClassificationFormat.Original;
1888 if (responseFormat === SemanticClassificationFormat.Original) {
Dshims.ts148 …ons(fileName: string, start: number, length: number, format?: SemanticClassificationFormat): strin…
150 …ons(fileName: string, start: number, length: number, format?: SemanticClassificationFormat): strin…
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts535 …public semanticClassificationsAre(format: ts.SemanticClassificationFormat, ...classifications: Cla…
539 … public replaceWithSemanticClassifications(format: ts.SemanticClassificationFormat.TwentyTwenty) {
798 export function classification(format: ts.SemanticClassificationFormat) {
807 if (format === ts.SemanticClassificationFormat.TwentyTwenty) {
DharnessLanguageService.ts464 …ssifications(fileName: string, span: ts.TextSpan, format?: ts.SemanticClassificationFormat): ts.Cl…
470 …ssifications(fileName: string, span: ts.TextSpan, format?: ts.SemanticClassificationFormat): ts.Cl…
471 const responseFormat = format || ts.SemanticClassificationFormat.Original;
Dclient.ts764 …Classifications(_fileName: string, _span: TextSpan, _format?: SemanticClassificationFormat): Class…
DfourslashImpl.ts2677 … public replaceWithSemanticClassifications(format: ts.SemanticClassificationFormat.TwentyTwenty) {
2698 …public verifySemanticClassifications(format: ts.SemanticClassificationFormat, expected: { classifi…
/third_party/typescript/src/server/
Dsession.ts1118 …const format = args.format === "2020" ? SemanticClassificationFormat.TwentyTwenty : SemanticClassi… constant
/third_party/typescript/lib/
Dtypescript.d.ts5471 enum SemanticClassificationFormat { enum
5526 …cticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
5529 …nticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
5541 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
DtypescriptServices.d.ts5471 enum SemanticClassificationFormat { enum
5526 …cticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
5529 …nticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
5541 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
Dtsserverlibrary.d.ts5471 enum SemanticClassificationFormat { enum
5526 …cticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
5529 …nticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
5541 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
Dtypescript.js115514 var SemanticClassificationFormat;
115515 (function (SemanticClassificationFormat) { argument
115516 SemanticClassificationFormat["Original"] = "original";
115517 SemanticClassificationFormat["TwentyTwenty"] = "2020";
115518 …})(SemanticClassificationFormat = ts.SemanticClassificationFormat || (ts.SemanticClassificationFor…
DtypescriptServices.js115514 var SemanticClassificationFormat;
115515 (function (SemanticClassificationFormat) { argument
115516 SemanticClassificationFormat["Original"] = "original";
115517 SemanticClassificationFormat["TwentyTwenty"] = "2020";
115518 …})(SemanticClassificationFormat = ts.SemanticClassificationFormat || (ts.SemanticClassificationFor…
Dtsserverlibrary.js115514 var SemanticClassificationFormat;
115515 (function (SemanticClassificationFormat) { argument
115516 SemanticClassificationFormat["Original"] = "original";
115517 SemanticClassificationFormat["TwentyTwenty"] = "2020";
115518 …})(SemanticClassificationFormat = ts.SemanticClassificationFormat || (ts.SemanticClassificationFor…
Dtsserver.js114945 var SemanticClassificationFormat;
114946 (function (SemanticClassificationFormat) { argument
114947 SemanticClassificationFormat["Original"] = "original";
114948 SemanticClassificationFormat["TwentyTwenty"] = "2020";
114949 …})(SemanticClassificationFormat = ts.SemanticClassificationFormat || (ts.SemanticClassificationFor…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5714 enum SemanticClassificationFormat { enum
5769 …cticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
5772 …nticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
5784 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…
Dtsserverlibrary.d.ts5714 enum SemanticClassificationFormat { enum
5769 …cticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
5772 …nticClassifications(fileName: string, span: TextSpan, format: SemanticClassificationFormat): Class…
5784 …ticClassifications(fileName: string, span: TextSpan, format?: SemanticClassificationFormat): Class…