leaf
leaf copied to clipboard
`Deno.emit` is not a function
I'm using leaf with the current latest version of Deno (1.30.3) and when I run my compiled binary that uses leaf, I get this error:
error: Uncaught (in promise) TypeError: Deno.emit is not a function
const bundleCode = (await Deno.emit(moduleToUse, {
^
at Function.compile (https://deno.land/x/[email protected]/leafCompiler.ts:102:40)
at file:///home/gabe/Code/hudstart/server/bundle.ts:2:6