Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to get the span for an interface's identifier #988

Open
awareness481 opened this issue Apr 15, 2023 · 0 comments
Open

Add a way to get the span for an interface's identifier #988

awareness481 opened this issue Apr 15, 2023 · 0 comments

Comments

@awareness481
Copy link
Contributor

For some errors you may want to have the span of only the interface's identifier

interface A {}
          _

instead of the whole interface

interface A {}
_____________

currently you can only do the latter

          I think we should add a field like `name_span` to the `Interface` type

Originally posted by @kdy1 in #985 (comment)

@kdy1 kdy1 added this to the v0.0.1: Correctness milestone Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants