graphql-js
002fb91b - Improve parser location API (#3061)

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.
Author
Parents
Loading