Fewer permission requests for Deno #3278
Labels
enhancement
feature: runtimes 👟 package managers ⚰️
Node.js, Deno, pnpm, et al.
needs-votes
A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.
v2 and v3 seem to work fine with Deno, although our test runner
ava
does not so we can not yet run the full Eleventy test suite.Noting that
--allow-write
is only necessary when using--to=fs
(not--dryrun
).These additional permissions are requested:
node:os.cpus()
viafs.walk
andfast-glob
Can we reduce some of these?
The text was updated successfully, but these errors were encountered: