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-27 | FUTURE: remove `Deno.resources()` (#23095) | Asher Gomez | |
2024-03-26 | feat: remove deprecated methods from namespace with `DENO_FUTURE=1` (#23075) | Asher Gomez | |
This change removes deprecated methods from the `Deno.*` namespace when the `DENO_FUTURE=1` environment variable is used. Note: this does not address deprecated class properties and methods. E.g. `Deno.Conn.rid`. | |||
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. |