Skip to content

Commit c9a925e

Browse files
committed
Unrelated baseline noise
1 parent e448d8b commit c9a925e

File tree

6 files changed

+132
-134
lines changed

6 files changed

+132
-134
lines changed

tests/baselines/reference/jsxInvalidEsprimaTestSuite.errors.txt

Lines changed: 107 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(3,1): error TS1109: Expression expected.
2-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(3,3): error TS1161: Unterminated regular expression literal.
3-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(4,2): error TS2304: Cannot find name 'a'.
4-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(4,3): error TS1005: ';' expected.
5-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(4,6): error TS1161: Unterminated regular expression literal.
1+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(3,1): error TS1128: Declaration or statement expected.
2+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(3,3): error TS1109: Expression expected.
3+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(3,4): error TS1109: Expression expected.
4+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(4,1): error TS2602: The global type 'JSX.Element' must exist when using JSX.
5+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(4,3): error TS1003: Identifier expected.
6+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(5,1): error TS1109: Expression expected.
67
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(5,2): error TS1109: Expression expected.
78
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(5,3): error TS2304: Cannot find name 'a'.
89
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(5,6): error TS1109: Expression expected.
@@ -23,44 +24,47 @@ tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(10,1): error TS1003:
2324
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(10,2): error TS2304: Cannot find name 'a'.
2425
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(10,3): error TS1005: ';' expected.
2526
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(10,4): error TS2304: Cannot find name 'b'.
26-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(10,4): error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
2727
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(10,6): error TS1109: Expression expected.
28-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(10,8): error TS1161: Unterminated regular expression literal.
29-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(11,2): error TS2304: Cannot find name 'a'.
30-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(11,3): error TS1005: ';' expected.
31-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(11,4): error TS2304: Cannot find name 'b'.
32-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(11,4): error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
33-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(11,8): error TS1109: Expression expected.
34-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(11,10): error TS1161: Unterminated regular expression literal.
28+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(10,8): error TS2304: Cannot find name 'b'.
29+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(10,10): error TS1109: Expression expected.
30+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(11,1): error TS2602: The global type 'JSX.Element' must exist when using JSX.
31+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(11,3): error TS1003: Identifier expected.
32+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(11,5): error TS1003: Identifier expected.
33+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(11,11): error TS1005: '>' expected.
34+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(11,12): error TS2304: Cannot find name 'b'.
35+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(11,16): error TS1109: Expression expected.
36+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,1): error TS2602: The global type 'JSX.Element' must exist when using JSX.
3537
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,2): error TS2304: Cannot find name 'a'.
36-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,5): error TS1005: ';' expected.
37-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,6): error TS2304: Cannot find name 'c'.
38-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,6): error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
39-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,6): error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
40-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,6): error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
41-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,6): error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
42-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,6): error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
43-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,6): error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
44-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,8): error TS1109: Expression expected.
45-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,10): error TS1161: Unterminated regular expression literal.
38+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,5): error TS1003: Identifier expected.
39+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,13): error TS1005: '>' expected.
40+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,14): error TS2304: Cannot find name 'c'.
41+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(12,16): error TS1109: Expression expected.
42+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(13,1): error TS2602: The global type 'JSX.Element' must exist when using JSX.
4643
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(13,2): error TS2304: Cannot find name 'a'.
47-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(13,8): error TS1109: Expression expected.
48-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(13,10): error TS1161: Unterminated regular expression literal.
44+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(13,8): error TS17002: Expected corresponding JSX closing tag for 'a.b.c'.
45+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(14,1): error TS1109: Expression expected.
4946
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(14,2): error TS1109: Expression expected.
5047
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(14,5): error TS1109: Expression expected.
51-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(14,7): error TS1161: Unterminated regular expression literal.
48+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(14,7): error TS1128: Declaration or statement expected.
49+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(14,8): error TS2304: Cannot find name 'a'.
50+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(14,10): error TS1109: Expression expected.
51+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(15,1): error TS2602: The global type 'JSX.Element' must exist when using JSX.
5252
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(15,2): error TS2304: Cannot find name 'a'.
5353
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(15,4): error TS1003: Identifier expected.
54-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(15,5): error TS1109: Expression expected.
55-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(15,7): error TS1161: Unterminated regular expression literal.
56-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(16,2): error TS2304: Cannot find name 'a'.
54+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(15,9): error TS1003: Identifier expected.
55+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(16,1): error TS2602: The global type 'JSX.Element' must exist when using JSX.
56+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(16,3): error TS1003: Identifier expected.
5757
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(16,4): error TS2304: Cannot find name 'foo'.
5858
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(16,9): error TS1109: Expression expected.
59-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(16,11): error TS1161: Unterminated regular expression literal.
60-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(17,2): error TS2304: Cannot find name 'a'.
59+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(16,11): error TS2304: Cannot find name 'a'.
60+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(16,13): error TS2304: Cannot find name 'foo'.
61+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(16,18): error TS1109: Expression expected.
62+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(17,1): error TS2602: The global type 'JSX.Element' must exist when using JSX.
63+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(17,3): error TS1003: Identifier expected.
6164
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(17,11): error TS1109: Expression expected.
62-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(17,13): error TS1161: Unterminated regular expression literal.
63-
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(18,2): error TS2304: Cannot find name 'a'.
65+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(17,13): error TS2304: Cannot find name 'a'.
66+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(17,22): error TS1109: Expression expected.
67+
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(18,1): error TS2602: The global type 'JSX.Element' must exist when using JSX.
6468
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(18,4): error TS2602: The global type 'JSX.Element' must exist when using JSX.
6569
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(19,1): error TS2602: The global type 'JSX.Element' must exist when using JSX.
6670
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(20,9): error TS2602: The global type 'JSX.Element' must exist when using JSX.
@@ -96,22 +100,24 @@ tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(35,4): error TS1003:
96100
tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(35,21): error TS17002: Expected corresponding JSX closing tag for 'a'.
97101

