Bruno Skvorc
Bruno Skvorc
DDeno
Created by Bruno Skvorc on 12/5/2024 in #help
Running globally installed packages with permission flags
I globally install something like solc, but then it needs read permissions. But since it's run with solc directly, (not deno) because it gets installed into the deno bin dir, I cannot pass flags to it, like allow-read etc. What is the way to pass flags to Deno if you're running a globally installed tool in its bin?
2 replies
DDeno
Created by Bruno Skvorc on 11/27/2024 in #help
Without using a framework, how do I compile natively supported TS in Deno into static JS?
If I am not mistaken, this used to be possible with the built in bundler which is now gone. How do we go from dev-time TS to prod-time JS without a framework or custom transpiler in the middle? Basically, help me get from deno init to deno "prod" - how to turn those main.ts files into runnable js?
6 replies