wasm-bindgen/crates/backend
Alex Crichton 116a19962f Change how filtering is done in WebIDL
Instead of actually modifying the `FirstPassRecord` let's instead just skip
relevant entries when we come across them. This should help us retain knowledge
that `optional SomeImportedType arg` can be bound even though `SomeImportedType`
may not exist.

One small tweak was needed to modify the AST afterwards to remove `extends`
annotations which aren't actually defined, but other than that this should...

Closes #802
2018-09-10 11:58:31 -07:00
..
src Change how filtering is done in WebIDL 2018-09-10 11:58:31 -07:00
Cargo.toml Bump to 0.2.21 2018-09-06 22:10:11 -07:00