Details
-
Technical task
-
Resolution: Fixed
-
Not Evaluated
-
None
-
None
-
None
Description
Implement some basic JS Expressions to test the implementation of findUsages in qmlls.
For now those are Identifier, NumericLiteral, StringLiteral, BlockStatement, ExpressionStatement, IfStatement, ForStatement and ReturnStatement.
(ForStatement was just done in a very basic form that does not support all the JS for-loops, to be investigated in another bugreport).