-
Notifications
You must be signed in to change notification settings - Fork 13
JSX languages are not part of the JavaScript driver #46
Comments
Initially, this issue was about JSON support
But https://stackoverflow.com/questions/23752156/are-all-json-objects-also-valid-javascript-objects |
Keeping this open, as current driver does already support language extensions like It does have the same problem as JSON, initially described in here - detected by enry as different languages, they would not be routed to JavaScript drivers with
Updated title and description to mention both JSX and JSON. |
This is analogy of bblfsh/bash-driver#39 and thus, although it's not a driver issue per-say, it is still logged here.
It arouse from trying to reproduce #42:
Parsing a JSX file using bblfshd go client
client.NewParseRequest().ReadFile("source.js.jsx").UAST()
results inpanic: rpc error: code = Unknown desc = unexpected error: runtime failure: missing driver for language "jsx"
General solution is proposed in bblfsh/bash-driver#39 (comment) (will be moved to SDK issue soon)
The text was updated successfully, but these errors were encountered: