apollographql / persistgraphql

A build tool for GraphQL projects.
MIT License
425 stars 57 forks source link

Commented out query causes syntax error during javascript extraction #69

Open austincondiff opened 6 years ago

austincondiff commented 6 years ago

When running a js extraction, it throws a syntax error when there is a commented out query in the code. Ideally it would simply skip over it.