aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomscriptelements_p.h
Commit message (Expand)AuthorAgeFilesLines
* qmldom: make Path methods less deceitfulSami Shalayel2025-01-161-2/+2
* QmlDom rename attachedinfo file to filelocationsDmitrii Akshintsev2024-11-141-1/+1
* QmlDom: remove redundant things related to AttributeInfo and FileLocationsDmitrii Akshintsev2024-11-141-2/+1
* dom: add dom representation for template literalsSami Shalayel2024-06-281-0/+9
* Fix various style problemsUlf Hermann2024-06-201-1/+1
* dom: add dom representation for lambdasSami Shalayel2024-06-041-0/+18
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-22/+22
* Rename ScriptElementBase::combinedLocation into mainRegionLocationSami Shalayel2023-11-091-2/+2
* dom: allow script elements to have file location regionsSami Shalayel2023-11-091-6/+30
* qmldom: introduce FileLocationRegion enum as key for sourcelocationsSami Shalayel2023-11-011-1/+1
* qmldom: Dom representation for dot separated identifiersSemih Yavuz2023-10-311-0/+1
* qmldom: Fix coverity warningsUlf Hermann2023-09-151-1/+1
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-20/+20
* QmlDom: support function parameters and coSami Shalayel2023-06-021-0/+8
* QmlDom: implement the FieldMemberExpressionSami Shalayel2023-05-231-2/+9
* qmlls: implement Find-usages for JS variablesSami Shalayel2023-05-231-3/+5
* QmlDom: Add GenericScriptElement and CallExpressionSami Shalayel2023-05-231-9/+34
* QmlDom: Attach scriptelements correctly to the DomSami Shalayel2023-05-231-1/+2
* qmldom: Add more literalsSemih Yavuz2023-05-051-1/+1
* Qml: Add script element for return statementsSami Shalayel2023-05-021-0/+18
* Dom: Introduce scriptelements in the DOM representationSami Shalayel2023-05-021-0/+319