mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 06:33:33 +03:00
116a19962f
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 |
||
---|---|---|
.. | ||
backend | ||
cli | ||
cli-support | ||
futures | ||
js-sys | ||
macro | ||
macro-support | ||
shared | ||
test | ||
test-macro | ||
typescript | ||
wasm-interpreter | ||
web-sys | ||
webidl | ||
webidl-tests |