mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
refactor: remove DENO_FUTURE (#25314)
This commit is contained in:
parent
55137c9db4
commit
f891e73bbf
42 changed files with 248 additions and 478 deletions
|
@ -10,11 +10,11 @@
|
|||
"exitCode": 1
|
||||
}, {
|
||||
// this should override byonm
|
||||
"args": "run --node-modules=global-auto --quiet main.ts",
|
||||
"args": "run --node-modules-dir=none --quiet main.ts",
|
||||
"output": "main.out"
|
||||
}, {
|
||||
// same with this
|
||||
"args": "run --node-modules=local-auto --quiet main.ts",
|
||||
"args": "run --node-modules-dir=auto --quiet main.ts",
|
||||
"output": "main.out"
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue