wasm-bindgen/crates
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
..
backend Change how filtering is done in WebIDL 2018-09-10 11:58:31 -07:00
cli Bump to 0.2.21 2018-09-06 22:10:11 -07:00
cli-support Bump to 0.2.21 2018-09-06 22:10:11 -07:00
futures Bump to 0.2.21 2018-09-06 22:10:11 -07:00
js-sys Implement the Iterator trait for JS iterators 2018-09-10 10:38:04 -07:00
macro Bump to 0.2.21 2018-09-06 22:10:11 -07:00
macro-support Bump to 0.2.21 2018-09-06 22:10:11 -07:00
shared Bump to 0.2.21 2018-09-06 22:10:11 -07:00
test Bump to 0.2.21 2018-09-06 22:10:11 -07:00
test-macro Bump to 0.2.21 2018-09-06 22:10:11 -07:00
typescript Update syn to 0.15 2018-09-06 15:01:24 -07:00
wasm-interpreter Bump to 0.2.21 2018-09-06 22:10:11 -07:00
web-sys Bump to 0.2.21 2018-09-06 22:10:11 -07:00
webidl Change how filtering is done in WebIDL 2018-09-10 11:58:31 -07:00
webidl-tests Expand LongLong to (i32 or f64) instead of i64 2018-09-10 11:40:20 -07:00