wasm-bindgen/crates/webidl
Alex Crichton 176eedc63b Make to_idl_type infallible
This commit makes the `to_idl_type` infallible, returning a new enum
variant, `UnknownInterface`, in the one location that we still return
`None`. By making this infallible we can ensure that expansion of unions
which have unknown types still generate methods for all the variants
which we actually have all the methods for!
2018-11-07 10:38:35 -08:00
..
src Make to_idl_type infallible 2018-11-07 10:38:35 -08:00
Cargo.toml Bump to 0.2.27 2018-10-29 14:30:33 -07:00