1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext/webidl
denobot 41877a0b37
1.38.0 (#21051)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-11-02 01:01:47 +00:00
..
benches refactor: update core extension api usage (#19952) 2023-07-31 18:19:15 +00:00
00_webidl.js fix(ext/web): writability of ReadableStream.from (#20836) 2023-10-10 05:01:01 +02:00
Cargo.toml 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
internal.d.ts fix(ext/web): writability of ReadableStream.from (#20836) 2023-10-10 05:01:01 +02:00
lib.rs feat(core) deno_core::extension! macro to simplify extension registration (#18210) 2023-03-17 18:22:15 +00:00
README.md chore(ext/webidl): change spec link (#13960) 2022-03-16 03:17:50 +01:00

deno_webidl

This crate implements WebIDL for Deno. It consists of infrastructure to do ECMA -> WebIDL conversions.

Spec: https://webidl.spec.whatwg.org/