graphql-js
002fb91b
- Improve parser location API (#3061)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Improve parser location API (#3061) This replaces manual assignment of `loc` on each node in Parser with a `node()` function. This simplifies the parser and also ensures the `loc` field does not appear at all when `noLocation` is provided.
References
#3061 - Improve parser location API
Author
leebyron
Parents
a4e9bc9b
Loading