Skip to content

Commit a510b38

Browse files
committed
Update baselines
1 parent b60b9a0 commit a510b38

8 files changed

+12
-12
lines changed

tests/baselines/reference/baseCheck.errors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tests/cases/compiler/baseCheck.ts(26,9): error TS2304: Cannot find name 'x'.
2121
super(0, loc);
2222
~~~
2323
!!! error TS2552: Cannot find name 'loc'. Did you mean 'Lock'?
24-
!!! related TS2728 /.ts/lib.dom.d.ts:9241:13: 'Lock' is declared here.
24+
!!! related TS2728 /.ts/lib.dom.d.ts:9275:13: 'Lock' is declared here.
2525
}
2626

2727
m() {

tests/baselines/reference/extendArray.errors.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ tests/cases/compiler/extendArray.ts(7,32): error TS2552: Cannot find name '_elem
1212
collect(fn:(e:_element) => _element[]) : any[];
1313
~~~~~~~~
1414
!!! error TS2552: Cannot find name '_element'. Did you mean 'Element'?
15-
!!! related TS2728 /.ts/lib.dom.d.ts:5089:13: 'Element' is declared here.
15+
!!! related TS2728 /.ts/lib.dom.d.ts:5121:13: 'Element' is declared here.
1616
~~~~~~~~
1717
!!! error TS2552: Cannot find name '_element'. Did you mean 'Element'?
18-
!!! related TS2728 /.ts/lib.dom.d.ts:5089:13: 'Element' is declared here.
18+
!!! related TS2728 /.ts/lib.dom.d.ts:5121:13: 'Element' is declared here.
1919
}
2020
}
2121

tests/baselines/reference/globalThisBlockscopedProperties.types

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/baselines/reference/intersectionsOfLargeUnions2.errors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tests/cases/compiler/intersectionsOfLargeUnions2.ts(31,15): error TS2536: Type '
1010
interface ElementTagNameMap {
1111
~~~~~~~~~~~~~~~~~
1212
!!! error TS2300: Duplicate identifier 'ElementTagNameMap'.
13-
!!! related TS6203 /.ts/lib.dom.d.ts:17748:6: 'ElementTagNameMap' was also declared here.
13+
!!! related TS6203 /.ts/lib.dom.d.ts:17843:6: 'ElementTagNameMap' was also declared here.
1414
[index: number]: HTMLElement
1515
}
1616

tests/baselines/reference/jsxFactoryIdentifierWithAbsentParameter.errors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tests/cases/compiler/test.tsx(9,17): error TS2552: Cannot find name 'createEleme
1313
return <div />;
1414
~~~
1515
!!! error TS2552: Cannot find name 'createElement'. Did you mean 'frameElement'?
16-
!!! related TS2728 /.ts/lib.dom.d.ts:17771:13: 'frameElement' is declared here.
16+
!!! related TS2728 /.ts/lib.dom.d.ts:17866:13: 'frameElement' is declared here.
1717
}
1818
}
1919

tests/baselines/reference/jsxFactoryQualifiedNameResolutionError.errors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ tests/cases/compiler/test.tsx(9,17): error TS2552: Cannot find name 'MyElement'.
1313
return <div />;
1414
~~~
1515
!!! error TS2552: Cannot find name 'MyElement'. Did you mean 'Element'?
16-
!!! related TS2728 /.ts/lib.dom.d.ts:5089:13: 'Element' is declared here.
16+
!!! related TS2728 /.ts/lib.dom.d.ts:5121:13: 'Element' is declared here.
1717
}
1818
}

tests/baselines/reference/mappedTypeRecursiveInference.types

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

tests/baselines/reference/parserRealSource7.errors.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ tests/cases/conformance/parser/ecmascript5/parserRealSource7.ts(828,13): error T
352352
!!! error TS2304: Cannot find name 'Type'.
353353
~~~~~~~~~~~~~~~
354354
!!! error TS2552: Cannot find name 'TypeDeclaration'. Did you mean 'CSSStyleDeclaration'?
355-
!!! related TS2728 /.ts/lib.dom.d.ts:3382:13: 'CSSStyleDeclaration' is declared here.
355+
!!! related TS2728 /.ts/lib.dom.d.ts:3402:13: 'CSSStyleDeclaration' is declared here.
356356
type.extendsTypeLinks = getBaseTypeLinks(typeDecl.extendsList, type.extendsTypeLinks);
357357
type.implementsTypeLinks = getBaseTypeLinks(typeDecl.implementsList, type.implementsTypeLinks);
358358
}

0 commit comments

Comments
 (0)