1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-23 23:49:46 -05:00
denoland-deno/ext
Aapo Alasuutari a38a1f91cf
chore(ext/ffi): simplify FFI types (#14920)
This commit simplifies the TypeScript types used for interacting with Deno FFI. The basis is that types are now first grouped into logical wholes, NativeNumberType, NativeBigIntType etc. These wholes are combined into the NativeType and NativeResultType general types.

Additionally, this PR removes the { function: { parameters: [], result: "void" } } type declaration from parameters (and result types. Now functions are merely passed and returned as "function".
2022-06-21 08:20:33 +05:30
..
broadcast_channel 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
console 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
crypto chore(ext/crypto): update webcrypto deps (#14452) 2022-06-20 16:53:57 +05:30
fetch fix(ext/fetch): add accept-language default header to fetch (#14882) 2022-06-19 23:33:24 +02:00
ffi chore(ext/ffi): simplify FFI types (#14920) 2022-06-21 08:20:33 +05:30
http 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
net 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
tls 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
url 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
web fix(ext/web): add EventTarget brand checking (#14637) 2022-06-17 11:05:02 -04:00
webgpu 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
webidl 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
websocket 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00
webstorage 1.23.0 (#14878) 2022-06-15 17:02:18 -06:00