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
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
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: