aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljsastfwd_p.h
Commit message (Expand)AuthorAgeFilesLines
* Kill TypeArgument(List)Sami Shalayel2023-04-121-1/+0
* QML: Allow pragmas with multiple valuesUlf Hermann2023-02-221-0/+1
* Parser: Simplify argument "lists" for type annotationsUlf Hermann2022-10-191-1/+1
* QtQml: Remove unused includes in qml, first partSemih Yavuz2022-09-141-1/+0
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Fix 'as' binary operation using invalid typesMaximilian Goldstein2020-05-201-0/+1
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-1/+1
* Add UiAnnotation for annotation objectsFawzi Mohamed2020-02-121-0/+1
* Introduce BaseVisitorFawzi Mohamed2020-02-121-0/+1
* Remove unused AST::ModuleItemFawzi Mohamed2020-02-121-1/+0
* Add annotations to ASTFawzi Mohamed2020-02-121-0/+1
* Required properties: Allow retroactive require specificationFabian Kosmale2020-01-311-0/+1
* Long live QML inline componentsFabian Kosmale2020-01-231-0/+1
* Add basic type annotation support for QML functions to the grammarSimon Hausmann2019-07-091-0/+3
* extend grammar for better version parsing supportFabian Kosmale2019-07-041-1/+3
* 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