>>;
<>
text
>;
<>
>;
<>
text
heading
text
heading
text
>;
<>
<>
Hello
world
>
<>
Goodbye
world
>
>
;
foo = (
// comment
<>>
);
* open fragment */>
/* close fragment */>;
< // open fragment
>
// close fragment
>;
[<>>, <>>];
const fun1 = () => <>>;
x = <>>
function fun2(param = <>>) {}
1 + <>>;
1 || <>>;
fun2(<>>);
test ? <>> : x;
<>>;
<>>
;
const obj = {
foo: <>>
};
const fragmentVar = <>>;
function fun3() {
return <>>;
}
(<>>).toString();
(<>>).props;
(<>>)["computed"];
(<>>)["computed"]();