98102

99-
==== tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx (96 errors) ====
103+
==== tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx (100 errors) ====
100104
declare var React: any;
101105

102106
</>;
103-
~
107+
~~
108+
!!! error TS1128: Declaration or statement expected.
109+
~
110+
!!! error TS1109: Expression expected.
111+
~
104112
!!! error TS1109: Expression expected.
105-
106-
!!! error TS1161: Unterminated regular expression literal.
107113
<a: />;
108-
~
109-
!!! error TS2304: Cannot find name 'a'.
114+
~~~~~~
115+
!!! error TS2602: The global type 'JSX.Element' must exist when using JSX.
110116
~
111-
!!! error TS1005: ';' expected.
112-
113-
!!! error TS1161: Unterminated regular expression literal.
117+
!!! error TS1003: Identifier expected.
114118
<:a />;
119+
~
120+
!!! error TS1109: Expression expected.
115121
~
116122
!!! error TS1109: Expression expected.
117123
~
@@ -157,105 +163,96 @@ tests/cases/conformance/jsx/jsxInvalidEsprimaTestSuite.tsx(35,21): error TS17002
157163
!!! error TS1005: ';' expected.
158164
~
159165
!!! error TS2304: Cannot find name 'b'.
160-
~~~~~~~
161-
!!! error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
162-
~
166+
~~
167+
!!! error TS1109: Expression expected.
168+
~
169+
!!! error TS2304: Cannot find name 'b'.
170+
~
163171
!!! error TS1109: Expression expected.
164-
165-
!!! error TS1161: Unterminated regular expression literal.
166172
<a:b.c></a:b.c>;
167-
~
168-
!!! error TS2304: Cannot find name 'a'.
173+
~~~~~~~
174+
!!! error TS2602: The global type 'JSX.Element' must exist when using JSX.
169175
~
170-
!!! error TS1005: ';' expected.
171-
~
176+
!!! error TS1003: Identifier expected.
177+
~
178+
!!! error TS1003: Identifier expected.
179+
~
180+
!!! error TS1005: '>' expected.
181+
~
172182
!!! error TS2304: Cannot find name 'b'.
173-
~~~~~~~~~~~~~
174-
!!! error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
175-
~
183+
~
176184
!!! error TS1109: Expression expected.
177-
178-
!!! error TS1161: Unterminated regular expression literal.
179185
<a.b:c></a.b:c>;
186+
~~~~~~~
187+
!!! error TS2602: The global type 'JSX.Element' must exist when using JSX.
180188
~
181189
!!! error TS2304: Cannot find name 'a'.
182190
~
183-
!!! error TS1005: ';' expected.
184-
~
191+
!!! error TS1003: Identifier expected.
192+
~
193+
!!! error TS1005: '>' expected.
194+
~
185195
!!! error TS2304: Cannot find name 'c'.
186-
~~~~~~~~~~~
187-
!!! error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
188-
~~~~~~~~~~~
189-
~~~~~~~~~~~
190-
~~~~~~~~~~~
191-
~~~~~~~~~~~
192-
~~~~~~~~~~~
193-
~
196+
~
194197
!!! error TS1109: Expression expected.
195-
196-
!!! error TS1161: Unterminated regular expression literal.
197198
<a.b.c></a>;
198-
~~~~~~~~~~~~
199-
!!! error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
200-
~~~~~~~~~~~~
201-
~~~~~~~~~~~~
202-
~~~~~~~~~~~~
203-
~~~~~~~~~~~~
199+
~~~~~~~
200+
!!! error TS2602: The global type 'JSX.Element' must exist when using JSX.
204201
~
205202
!!! error TS2304: Cannot find name 'a'.
206-
~
207-
!!! error TS1109: Expression expected.
208-
209-
!!! error TS1161: Unterminated regular expression literal.
203+
~~~~
204+
!!! error TS17002: Expected corresponding JSX closing tag for 'a.b.c'.
210205
<.a></.a>;
211-
~~~~~~~~~~
212-
!!! error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
213-
~~~~~~~~~~
214-
~~~~~~~~~~
215-
~~~~~~~~~~
206+
~
207+
!!! error TS1109: Expression expected.
216208
~
217209
!!! error TS1109: Expression expected.
218-
~
210+
~~
211+
!!! error TS1109: Expression expected.
212+
~
213+
!!! error TS1128: Declaration or statement expected.
214+
~
215+
!!! error TS2304: Cannot find name 'a'.
216+
~
219217
!!! error TS1109: Expression expected.
220-
221-
!!! error TS1161: Unterminated regular expression literal.
222218
<a.></a.>;
223-
~~~~~~~~~~
224-
!!! error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
225-
~~~~~~~~~~
226-
~~~~~~~~~~
219+
~~~~
220+
!!! error TS2602: The global type 'JSX.Element' must exist when using JSX.
227221
~
228222
!!! error TS2304: Cannot find name 'a'.
229223
~
230224
!!! error TS1003: Identifier expected.
231-
~
232-
!!! error TS1109: Expression expected.
233-
234-
!!! error TS1161: Unterminated regular expression literal.
225+
~
226+
!!! error TS1003: Identifier expected.
235227
<a[foo]></a[foo]>;
236-
~~~~~~~~~~~~~~~~~~
237-
!!! error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
238-
~~~~~~~~~~~~~~~~~~
239-
~
240-
!!! error TS2304: Cannot find name 'a'.
228+
~~
229+
!!! error TS2602: The global type 'JSX.Element' must exist when using JSX.
230+
~
231+
!!! error TS1003: Identifier expected.
241232
~~~
242233
!!! error TS2304: Cannot find name 'foo'.
243-
~
234+
~~
235+
!!! error TS1109: Expression expected.
236+
~
237+
!!! error TS2304: Cannot find name 'a'.
238+
~~~
239+
!!! error TS2304: Cannot find name 'foo'.
240+
~
244241
!!! error TS1109: Expression expected.
245-
246-
!!! error TS1161: Unterminated regular expression literal.
247242
<a['foo']></a['foo']>;
248-
~~~~~~~~~~~~~~~~~~~~~~
249-
!!! error TS2365: Operator '<' cannot be applied to types 'boolean' and 'RegExp'.
250-
~
243+
~~
244+
!!! error TS2602: The global type 'JSX.Element' must exist when using JSX.
245+
~
246+
!!! error TS1003: Identifier expected.
247+
~~
248+
!!! error TS1109: Expression expected.
249+
~
251250
!!! error TS2304: Cannot find name 'a'.
252-
~
251+
~
253252
!!! error TS1109: Expression expected.
254-
255-
!!! error TS1161: Unterminated regular expression literal.
256253
<a><a />;
257-
~
258-
!!! error TS2304: Cannot find name 'a'.
254+
~~~
255+
!!! error TS2602: The global type 'JSX.Element' must exist when using JSX.
259256
~~~~~
260257
!!! error TS2602: The global type 'JSX.Element' must exist when using JSX.
261258
<a b={}>;

