mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 15:25:54 -06:00
Small test fixes
This commit is contained in:
parent
fdd078064d
commit
bb178d38bf
@ -164,7 +164,7 @@ namespace ts.projectSystem {
|
||||
}
|
||||
|
||||
export function fileStats(nonZeroStats: Partial<server.FileStats>): server.FileStats {
|
||||
return { ts: 0, tsx: 0, dts: 0, js: 0, jsx: 0, ...nonZeroStats };
|
||||
return { ts: 0, tsx: 0, dts: 0, js: 0, jsx: 0, deferred: 0, ...nonZeroStats };
|
||||
}
|
||||
|
||||
export class TestServerEventManager {
|
||||
|
||||
@ -8047,6 +8047,7 @@ declare namespace ts.server {
|
||||
readonly ts: number;
|
||||
readonly tsx: number;
|
||||
readonly dts: number;
|
||||
readonly deferred: number;
|
||||
}
|
||||
interface OpenFileInfo {
|
||||
readonly checkJs: boolean;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user