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
Bartek Iwańczuk 60bf79c184
Revert "refactor(core): cleanup feature flags for js source inclusion… (#19490)
… (#19463)"

This reverts commit ceb03cfb03.

This is being reverted because it causes 3.5Mb increase in the binary
size,
due to runtime JS code being included in the binary, even though it's
already snapshotted.

CC @nayeemrmn
2023-06-13 22:36:16 +00:00
..
benches Revert "refactor(core): cleanup feature flags for js source inclusion… (#19490) 2023-06-13 22:36:16 +00:00
00_webidl.js perf: optimize ByteString checks, hoist server rid getter (#19452) 2023-06-09 22:45:56 +00:00
Cargo.toml chore: forward v1.34.2 release commit to main (#19434) 2023-06-09 02:17:03 +00:00
internal.d.ts refactor(webidl): move prefix & context out of converters options bag (#18931) 2023-05-01 10:47:13 +00: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/