deno_cli_lib_windmill 0.104.0

Deno cli lib for the needs of windmill
1
2
3
4
// We expect to get a permission denied error if we dynamically
// import this module without --allow-read.
export * from "file:///c:/etc/passwd";
console.log("Hello from evil_remote_import.js");