Skip to content

Commit

Permalink
Adds baseline updates
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jul 18, 2019
1 parent 282e724 commit 0c4422e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tests/baselines/reference/api/tsserverlibrary.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2600,7 +2600,7 @@ declare namespace ts {
UMD = 3,
System = 4,
ES2015 = 5,
ESNext = 6
ESNext = 99
}
enum JsxEmit {
None = 0,
Expand Down Expand Up @@ -2640,9 +2640,9 @@ declare namespace ts {
ES2018 = 5,
ES2019 = 6,
ES2020 = 7,
ESNext = 8,
ESNext = 99,
JSON = 100,
Latest = 8
Latest = 99
}
enum LanguageVariant {
Standard = 0,
Expand Down
6 changes: 3 additions & 3 deletions tests/baselines/reference/api/typescript.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2600,7 +2600,7 @@ declare namespace ts {
UMD = 3,
System = 4,
ES2015 = 5,
ESNext = 6
ESNext = 99
}
enum JsxEmit {
None = 0,
Expand Down Expand Up @@ -2640,9 +2640,9 @@ declare namespace ts {
ES2018 = 5,
ES2019 = 6,
ES2020 = 7,
ESNext = 8,
ESNext = 99,
JSON = 100,
Latest = 8
Latest = 99
}
enum LanguageVariant {
Standard = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function multiply(a, b) { return a * b; }
"incremental": true,
"listFiles": true,
"listEmittedFiles": true,
"target": 8,
"target": 99,
"configFilePath": "./tsconfig.json"
},
"referencedMap": {},
Expand Down

0 comments on commit 0c4422e

Please sign in to comment.