mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
9 lines
88 B
TypeScript
9 lines
88 B
TypeScript
const foo = <div
|
|
// comment
|
|
/>;
|
|
|
|
<div-
|
|
// comment
|
|
/>;
|
|
|
|
<div-- /* comment */ />;
|