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
Similarly to what was previously done in order to include the location in the parsed AST, it would be useful for tools like Regal to be able to use the Text field of the Location struct. This is however currently lost in serialization.
If we could add a JSON option to have that optionally included in location data, it would be helpful to solve a certain class of problems in external tooling.
The text was updated successfully, but these errors were encountered:
I'm unsure of the history as to why we have the alias (#2219). However, it makes it harder to implement this feature as we can't add functions to the alias type required to alter the marshalling behaviour.
Similarly to what was previously done in order to include the location in the parsed AST, it would be useful for tools like Regal to be able to use the
Text
field of theLocation
struct. This is however currently lost in serialization.If we could add a JSON option to have that optionally included in location data, it would be helpful to solve a certain class of problems in external tooling.
The text was updated successfully, but these errors were encountered: