apollo-parser@0.7.5
·
205 commits
to main
since this release
0.7.5 - 2023-12-18
Fixes
- fix parsing
\\"""in block string - goto-bus-stop, pull/774
Previously this was parsed as\followed by the end of the string,
now it's correctly parsed as\followed by an escaped""". - emit syntax errors for variables in constant values - SimonSapin, pull/777
default values and type system directive arguments are considered constants
and may not use$foovariable values. - emit syntax errors for type condition without a type name rishabh3112, pull/781