Skip to content

Commit f6c393c

Browse files
Update LKG.
1 parent 05204c7 commit f6c393c

10 files changed

+2310
-2180
lines changed

lib/protocol.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2532,15 +2532,15 @@ declare namespace ts.server.protocol {
25322532
string = "string"
25332533
}
25342534

2535-
interface TypeAcquisition {
2535+
export interface TypeAcquisition {
25362536
enableAutoDiscovery?: boolean;
25372537
enable?: boolean;
25382538
include?: string[];
25392539
exclude?: string[];
25402540
[option: string]: string[] | boolean | undefined;
25412541
}
25422542

2543-
interface FileExtensionInfo {
2543+
export interface FileExtensionInfo {
25442544
extension: string;
25452545
isMixedContent: boolean;
25462546
scriptKind?: ScriptKind;
@@ -2560,11 +2560,11 @@ declare namespace ts.server.protocol {
25602560
[index: string]: T;
25612561
}
25622562

2563-
interface PluginImport {
2563+
export interface PluginImport {
25642564
name: string;
25652565
}
25662566

2567-
interface ProjectReference {
2567+
export interface ProjectReference {
25682568
/** A normalized path on disk */
25692569
path: string;
25702570
/** The path as the user originally wrote it */
@@ -2575,7 +2575,7 @@ declare namespace ts.server.protocol {
25752575
circular?: boolean;
25762576
}
25772577

2578-
type CompilerOptionsValue = string | number | boolean | (string | number)[] | string[] | MapLike<string[]> | PluginImport[] | ProjectReference[] | null | undefined;
2578+
export type CompilerOptionsValue = string | number | boolean | (string | number)[] | string[] | MapLike<string[]> | PluginImport[] | ProjectReference[] | null | undefined;
25792579
}
25802580
declare namespace ts {
25812581
// these types are empty stubs for types from services and should not be used directly

lib/tsc.js

Lines changed: 78 additions & 67 deletions
Large diffs are not rendered by default.

lib/tsserver.js

Lines changed: 135 additions & 111 deletions
Large diffs are not rendered by default.

lib/tsserverlibrary.d.ts

Lines changed: 565 additions & 559 deletions
Large diffs are not rendered by default.

lib/tsserverlibrary.js

Lines changed: 135 additions & 111 deletions
Large diffs are not rendered by default.

lib/typescript.d.ts

Lines changed: 530 additions & 525 deletions
Large diffs are not rendered by default.

lib/typescript.js

Lines changed: 127 additions & 105 deletions
Large diffs are not rendered by default.

lib/typescriptServices.d.ts

Lines changed: 530 additions & 525 deletions
Large diffs are not rendered by default.

lib/typescriptServices.js

Lines changed: 127 additions & 105 deletions
Large diffs are not rendered by default.

lib/typingsInstaller.js

Lines changed: 78 additions & 67 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)