aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljsastvisitor_p.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate QT_QML_BEGIN_NAMESPACE and QT_QML_END_NAMESPACEShawn Rutledge2019-03-221-2/+2
* Unify the JavaScript parsing recursion checksUlf Hermann2019-03-151-1/+35
* Fix module dependency handlingSimon Hausmann2018-08-141-3/+0
* Simplify parsing of pragma directivesLars Knoll2018-08-011-2/+0
* Build AST nodes when parsing ES6 modulesSimon Hausmann2018-07-311-0/+42
* Properly distinguish between class expressions and declarationsLars Knoll2018-06-261-0/+3
* Unify AST for the different 'for' statementsLars Knoll2018-05-111-3/+0
* Unify ForeachStatement and LocalForeachStatement in the ASTLars Knoll2018-05-111-3/+0
* Use a PatternElement for VariableDeclarationsLars Knoll2018-04-271-3/+0
* Rework the AST for Literals and destructuring expressionsLars Knoll2018-04-271-28/+10
* Rename Array/ObjectLiteral to Array/ObjectPattern in the ASTLars Knoll2018-04-271-4/+4
* Add support for 'class' to the ASTLars Knoll2018-04-271-0/+6
* Added support for generator functions and yield expressions to the ASTLars Knoll2018-04-271-0/+3
* Add support for 'super' and 'new.target' to the ASTLars Knoll2018-04-261-0/+3
* Add partial support for computed property namesLars Knoll2018-04-261-0/+3
* Bring JS grammar in line with ES7 specLars Knoll2018-04-251-14/+8
* Partially support binding patternsLars Knoll2018-04-251-0/+12
* Implement support for tagged templatesLars Knoll2018-04-251-0/+3
* Add support for ES6 template stringsLars Knoll2018-04-251-0/+3
* Add support for enum declarations in QMLMichael Brasser2017-07-131-0/+4
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add Singleton support for QMLAntti Piira2013-09-211-2/+6
* Move the parser folder from src/qml/qml to src/qmlLars Knoll2013-08-081-0/+337