mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
Unstable methods should not appear in runtime or d.ts (#4957)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
This commit is contained in:
parent
4993a6504b
commit
80e2211141
35 changed files with 1659 additions and 1350 deletions
|
@ -203,7 +203,8 @@ for (const s of scenes) {
|
|||
);
|
||||
|
||||
try {
|
||||
const args = [Deno.execPath(), "run"];
|
||||
// TODO(lucacasonato): remove unstable when stabilized
|
||||
const args = [Deno.execPath(), "run", "--unstable"];
|
||||
|
||||
if (s.read) {
|
||||
args.push("--allow-read");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue