Can oxc_semantic create bindings for class / interface / etc. members? #12357
Unanswered
simonbuchan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like it does allocate scopes for interface and class at least, but I don't see any actual members, e.g. the source:
Will output (trimmed):
Using
So it's definitely allocating scopes in the right place, but trying to dump the bindings doesn't actually list anything for them:
Using:
Am I missing some other pass / flag?
Beta Was this translation helpful? Give feedback.
All reactions