1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-29 16:30:56 -05:00
denoland-deno/extensions/webidl
2021-08-02 10:19:27 -04:00
..
00_webidl.js refactor: use primordials in runtime, extensions and core (#11500) 2021-07-26 13:52:59 +02:00
Cargo.toml chore: format toml files internally (#11563) 2021-08-02 10:19:27 -04:00
internal.d.ts feat: MessageChannel and MessagePort (#11051) 2021-06-21 19:53:52 +02:00
lib.rs Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00
README.md Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00

deno_webidl

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

Spec: https://heycam.github.io/webidl/