summaryrefslogtreecommitdiff
path: root/features.txt
diff options
context:
space:
mode:
authorMichael Ficarra <mficarra@shapesecurity.com>2018-01-05 11:55:19 -0800
committerRick Waldron <waldron.rick@gmail.com>2018-01-05 16:59:34 -0500
commit041da54c02ae7d17edb8c134ab7691c4f643bafe (patch)
tree709cad0e2edd1064fc602f0290be207b5dc99728 /features.txt
parentd8233624aa4bbe35c96137eef2a1f95a4ff851fb (diff)
downloadqtdeclarative-testsuites-041da54c02ae7d17edb8c134ab7691c4f643bafe.tar.gz
add flatten/flatMap to features.txt and mark appropriate tests
Diffstat (limited to 'features.txt')
-rw-r--r--features.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/features.txt b/features.txt
index 9d19bfaa2..39092a57b 100644
--- a/features.txt
+++ b/features.txt
@@ -55,6 +55,11 @@ regexp-unicode-property-escapes
Atomics
SharedArrayBuffer
+# Array.prototype.flatten and Array.prototype.flatMap
+# https://github.com/tc39/proposal-flatMap
+Array.prototype.flatten
+Array.prototype.flatMap
+
# Standard language features
#
# Language features that have been included in a published version of the