What happens when there is a syntax error in a code file outside the GraphQL strings? #1088
Unanswered
therealgilles
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have a typo in a code file outside the GraphQL strings, it seems ESLint (or more specifically the @babel/parser called by @graphql-tools/graphql-tag-pluck) crashes:
Shouldn't the @babel/parser be called with errorRecovery set to true to make it work properly?
Beta Was this translation helpful? Give feedback.
All reactions