Open iacore opened 5 months ago
this also doesn't work as bunfig.toml
jsx = "react-jsx"
jsxImportSource = "solid-js"
preload = ["@danielx/civet/bun-civet"]
I found civetman + Deno working better :+1:
The original issue seems to be a bug in Bun: https://github.com/oven-sh/bun/issues/4519
It looks like we could work around it using an explicit Transpiler
. Probably worth doing until this gets fixed in Bun.
I don't know how to let bun parse JSX syntax inside *.civet.
I have bunfig.toml setup as described here.
I have this file.
When I try to run it with
bun init.civet
, it saysMy tsconfig.json is like this: