Skip to content

Commit 4a8615f

Browse files
author
Andy
authored
Merge pull request #10687 from Microsoft/services_types
Factor public type definitions out of services.ts into services/types.ts
2 parents 3bcfb6b + 6d79aa6 commit 4a8615f

File tree

4 files changed

+809
-805
lines changed

4 files changed

+809
-805
lines changed

Jakefile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ var servicesSources = [
102102
"services.ts",
103103
"shims.ts",
104104
"signatureHelp.ts",
105+
"types.ts",
105106
"utilities.ts",
106107
"formatting/formatting.ts",
107108
"formatting/formattingContext.ts",

0 commit comments

Comments
 (0)