wasm-bindgen/crates/web-sys/webidls/unavailable_option_primitive
Richard Dodd (dodj) 71255acf5d Try to enable all webidls (#573)
* Try to enable all webidls

* Separate out unavailable webidl files by reason.

* Create record of fully tested WebIDL files

* Update notes to reflect new situation with web-idl

* Make a blank ident fail, disable the necessary widls.

It turns out that all the blank idents came from blank enum variants,
which is allowed in webidl apparently.
2018-07-29 16:07:19 -07:00
..
Animation.webidl Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00
AnimationPlaybackEvent.webidl Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00
AnimationTimeline.webidl Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00
DeviceMotionEvent.webidl Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00
DeviceOrientationEvent.webidl Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00
IDBFileHandle.webidl Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00
IDBVersionChangeEvent.webidl Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00
PaymentRequest.webidl Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00
README.md Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00
RTCIceCandidate.webidl Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00
RTCRtpTransceiver.webidl Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00
SpeechSynthesisEvent.webidl Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00
VRDisplayEvent.webidl Try to enable all webidls (#573) 2018-07-29 16:07:19 -07:00

These webidl files are unavailable because web-sys will fail to build when a function has an optional primitive parameter (e.g. optional short).