You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently LOC outputted from graphql_ast_to_json() only contains columns. The PHP extension for libgraphqlparser is using graphql_ast_to_json() to reduce the amount of c code required to integrate with PHP. The outcome being that I have no way of getting to the line information. I suppose I could write a better PHP extension, but wondering if you guys would be amenable to simply add the information to the json blob?
0 commit comments