mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
* Remove webServer
First draft; I may move some things around to be more readable.
* Refactor moved code
1. Move StartSessionOptions to common next to where it's first used.
2. Inline single-use BaseLogger base class into its only child class,
Logger.
3. Start using direct imports, eg `import {} from './common'`. I hope
this is OK?!
* Fix lint
* move imports back to namespace import
* hereby tsserver: remove exportIsTsObject
24 lines
719 B
JSON
24 lines
719 B
JSON
{
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{ "path": "./cancellationToken" },
|
|
{ "path": "./compiler" },
|
|
{ "path": "./deprecatedCompat" },
|
|
{ "path": "./executeCommandLine" },
|
|
{ "path": "./harness" },
|
|
{ "path": "./jsTyping" },
|
|
{ "path": "./loggedIO" },
|
|
{ "path": "./server" },
|
|
{ "path": "./services" },
|
|
{ "path": "./testRunner" },
|
|
{ "path": "./tsc" },
|
|
{ "path": "./tsserver" },
|
|
{ "path": "./tsserverlibrary" },
|
|
{ "path": "./typescript" },
|
|
{ "path": "./typingsInstaller" },
|
|
{ "path": "./typingsInstallerCore" },
|
|
{ "path": "./watchGuard" },
|
|
]
|
|
}
|