mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-25 10:20:49 -06:00
Merge pull request #4039 from Microsoft/bin2lib
Move .js/.ts content of the npm package to lib folder
This commit is contained in:
commit
37d3b4ad57
@ -17,7 +17,7 @@ var docDirectory = "doc/";
|
||||
|
||||
var builtDirectory = "built/";
|
||||
var builtLocalDirectory = "built/local/";
|
||||
var LKGDirectory = "bin/";
|
||||
var LKGDirectory = "lib/";
|
||||
|
||||
var copyright = "CopyrightNotice.txt";
|
||||
var thirdParty = "ThirdPartyNoticeText.txt";
|
||||
|
||||
2
bin/tsserver
Normal file → Executable file
2
bin/tsserver
Normal file → Executable file
@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env node
|
||||
require('./tsserver.js')
|
||||
require('../lib/tsserver.js')
|
||||
|
||||
0
bin/lib.core.d.ts → lib/lib.core.d.ts
vendored
0
bin/lib.core.d.ts → lib/lib.core.d.ts
vendored
0
bin/lib.d.ts → lib/lib.d.ts
vendored
0
bin/lib.d.ts → lib/lib.d.ts
vendored
0
bin/lib.dom.d.ts → lib/lib.dom.d.ts
vendored
0
bin/lib.dom.d.ts → lib/lib.dom.d.ts
vendored
0
bin/lib.es6.d.ts → lib/lib.es6.d.ts
vendored
0
bin/lib.es6.d.ts → lib/lib.es6.d.ts
vendored
@ -19,7 +19,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/TypeScript.git"
|
||||
},
|
||||
"main": "./bin/typescript.js",
|
||||
"main": "./lib/typescript.js",
|
||||
"bin": {
|
||||
"tsc": "./bin/tsc",
|
||||
"tsserver": "./bin/tsserver"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user