mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-30 05:39:39 -05:00
Fix Gulp build of tsserverlibrary to match Jake.
This commit is contained in:
14
Jakefile.js
14
Jakefile.js
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user