tests/cases/compiler/index.js(2,12): error TS17014: JSX fragment has no corresponding closing tag.
tests/cases/compiler/index.js(2,13): error TS17004: Cannot use JSX unless the '--jsx' flag is provided.
tests/cases/compiler/index.js(3,1): error TS1005: '</' expected.


==== tests/cases/compiler/index.js (3 errors) ====
    const x = "oops";
    const y = + <> x;
               ~~~
!!! error TS17014: JSX fragment has no corresponding closing tag.
                ~~
!!! error TS17004: Cannot use JSX unless the '--jsx' flag is provided.
    
    
!!! error TS1005: '</' expected.