0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/ext
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
..
broadcast_channel fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
cache fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
canvas fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
console fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
cron 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
crypto fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
fetch fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
ffi 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
fs 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
http 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
io 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
kv 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
napi 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
net fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
node 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
os 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
process 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
telemetry 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
tls 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
url fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
web fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
webgpu fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
webidl 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
websocket fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00
webstorage fix: move extension file declarations to cli/tsc/dts (#28180) 2025-02-19 02:53:21 +01:00