1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/future/runtime_api
Asher Gomez 89aa6d5cf6
feat: remove deprecated methods from namespace with DENO_FUTURE=1 (#23075)
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-26 16:56:52 +01:00
..
__test__.jsonc test: add test for DENO_FUTURE=1 runtime API (#23065) 2024-03-25 16:22:01 +01:00
main.js feat: remove deprecated methods from namespace with DENO_FUTURE=1 (#23075) 2024-03-26 16:56:52 +01:00
main.out feat: remove deprecated methods from namespace with DENO_FUTURE=1 (#23075) 2024-03-26 16:56:52 +01:00