refactor: remove DENO_FUTURE (#25314)

This commit is contained in:
David Sherret 2024-08-30 17:58:24 -04:00 committed by GitHub
parent 55137c9db4
commit f891e73bbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 248 additions and 478 deletions

View file

@ -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"
}]
}