UNPKG

@khanacademy/babel-plugin-vite

Version:

7 lines 174 B
import Foo from "./foo.js"; import Bar from "./bar.js"; render(() => { const hello = "Hello,"; const bar = <Bar>world!</Bar>; return <Foo>{hello} {bar}</Foo>; });