This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2025-02-04 21:56:05 -05:00
Code
Issues
Packages
1
Wiki
Activity
945eb5eba6
denoland-deno
/
tests
/
specs
/
future
/
runtime_api
/
__test__.jsonc
8 lines
95 B
JSON
Raw
Normal View
History
Unescape
Escape
test: add test for DENO_FUTURE=1 runtime API (#23065) Add a test that asserts that certain symbols are no longer available if running with `DENO_FUTURE=1` env var. Currently only checks `window` global.
2024-03-25 15:22:01 +00:00
{
FUTURE(ext/fs): remove `Deno.FsFile.rid` (#23087) Continues work from #23075. Towards #23089.
2024-03-27 23:45:19 +11:00
"args"
:
"run -A main.js"
,
test: add test for DENO_FUTURE=1 runtime API (#23065) Add a test that asserts that certain symbols are no longer available if running with `DENO_FUTURE=1` env var. Currently only checks `window` global.
2024-03-25 15:22:01 +00:00
"output"
:
"main.out"
,
"envs"
:
{
"DENO_FUTURE"
:
"1"
}
}
Copy permalink