feat(permissions): allow env permission to take values (#9825)

This commit is contained in:
crowlKats 2021-04-13 13:25:21 +02:00 committed by GitHub
parent ec1fce58d9
commit 8b59d9f7bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 350 additions and 59 deletions

View file

@ -2164,6 +2164,7 @@ declare namespace Deno {
export interface EnvPermissionDescriptor {
name: "env";
variable?: string;
}
export interface PluginPermissionDescriptor {