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
You can see that formatting sequences line \n in position (84, 4, 13) have a UAST node. I think this node originally present in AST. So we do not label corresponding virtual nodes.
That means that we do not fix any format mistake in the JSX.
JSX is a syntax extension to JavaScript. It can be converted to a proper JS with babel tool
The JSX code looks like:
UASTv1 for this code looks like
You can see that formatting sequences line
\n
in position(84, 4, 13)
have a UAST node. I think this node originally present in AST. So we do not label corresponding virtual nodes.That means that we do not fix any format mistake in the JSX.
P.S.:
UASTv2 looks like
No idea why but we are missing all tokens from
JSX
. I create an issue about it bblfsh/javascript-driver#58Also, ask why we count JSX as JS.
The text was updated successfully, but these errors were encountered: