1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/webidl
denobot 89ba3f820c
1.35.3 (#19947)
Bumped versions for 1.35.3
Co-authored-by: mmastrac <mmastrac@users.noreply.github.com>
2023-07-26 10:18:02 -04:00
..
benches Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19611) 2023-06-26 13:54:10 +02:00
00_webidl.js chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
Cargo.toml 1.35.3 (#19947) 2023-07-26 10:18:02 -04:00
internal.d.ts chore: fix typos (#19572) 2023-06-26 09:10:27 -04: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/