summaryrefslogtreecommitdiff
path: root/features.txt
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2017-08-22 16:52:32 -0400
committerLeo Balter <leonardo.balter@gmail.com>2017-08-24 14:11:28 -0400
commit581e22e49cd2477a2e396d91cc90c1da33a42862 (patch)
treea600d85169ef83e4760a9a944e286e9ff3644abe /features.txt
parenta7ccd3042bb7f489b861a96f9397fdfd90fef3a3 (diff)
downloadqtdeclarative-testsuites-581e22e49cd2477a2e396d91cc90c1da33a42862.tar.gz
Add Class Fields to the known features list
Diffstat (limited to 'features.txt')
-rw-r--r--features.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/features.txt b/features.txt
index 62201f2d4..913f7015b 100644
--- a/features.txt
+++ b/features.txt
@@ -11,6 +11,10 @@
# https://github.com/tc39/proposal-bigint
BigInt
+# Class Fields
+# https://github.com/tc39/proposal-class-fields
+class-fields
+
# Promise.prototype.finally
# https://github.com/tc39/proposal-promise-finally
Promise.prototype.finally