LocationRange is missing for object fields
Open
bug
error reporting
- Dominant language
- Go
- Stars
- 1.8k
- Forks
- 263
- PR merge metrics
- No merged PRs in 30d
Description
In some cases, the `ast.Node` instances (especially the literals) returned by `SnippetToAST` don't have `LocRange` as seen in the following picture:

In this case, it's a `ast.LiteralString` inside the `Name` of `ast.DesugaredObjectField`. Is this expected?
Contributor guide
Assessment
This issue has not been assessed yet.