tests/baselines/reference/jsxInvalidEsprimaTestSuite.js

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,32 @@ var x = <div>one</div> /* intervening comment */ <div>two</div>;;
3636
<a .../*hai*/asdf/>;
3737

3838
//// [jsxInvalidEsprimaTestSuite.jsx]
39-
< />;
40-
< a;
41-
/>;
39+
> ;
40+
<a />;
4241
< ;
4342
a / > ;
4443
<a b={d / > }/>
4544
< a > ;
4645
<a></b>;
4746
<a foo="bar;/>
4847
< a;
49-
b > < /b>;
50-
< a;
51-
b.c > < /a:b.c>;
52-
< a.b;
53-
c > < /a.b:c>;
54-
< a.b.c > < /a>;
55-
< .a > < /.a>;
56-
< a. > < /a.>;
57-
< a[foo] > < /a[foo]>;
58-
< a['foo'] > < /a['foo']>;
59-
< a > <a />;
48+
b > ;
49+
b > ;
50+
<a b= c=></a>;
51+
b.c > ;
52+
<a.b c=></a.b>;
53+
c > ;
54+
<a.b.c></a>;
55+
< .a > ;
56+
a > ;
57+
<a.></a.>;
58+
<a />;
59+
[foo] > ;
60+
a[foo] > ;
61+
<a />;
62+
['foo'] > ;
63+
a['foo'] > ;
64+
<a><a />;
6065
<a b=>;
6166
var x = <div>one</div><div>two</div>;;
6267
var x = <div>one</div> /* intervening comment */ /* intervening comment */ <div>two</div>;;
@@ -73,4 +78,4 @@ var x = <div>one</div> /* intervening comment */ /* intervening comment */ <div>
7378
<a b=>;
7479
<a b=< />/>}>;
7580
<a>}</a>;
76-
<a /> .../*hai*/asdf/>;</></>;
81+
<a /> .../*hai*/asdf/>;</></></>;

