D
Deno
D
Deno
•
4y ago
•
4 replies
Doctor 🤖
is it possible to change how tsx bundles to js?
So I
’m wondering if it
’s possible to get Deno to convert
<div class="test">Potato</div>
<div class="test">Potato</div>
to
{ tag: "div", props: { class: "test" }, children: [ "Potato" ] }
{ tag: "div", props: { class: "test" }, children: [ "Potato" ] }
when bundling
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,950
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
<
div
class
=
"test"
>Potato</
div
>
<
div
class
=
"test"
>Potato</
div
>
{
tag
:
"div"
,
props
: {
class
:
"test"
},
children
: [
"Potato"
]
}
{
tag
:
"div"
,
props
: {
class
:
"test"
},
children
: [
"Potato"
]
}
Similar Threads
Is it possible to change a fresh.js project to build ahead-of-time
W
wedmaniac / help
2y ago
Is it possible to override `process.version`?
V
vicary / help
3w ago
Is it possible to use Yarn with Deno?
W
wuX4an / help
2y ago