Update API baseline

This commit is contained in:
Andrew Casey
2018-11-15 15:54:21 -08:00
parent 2c7d67fded
commit d5b95b5904
+6
View File
@@ -8437,11 +8437,17 @@ declare namespace ts.server {
}
interface FileStats {
readonly js: number;
readonly jsSize?: number;
readonly jsx: number;
readonly jsxSize?: number;
readonly ts: number;
readonly tsSize?: number;
readonly tsx: number;
readonly tsxSize?: number;
readonly dts: number;
readonly dtsSize?: number;
readonly deferred: number;
readonly deferredSize?: number;
}
interface OpenFileInfo {
readonly checkJs: boolean;