0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 15:21:26 -05:00
denoland-deno/ext/webidl
Matt Mastracci f080e349dd chore: bump deno core (#22243)
Migrations:

- Error registration no longer required for Interrupted or BadResource
(these are core exception)
 - `include_js_files!`/`ExtensionFileSource` changes
2024-02-08 14:56:46 +05:30
..
benches chore: bump deno core (#22243) 2024-02-08 14:56:46 +05:30
00_webidl.js refactor: use core.ensureFastOps() (#21888) 2024-01-10 15:37:25 -07:00
Cargo.toml 1.40.3 (#22217) 2024-02-01 11:57:58 +05:30
internal.d.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lib.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +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/