This website requires JavaScript.
Explore
Help
Register
Sign In
microsoft
/
TypeScript
Watch
1
Star
0
Fork
0
You've already forked TypeScript
mirror of
https://github.com/microsoft/TypeScript.git
synced
2026-02-10 06:41:59 -06:00
Code
Issues
Packages
Projects
Releases
212
Wiki
Activity
TypeScript
/
src
/
server
History
Steve Lucco
baac6d8a60
Merge pull request
#2450
from Microsoft/tsconfigServer
...
Add support to TypeScript server for tsconfig.json files.
2015-03-24 14:38:26 -07:00
..
client.ts
Add a new findReferences API that buckets results with the definition they matched against.
2015-03-20 14:31:36 -07:00
editorServices.ts
Moved findConfigFile to program.ts. Addressed pull request comments.
2015-03-24 14:03:21 -07:00
node.d.ts
Initial checkin for server code
2015-02-11 19:42:44 -08:00
protocol.d.ts
Add handling of hard tabs in server buffers. Change message protocol to
2015-03-17 22:58:12 -07:00
server.ts
Renames and comments as requested by feedback.
2015-03-09 01:23:03 -07:00
session.ts
Make completion prefix matching case insensitive.
2015-03-23 17:25:45 -07:00
tsconfig.json
Added support in the server for tsconfig.json. When a host opens a
2015-03-20 21:56:20 -07:00