Storing runtime flags for execution #250
-
As things currently stand, nest.land does not have a way to save which run flags are needed to execute a given package binary, meaning this has to be posted in a
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Due to the nature of Deno, it is impossible to run a module with permissions defined by the author in advance, it is the user who must activate these permissions himself. @t8 What do you think about that? |
Beta Was this translation helpful? Give feedback.
Due to the nature of Deno, it is impossible to run a module with permissions defined by the author in advance, it is the user who must activate these permissions himself.
Furthermore, as it stands, the
eggs.json
file is not published with a module.This would still be possible with a command like
eggs run
but I don't think it will be done because it goes against Deno's security principles 😕@t8 What do you think about that?