1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 07:08:27 -05:00
denoland-deno/ext/webidl
Divy Srivastava 0e7ad0388b
1.38.1 (#21143)
Co-authored-by: littledivy <littledivy@users.noreply.github.com>
2023-11-10 17:16:23 +05:30
..
benches refactor: update core extension api usage (#19952) 2023-07-31 18:19:15 +00:00
00_webidl.js fix(ext): use String#toWellFormed in ext/webidl and ext/node (#21054) 2023-11-06 22:18:28 +01:00
Cargo.toml 1.38.1 (#21143) 2023-11-10 17:16:23 +05:30
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/