Bartek Iwańczuk
e4b8fa5f4f
fix: move extension file declarations to cli/tsc/dts ( #28180 )
...
This commits moves all `.d.ts` files from `ext/*` to `cli/tsc/dts`.
Due to TSC snapshot removal, `cargo publish` is now erroring out,
unable to find the declaration files. These files were moved to
"cli/tsc/dts", because it's much easier than keeping them in
extension directories, while still providing them compressed
or uncompressed depending on the build type.
2025-02-19 02:53:21 +01:00
Leo Kettmeir
17a51c401a
feat(jupyter): make GPUTexture and GPUBuffer displayable ( #28117 )
2025-02-18 00:29:45 -08:00
Hajime-san
1eb4142143
feat(ext/canvas): enhance createImageBitmap
specification compliance ( #25517 )
2025-02-05 04:10:11 -08:00
Leo Kettmeir
ea30e188a8
refactor: update deno_core for error refactor ( #26867 )
...
Closes #26171
---------
Co-authored-by: David Sherret <dsherret@gmail.com>
2025-01-08 14:52:32 -08:00
Kenta Moriuchi
8fb073d7b4
chore: Happy New Year 2025 ( #27509 )
2024-12-31 19:12:39 +00:00
David Sherret
ac7b33a340
chore: cargo fmt - turn on group_imports=StdExternalCrate ( #26646 )
2024-12-31 12:13:39 -05:00
Leo Kettmeir
8b2c6fc2d2
refactor(ext/canvas): use concrete error type ( #26111 )
2024-10-12 10:00:35 -07:00
Hajime-san
e7a2317f5a
fix(ext/web): properly handle Blob
case for createImageBitmap
( #23518 )
...
fixes https://github.com/denoland/deno/issues/22649
2024-05-07 04:47:42 -07:00
Leo Kettmeir
8f76762793
feat(web): ImageBitmap ( #21898 )
2024-01-22 12:08:01 +01:00