mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 14:42:35 +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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |