Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deno.emit is not a function #27

Open
redxtech opened this issue Feb 18, 2023 · 0 comments
Open

Deno.emit is not a function #27

redxtech opened this issue Feb 18, 2023 · 0 comments

Comments

@redxtech
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant