File tree Expand file tree Collapse file tree 2 files changed +2
-26
lines changed
tests/baselines/reference/api Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Original file line number Diff line number Diff line change @@ -777,6 +777,7 @@ namespace ts.server.protocol {
777
777
/**
778
778
* Arguments for EncodedSyntacticClassificationsRequest request.
779
779
*/
780
+ /** @internal */
780
781
export interface EncodedSyntacticClassificationsRequestArgs extends FileRequestArgs {
781
782
/**
782
783
* Start position of the span.
@@ -799,6 +800,7 @@ namespace ts.server.protocol {
799
800
/**
800
801
* Arguments for EncodedSemanticClassificationsRequest request.
801
802
*/
803
+ /** @internal */
802
804
export interface EncodedSemanticClassificationsRequestArgs extends FileRequestArgs {
803
805
/**
804
806
* Start position of the span.
Original file line number Diff line number Diff line change @@ -6414,32 +6414,6 @@ 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
- }
6430
- /**
6431
- * Arguments for EncodedSemanticClassificationsRequest request.
6432
- */
6433
- interface EncodedSemanticClassificationsRequestArgs extends FileRequestArgs {
6434
- /**
6435
- * Start position of the span.
6436
- */
6437
- start : number ;
6438
- /**
6439
- * Length of the span.
6440
- */
6441
- length : number ;
6442
- }
6443
6417
/**
6444
6418
* Arguments in document highlight request; include: filesToSearch, file,
6445
6419
* line, offset.
You can’t perform that action at this time.
0 commit comments