0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-16 02:26:08 -05:00
denoland-deno/ext/webidl
denobot acd75bbd75
1.43.2 (#23747)
Bumped versions for 1.43.2

Please ensure:
- [ ] Target branch is correct (`vX.XX` if a patch release, `main` if
minor)
- [ ] Crate versions are bumped correctly
- [ ] Releases.md is updated correctly (think relevancy and remove
reverts)

To make edits to this PR:
```shell
git fetch upstream release_1_43.2 && git checkout -b release_1_43.2 upstream/release_1_43.2
```

cc @nathanwhit

---------

Co-authored-by: nathanwhit <nathanwhit@users.noreply.github.com>
Co-authored-by: Nathan Whitaker <nathan@deno.com>
2024-05-08 15:21:14 -07:00
..
benches chore: bump deno core (#22243) 2024-02-04 17:03:14 -07:00
00_webidl.js fix: Float16Array support (#23512) 2024-04-23 22:54:19 +02:00
Cargo.toml 1.43.2 (#23747) 2024-05-08 15:21:14 -07:00
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/