We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For some errors you may want to have the span of only the interface's identifier
instead of the whole interface
currently you can only do the latter
Originally posted by @kdy1 in #985 (comment)
The text was updated successfully, but these errors were encountered: