Skip to content

Fewer permission requests for Deno #3278

@zachleat

Description

@zachleat

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.

deno --allow-read --allow-write npm:@11ty/eleventy
deno --allow-read --allow-write npm:@11ty/eleventy@canary
deno --allow-read --allow-write npm:@11ty/eleventy@canary

Noting that --allow-write is only necessary when using --to=fs (not --dryrun).

These additional permissions are requested:

Can we reduce some of these?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions