mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-22 07:25:55 -06:00
rename output file to tsserver.js
This commit is contained in:
parent
f5c1bfbca7
commit
d081c9c463
2
Jakefile
2
Jakefile
@ -400,7 +400,7 @@ compileFile(nodeDefinitionsFile, servicesSources,[builtLocalDirectory, copyright
|
||||
jake.rmRf(tempDirPath, {silent: true});
|
||||
});
|
||||
|
||||
var serverFile = path.join(builtLocalDirectory, "typescriptServer.js");
|
||||
var serverFile = path.join(builtLocalDirectory, "tsserver.js");
|
||||
compileFile(serverFile, serverSources,[builtLocalDirectory, copyright].concat(serverSources), /*prefixes*/ [copyright], /*useBuiltCompiler*/ true);
|
||||
|
||||
// Local target to build the compiler and services
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env node
|
||||
require('./typescriptServer.js')
|
||||
require('./tsserver.js')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user