mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-20 20:20:52 +00:00
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