11tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(6,6): error TS17008: JSX element 'any' has no corresponding closing tag.
22tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(6,13): error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha`.
33tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(6,17): error TS1005: '}' expected.
4+ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(6,31): error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
45tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(8,6): error TS17008: JSX element 'any' has no corresponding closing tag.
56tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(10,6): error TS17008: JSX element 'foo' has no corresponding closing tag.
7+ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(10,24): error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
68tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(10,32): error TS1005: '}' expected.
9+ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(12,23): error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
10+ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(12,24): error TS1382: Unexpected token. Did you mean `{'>'}` or `>`?
711tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(12,36): error TS1005: '}' expected.
812tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(14,17): error TS17008: JSX element 'foo' has no corresponding closing tag.
13+ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(14,23): error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
14+ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(14,24): error TS1382: Unexpected token. Did you mean `{'>'}` or `>`?
15+ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(14,38): error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
916tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(14,45): error TS1005: '}' expected.
1017tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(18,2): error TS17008: JSX element 'foo' has no corresponding closing tag.
1118tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(18,8): error TS17008: JSX element 'foo' has no corresponding closing tag.
1219tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(18,13): error TS17008: JSX element 'foo' has no corresponding closing tag.
20+ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(18,69): error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
21+ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(18,76): error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
1322tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(21,1): error TS1005: ':' expected.
1423tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(21,1): error TS1005: '</' expected.
1524
1625
17- ==== tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx (14 errors) ====
26+ ==== tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx (23 errors) ====
1827 declare var createElement: any;
1928
2029 class foo {}
@@ -27,6 +36,8 @@ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(21,1): error TS1005: '</' ex
2736!!! error TS2582: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha`.
2837 ~
2938!!! error TS1005: '}' expected.
39+ ~
40+ !!! error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
3041
3142 x = <any><any></any>;
3243 ~~~
@@ -35,16 +46,28 @@ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(21,1): error TS1005: '</' ex
3546 x = <foo>hello {<foo>{}} </foo>;
3647 ~~~
3748!!! error TS17008: JSX element 'foo' has no corresponding closing tag.
49+ ~
50+ !!! error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
3851 ~
3952!!! error TS1005: '}' expected.
4053
4154 x = <foo test={<foo>{}}>hello</foo>;
55+ ~
56+ !!! error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
57+ ~
58+ !!! error TS1382: Unexpected token. Did you mean `{'>'}` or `>`?
4259 ~
4360!!! error TS1005: '}' expected.
4461
4562 x = <foo test={<foo>{}}>hello{<foo>{}}</foo>;
4663 ~~~
4764!!! error TS17008: JSX element 'foo' has no corresponding closing tag.
65+ ~
66+ !!! error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
67+ ~
68+ !!! error TS1382: Unexpected token. Did you mean `{'>'}` or `>`?
69+ ~
70+ !!! error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
4871 ~
4972!!! error TS1005: '}' expected.
5073
@@ -57,6 +80,10 @@ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(21,1): error TS1005: '</' ex
5780!!! error TS17008: JSX element 'foo' has no corresponding closing tag.
5881 ~~~
5982!!! error TS17008: JSX element 'foo' has no corresponding closing tag.
83+ ~
84+ !!! error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
85+ ~
86+ !!! error TS1381: Unexpected token. Did you mean `{'}'}` or `}`?
6087
6188
6289
0 commit comments