Make args types internal

This commit is contained in:
Andrew Casey
2019-06-26 15:09:30 -07:00
parent 96fcf1e0c0
commit 2d785c8c91
2 changed files with 2 additions and 26 deletions

View File

@@ -777,6 +777,7 @@ namespace ts.server.protocol {
/**
* Arguments for EncodedSyntacticClassificationsRequest request.
*/
/** @internal */
export interface EncodedSyntacticClassificationsRequestArgs extends FileRequestArgs {
/**
* Start position of the span.
@@ -799,6 +800,7 @@ namespace ts.server.protocol {
/**
* Arguments for EncodedSemanticClassificationsRequest request.
*/
/** @internal */
export interface EncodedSemanticClassificationsRequestArgs extends FileRequestArgs {
/**
* Start position of the span.