Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants