aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljsast.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Properly set names of most anonymous functionsLars Knoll2018-05-021-0/+26
* | Support destructuring assignmentsLars Knoll2018-04-271-0/+179
* | Use a PatternElement for VariableDeclarationsLars Knoll2018-04-271-9/+0
* | Rework the AST for Literals and destructuring expressionsLars Knoll2018-04-271-103/+55
* | 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/+28
* | Added support for generator functions and yield expressions to the ASTLars Knoll2018-04-271-1/+10
* | Add support for 'super' and 'new.target' to the ASTLars Knoll2018-04-261-0/+9
* | Add partial support for computed property namesLars Knoll2018-04-261-0/+10
* | More correct iteration over the ASTLars Knoll2018-04-261-1/+7
* | Bring JS grammar in line with ES7 specLars Knoll2018-04-251-41/+21
* | Support for destructuring arraysLars Knoll2018-04-251-3/+6
* | Partially support binding patternsLars Knoll2018-04-251-0/+109
* | Implement support for tagged templatesLars Knoll2018-04-251-0/+11
* | Add support for ES6 template stringsLars Knoll2018-04-251-0/+8
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Add support for enum declarations in QMLMichael Brasser2017-07-131-0/+17
* 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-3/+21
* Move the parser folder from src/qml/qml to src/qmlLars Knoll2013-08-081-0/+958