swc/crates/swc_ecma_parser/tests/tsc/tsxFragmentErrors.tsx

14 lines
199 B
TypeScript

//@filename: file.tsx
//@jsx: react
declare module JSX {
interface Element { }
interface IntrinsicElements {
[s: string]: any;
}
}
declare var React: any;
<>hi</div> // Error
<>eof // Error