is it possible to change how tsx bundles to js?
So I’m wondering if it’s possible to get Deno to convert to when bundling
<div class="test">Potato</div><div class="test">Potato</div>{
tag: "div",
props: { class: "test" },
children: [
"Potato"
]
}{
tag: "div",
props: { class: "test" },
children: [
"Potato"
]
}