From 09cd6f8020b7c25eaaf959a48c452b01aebcf627 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 20 Mar 2018 21:46:29 +0100 Subject: Add support for 'super' and 'new.target' to the AST Codegen will still throw a Syntax error on it though. Change-Id: I292dd166ad8cb4a62f2bcfa9637bdc76cf95bb51 Reviewed-by: Simon Hausmann --- src/qml/parser/qqmljsastfwd_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qml/parser/qqmljsastfwd_p.h') diff --git a/src/qml/parser/qqmljsastfwd_p.h b/src/qml/parser/qqmljsastfwd_p.h index 7766927f8e..1bf8ce0fb8 100644 --- a/src/qml/parser/qqmljsastfwd_p.h +++ b/src/qml/parser/qqmljsastfwd_p.h @@ -89,6 +89,7 @@ class IdentifierExpression; class NullExpression; class TrueLiteral; class FalseLiteral; +class SuperLiteral; class NumericLiteral; class StringLiteral; class TemplateLiteral; -- cgit v1.2.3