leaf icon indicating copy to clipboard operation
leaf copied to clipboard

Leaf is broken due to ESZIP

Open clemens-tolboom opened this issue 3 years ago • 0 comments

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 avatar Mar 14 '22 13:03 clemens-tolboom