mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore: use granular unstable flags in tools/ (#22138)
This commit is contained in:
parent
84fb2ad71b
commit
d889f99657
8 changed files with 13 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env -S deno run --unstable --allow-write --allow-read --allow-run --allow-net
|
||||
#!/usr/bin/env -S deno run --allow-write --allow-read --allow-run --allow-net
|
||||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||||
import { buildMode, getPrebuilt, getSources, join, ROOT_PATH } from "./util.js";
|
||||
import { checkCopyright } from "./copyright_checker.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue