Replies: 1 comment
-
|
I think this is a good approch, the only problem with it that will broken all existing code. I think we will create repo deno-tools for deno tools test fm ....and deno-min cli for deno minimal cli. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Deno includes many tools that are only needed during development and not by users of scripts, e.g. fmt, lint, compile, bundle etc.
So, I suggest to publish an slimmed down Deno runtime for purely running scripts.
This can be useful if a large company with strict security requirements wants to distribute such a runtime to all server and desktops.
The slimmer runtime will have less bugs in it and thus more secure.
Beta Was this translation helpful? Give feedback.
All reactions