Grammar lookahead fix, no more [123abc] -> [123, abc] github.com/graphql/graphql-spec/pull/601
GitHub
RFC: Number value literal lookahead restrictions by leebyron · Pull Request #601 · graphql/graphql-specThis RFC proposes adding a lookahead restriction to the IntValue and FloatValue lexical grammars to not allow following a number with a letter. Problem: Currently there are some language ambiguitie...