File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -6414,6 +6414,19 @@ declare namespace ts.server.protocol {
6414
6414
*/
6415
6415
body ?: string [ ] ;
6416
6416
}
6417
+ /**
6418
+ * Arguments for EncodedSyntacticClassificationsRequest request.
6419
+ */
6420
+ interface EncodedSyntacticClassificationsRequestArgs extends FileRequestArgs {
6421
+ /**
6422
+ * Start position of the span.
6423
+ */
6424
+ start : number ;
6425
+ /**
6426
+ * Length of the span.
6427
+ */
6428
+ length : number ;
6429
+ }
6417
6430
/**
6418
6431
* Arguments for EncodedSemanticClassificationsRequest request.
6419
6432
*/
@@ -9075,6 +9088,7 @@ declare namespace ts.server {
9075
9088
private updateErrorCheck ;
9076
9089
private cleanProjects ;
9077
9090
private cleanup ;
9091
+ private getEncodedSyntacticClassifications ;
9078
9092
private getEncodedSemanticClassifications ;
9079
9093
private getProject ;
9080
9094
private getConfigFileAndProject ;
You can’t perform that action at this time.
0 commit comments