Fix Gulp build of tsserverlibrary to match Jake.

This commit is contained in:
Joel Day
2017-01-01 17:58:33 -08:00
parent 8b44ce2fd7
commit cf5508732a
3 changed files with 21 additions and 21 deletions

View File

@@ -184,17 +184,17 @@ var servicesSources = [
}));
var baseServerCoreSources = [
"types.ts",
"shared.ts",
"utilities.ts",
"scriptVersionCache.ts",
"typingsCache.ts",
"scriptInfo.ts",
"editorServices.ts",
"lsHost.ts",
"project.ts",
"editorServices.ts",
"protocol.ts",
"scriptInfo.ts",
"scriptVersionCache.ts",
"session.ts",
"shared.ts",
"types.ts",
"typingsCache.ts",
"utilities.ts",
].map(function (f) {
return path.join(serverDirectory, f);
});