Skip to content

Commit e940618

Browse files
committed
Remove typescriptServices project
1 parent e666aad commit e940618

File tree

6 files changed

+0
-60
lines changed

6 files changed

+0
-60
lines changed

Gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ const apiExtractor = async () => {
113113
// TODO(jakebailey): prepend copyright notice, replace const enums with regular enums
114114
await runApiExtractor("./src/typescript/api-extractor.json");
115115
await runApiExtractor("./src/tsserverlibrary/api-extractor.json");
116-
await runApiExtractor("./src/typescriptServices/api-extractor.json");
117116
};
118117

119118
task("api-extractor", series(task("moduleBuild"), apiExtractor));

src/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
{ "path": "./tsserver" },
77
{ "path": "./tsserverlibrary" },
88
{ "path": "./typescript" },
9-
{ "path": "./typescriptServices" },
109
{ "path": "./typingsInstaller" },
1110
{ "path": "./watchGuard" },
1211
{ "path": "./debug" },

src/typescriptServices/_namespaces/ts.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/typescriptServices/api-extractor.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/typescriptServices/tsconfig.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/typescriptServices/typescriptServices.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)