aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljsastfwd_p.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate QT_QML_BEGIN_NAMESPACE and QT_QML_END_NAMESPACEShawn Rutledge2019-03-221-2/+2
* Move QQmlJS::SourceLocation to its own fileUlf Hermann2018-10-241-21/+1
* Simplify ES module body handlingSimon Hausmann2018-08-141-1/+0
* Simplify parsing of pragma directivesLars Knoll2018-08-011-1/+0
* Build AST nodes when parsing ES6 modulesSimon Hausmann2018-07-311-0/+15
* Properly distinguish between class expressions and declarationsLars Knoll2018-06-261-0/+1
* Unify AST for the different 'for' statementsLars Knoll2018-05-111-1/+0
* Unify ForeachStatement and LocalForeachStatement in the ASTLars Knoll2018-05-111-1/+0
* Support destructuring assignmentsLars Knoll2018-04-271-0/+1
* Use a PatternElement for VariableDeclarationsLars Knoll2018-04-271-1/+0
* Rework the AST for Literals and destructuring expressionsLars Knoll2018-04-271-12/+5
* Rename Array/ObjectLiteral to Array/ObjectPattern in the ASTLars Knoll2018-04-271-2/+2
* Add support for 'class' to the ASTLars Knoll2018-04-271-0/+2
* Added support for generator functions and yield expressions to the ASTLars Knoll2018-04-271-0/+1
* Add support for 'super' and 'new.target' to the ASTLars Knoll2018-04-261-0/+1
* Add partial support for computed property namesLars Knoll2018-04-261-0/+1
* Bring JS grammar in line with ES7 specLars Knoll2018-04-251-6/+4
* Partially support binding patternsLars Knoll2018-04-251-0/+5
* Implement support for tagged templatesLars Knoll2018-04-251-0/+1
* Add support for ES6 template stringsLars Knoll2018-04-251-0/+1
* Add support for enum declarations in QMLMichael Brasser2017-07-131-0/+2
* 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
* [new compiler] Fix error reporting for group propertiesSimon Hausmann2014-03-021-1/+1
* Add Singleton support for QMLAntti Piira2013-09-211-1/+3
* Move the parser folder from src/qml/qml to src/qmlLars Knoll2013-08-081-0/+189