Skip to content

Commit

Permalink
Update LKG.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed May 14, 2019
1 parent e83f9e9 commit 0007c09
Show file tree
Hide file tree
Showing 9 changed files with 399 additions and 536 deletions.
142 changes: 58 additions & 84 deletions lib/tsc.js

Large diffs are not rendered by default.

161 changes: 70 additions & 91 deletions lib/tsserver.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/tsserverlibrary.d.ts
Expand Up @@ -2390,8 +2390,8 @@ declare namespace ts {
root: ConditionalRoot;
checkType: Type;
extendsType: Type;
trueType: Type;
falseType: Type;
resolvedTrueType: Type;
resolvedFalseType: Type;
}
interface SubstitutionType extends InstantiableType {
typeVariable: TypeVariable;
Expand Down
161 changes: 70 additions & 91 deletions lib/tsserverlibrary.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/typescript.d.ts
Expand Up @@ -2390,8 +2390,8 @@ declare namespace ts {
root: ConditionalRoot;
checkType: Type;
extendsType: Type;
trueType: Type;
falseType: Type;
resolvedTrueType: Type;
resolvedFalseType: Type;
}
interface SubstitutionType extends InstantiableType {
typeVariable: TypeVariable;
Expand Down
153 changes: 65 additions & 88 deletions lib/typescript.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/typescriptServices.d.ts
Expand Up @@ -2390,8 +2390,8 @@ declare namespace ts {
root: ConditionalRoot;
checkType: Type;
extendsType: Type;
trueType: Type;
falseType: Type;
resolvedTrueType: Type;
resolvedFalseType: Type;
}
interface SubstitutionType extends InstantiableType {
typeVariable: TypeVariable;
Expand Down
153 changes: 65 additions & 88 deletions lib/typescriptServices.js

Large diffs are not rendered by default.

153 changes: 65 additions & 88 deletions lib/typingsInstaller.js

Large diffs are not rendered by default.

0 comments on commit 0007c09

Please sign in to comment.