Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-27 | FUTURE(ext/fs): remove `Deno.FsFile.rid` (#23087) | Asher Gomez | |
Continues work from #23075. Towards #23089. | |||
2024-03-25 | test: add test for DENO_FUTURE=1 runtime API (#23065) | Bartek IwaĆczuk | |
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. |