Skip to content

Commit da1d3cc

Browse files
committed
Update LKG
1 parent f98ba80 commit da1d3cc

File tree

8 files changed

+1764
-1279
lines changed

8 files changed

+1764
-1279
lines changed

lib/tsc.js

Lines changed: 311 additions & 16 deletions
Large diffs are not rendered by default.

lib/tsserver.js

Lines changed: 322 additions & 276 deletions
Large diffs are not rendered by default.

lib/tsserverlibrary.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2876,6 +2876,10 @@ declare namespace ts {
28762876
omitTrailingSemicolon?: boolean;
28772877
noEmitHelpers?: boolean;
28782878
}
2879+
interface GetEffectiveTypeRootsHost {
2880+
directoryExists?(directoryName: string): boolean;
2881+
getCurrentDirectory?(): string;
2882+
}
28792883
/** @deprecated See comment on SymbolWriter */
28802884
interface SymbolTracker {
28812885
trackSymbol?(symbol: Symbol, enclosingDeclaration?: Node, meaning?: SymbolFlags): void;
@@ -3463,10 +3467,6 @@ declare namespace ts {
34633467
function updateSourceFile(sourceFile: SourceFile, newText: string, textChangeRange: TextChangeRange, aggressiveChecks?: boolean): SourceFile;
34643468
}
34653469
declare namespace ts {
3466-
interface GetEffectiveTypeRootsHost {
3467-
directoryExists?(directoryName: string): boolean;
3468-
getCurrentDirectory?(): string;
3469-
}
34703470
function getEffectiveTypeRoots(options: CompilerOptions, host: GetEffectiveTypeRootsHost): string[] | undefined;
34713471
/**
34723472
* @param {string | undefined} containingFile - file that contains type reference directive, can be undefined if containing file is unknown.

lib/tsserverlibrary.js

Lines changed: 373 additions & 325 deletions
Large diffs are not rendered by default.

lib/typescript.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2876,6 +2876,10 @@ declare namespace ts {
28762876
omitTrailingSemicolon?: boolean;
28772877
noEmitHelpers?: boolean;
28782878
}
2879+
interface GetEffectiveTypeRootsHost {
2880+
directoryExists?(directoryName: string): boolean;
2881+
getCurrentDirectory?(): string;
2882+
}
28792883
/** @deprecated See comment on SymbolWriter */
28802884
interface SymbolTracker {
28812885
trackSymbol?(symbol: Symbol, enclosingDeclaration?: Node, meaning?: SymbolFlags): void;
@@ -3463,10 +3467,6 @@ declare namespace ts {
34633467
function updateSourceFile(sourceFile: SourceFile, newText: string, textChangeRange: TextChangeRange, aggressiveChecks?: boolean): SourceFile;
34643468
}
34653469
declare namespace ts {
3466-
interface GetEffectiveTypeRootsHost {
3467-
directoryExists?(directoryName: string): boolean;
3468-
getCurrentDirectory?(): string;
3469-
}
34703470
function getEffectiveTypeRoots(options: CompilerOptions, host: GetEffectiveTypeRootsHost): string[] | undefined;
34713471
/**
34723472
* @param {string | undefined} containingFile - file that contains type reference directive, can be undefined if containing file is unknown.

lib/typescript.js

Lines changed: 373 additions & 325 deletions
Large diffs are not rendered by default.

lib/typescriptServices.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2876,6 +2876,10 @@ declare namespace ts {
28762876
omitTrailingSemicolon?: boolean;
28772877
noEmitHelpers?: boolean;
28782878
}
2879+
interface GetEffectiveTypeRootsHost {
2880+
directoryExists?(directoryName: string): boolean;
2881+
getCurrentDirectory?(): string;
2882+
}
28792883
/** @deprecated See comment on SymbolWriter */
28802884
interface SymbolTracker {
28812885
trackSymbol?(symbol: Symbol, enclosingDeclaration?: Node, meaning?: SymbolFlags): void;
@@ -3463,10 +3467,6 @@ declare namespace ts {
34633467
function updateSourceFile(sourceFile: SourceFile, newText: string, textChangeRange: TextChangeRange, aggressiveChecks?: boolean): SourceFile;
34643468
}
34653469
declare namespace ts {
3466-
interface GetEffectiveTypeRootsHost {
3467-
directoryExists?(directoryName: string): boolean;
3468-
getCurrentDirectory?(): string;
3469-
}
34703470
function getEffectiveTypeRoots(options: CompilerOptions, host: GetEffectiveTypeRootsHost): string[] | undefined;
34713471
/**
34723472
* @param {string | undefined} containingFile - file that contains type reference directive, can be undefined if containing file is unknown.

lib/typescriptServices.js

Lines changed: 373 additions & 325 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)