ast-types
ast-types copied to clipboard
Add Flow type imports to scope types, not bindings
Previously, Flow import type specifiers would erroneously be treated as creating value bindings in a scope. With this change they are correctly added to scopeTypes instead.
Just ran into this as well.
@benjamn is there something more we can do to get this upstreamed?