tests/baselines/reference/tsxAttributeResolution.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//// [tsxAttributeResolution.tsx]
2-
/// @jsx: preserve
32

43
declare namespace JSX {
54
interface IntrinsicElements {
@@ -11,4 +10,3 @@ declare namespace JSX {
1110

1211

1312
//// [tsxAttributeResolution.jsx]
14-
/// @jsx: preserve

tests/baselines/reference/tsxAttributeResolution.symbols

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
=== tests/cases/conformance/jsx/tsxAttributeResolution.tsx ===
2-
/// @jsx: preserve
32

43
declare namespace JSX {
54
>JSX : Symbol(JSX, Decl(tsxAttributeResolution.tsx, 0, 0))
65

76
interface IntrinsicElements {
8-
>IntrinsicElements : Symbol(IntrinsicElements, Decl(tsxAttributeResolution.tsx, 2, 23))
7+
>IntrinsicElements : Symbol(IntrinsicElements, Decl(tsxAttributeResolution.tsx, 1, 23))
98

109
x: { y: number; z: string; };
11-
>x : Symbol(x, Decl(tsxAttributeResolution.tsx, 3, 30))
12-
>y : Symbol(y, Decl(tsxAttributeResolution.tsx, 4, 6))
13-
>z : Symbol(z, Decl(tsxAttributeResolution.tsx, 4, 17))
10+
>x : Symbol(x, Decl(tsxAttributeResolution.tsx, 2, 30))
11+
>y : Symbol(y, Decl(tsxAttributeResolution.tsx, 3, 6))
12+
>z : Symbol(z, Decl(tsxAttributeResolution.tsx, 3, 17))
1413
}
1514
}
1615

tests/baselines/reference/tsxAttributeResolution.types

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
=== tests/cases/conformance/jsx/tsxAttributeResolution.tsx ===
2-
/// @jsx: preserve
32

43
declare namespace JSX {
54
>JSX : any

tests/cases/conformance/jsx/tsxAttributeResolution.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// @jsx: preserve
1+
//@jsx: preserve
22

33
declare namespace JSX {
44
interface IntrinsicElements {

0 commit comments

Comments
 (0)