implement positions
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
It would be good to add the positions of the tokens.
``` js
position: {
start: {
line: 1,
column: 2,
offset: 1
},
end: {
line: 1,
column: 5,
offset: 4
}
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.