You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(async()=>{constjsx=`import React from "react";function App() { return <div className="App"> : </div>}export default App;`// Start the esbuild child process onceconstesbuild=require('esbuild')constservice=awaitesbuild.startService()// This can be called many times without the overhead of starting a serviceconst{ js }=awaitservice.transform(jsx,{loader: 'jsx'})console.log(js)// The child process can be explicitly killed when it's no longer neededservice.stop()})()
reproduce:
output:
esbuild version: 0.3.5
The text was updated successfully, but these errors were encountered: