rustwasm / weedle

A WebIDL Parser
MIT License
43 stars 27 forks source link

Parse `(ULong|Double)Range` types #57

Closed pablosichert closed 5 months ago

pablosichert commented 5 months ago

Heya, this PR adds the ULongRange and DoubleRange types that are used e.g. in the WebIDL definition for MediaTrackCapabilities: https://www.w3.org/TR/mediacapture-streams/#webidl-1135231111.

pablosichert commented 5 months ago

Upon further consideration, adding these as WebIDL files to web-sys rather than defining them in the WebIDL parser seems to be the better approach.