leaf
leaf copied to clipboard
Leaf is broken due to ESZIP
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