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

Leaf is broken due to ESZIP #24

Open
clemens-tolboom opened this issue Mar 14, 2022 · 0 comments · May be fixed by #25
Open

Leaf is broken due to ESZIP #24

clemens-tolboom opened this issue Mar 14, 2022 · 0 comments · May be fixed by #25

Comments

@clemens-tolboom
Copy link
Contributor

clemens-tolboom commented Mar 14, 2022

The changes in https://deno.com/blog/v1.19#deno-compile-now-works-more-reliably invalidates

const isExecutable: boolean = (Deno.mainModule == "file://$deno$/bundle.js");

as Deno.mainModule contains the full path of the compiled file.

The value is something like file:///full/path/to/example/.cca844d9-1d71-0ea3-8b6c-8caee007a92c.js

@clemens-tolboom clemens-tolboom linked a pull request Mar 14, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant