Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-25 | chore: update to `std@2024.07.19` (#24715) | Asher Gomez | |
2024-07-25 | chore: use `@std` prefix for internal module specifiers (#24543) | Asher Gomez | |
This change aims to replace all relative import specifiers targeted at `tests/util/std` with mapped ones (using a `deno.json` file). Towards updating the `std` git submodule. | |||
2024-05-28 | FUTURE(ext/ffi,ext/webgpu): stabilize FFI and WebGPU APIs (#24011) | Asher Gomez | |
Closes #23906 | |||
2024-05-27 | FUTURE(ext/fs): stabilize file system APIs (#23968) | Bartek IwaĆczuk | |
Closes https://github.com/denoland/deno/issues/23906 --------- Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> |