This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-12-03 17:08:35 -05:00
Code
Issues
Packages
1
Wiki
Activity
db6fc12b9e
denoland-deno
/
tests
/
specs
/
future
/
runtime_api
/
main.out
3 lines
55 B
Text
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 11:22:01 -04:00
window is undefined
FUTURE(ext/fs): make `Deno.FsFile` constructor illegal (#23235) I'm unsure whether we're planning to make the `Deno.FsFile` constructor illegal or remove `FsFile` from the `Deno.*` namspace in Deno 2. Either way, this PR works towards the former. I'll create a superceding PR if the latter is planned instead. Towards #23089
2024-04-07 01:42:53 -04:00
Deno.FsFile constructor is illegal
Copy permalink