Skip to content

Commit

Permalink
chore: upgrades to support Deno 1.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Aug 12, 2021
1 parent e57618b commit 00fd1b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/build_command_string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ enum DenoOptions {
unstable = "unstable",
v8Flags = "v8Flags",
watch = "watch",
shuffle = "shuffle",
}

const denoCmdOptions: { [key: string]: DenoOptions[] } = {
Expand Down Expand Up @@ -85,6 +86,7 @@ const denoCmdOptions: { [key: string]: DenoOptions[] } = {
DenoOptions.tsconfig,
DenoOptions.unstable,
DenoOptions.v8Flags,
DenoOptions.shuffle,
],
cache: [
DenoOptions.cert,
Expand Down
2 changes: 1 addition & 1 deletion src/scripts_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export interface AllowFlags {
env?: boolean;
hrtime?: boolean;
net?: string | boolean;
plugin?: boolean;
ffi?: boolean;
read?: string | boolean;
run?: boolean;
write?: string | boolean;
Expand Down

0 comments on commit 00fd1b1

Please sign in to comment.