summaryrefslogtreecommitdiff
path: root/cli/tsc/compiler.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/compiler.d.ts')
-rw-r--r--cli/tsc/compiler.d.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tsc/compiler.d.ts b/cli/tsc/compiler.d.ts
index bdbc89a87..ec82af1e2 100644
--- a/cli/tsc/compiler.d.ts
+++ b/cli/tsc/compiler.d.ts
@@ -58,6 +58,7 @@ declare global {
| GetDocumentHighlightsRequest
| GetImplementationRequest
| GetNavigationTree
+ | GetOutliningSpans
| GetQuickInfoRequest
| GetReferencesRequest
| GetSignatureHelpItemsRequest
@@ -151,6 +152,11 @@ declare global {
specifier: string;
}
+ interface GetOutliningSpans extends BaseLanguageServerRequest {
+ method: "getOutliningSpans";
+ specifier: string;
+ }
+
interface GetQuickInfoRequest extends BaseLanguageServerRequest {
method: "getQuickInfo";
specifier: string;