Commit graph

4 commits

Author SHA1 Message Date
ud2
a3a904da14
fix(dts): specify the underlying buffer type in more places (#30640) 2025-09-08 09:05:09 -04:00
Yusuke Tanaka
6523e3f49b
fix(types): specify ArrayBuffer as a backing buffer type for TextEncoder.encode() (#30434) 2025-09-02 17:54:13 -04:00
Jo Franchetti
61d6256464
docs: JSDocs for events API (#29569)
Signed-off-by: Jo Franchetti <jofranchetti@gmail.com>
Co-authored-by: Phil Hawksworth <phil@deno.com>
2025-06-10 12:42:39 +02:00
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
Renamed from ext/web/lib.deno_web.d.ts (Browse further)