Title: [280309] trunk/Source/_javascript_Core
Revision
280309
Author
[email protected]
Date
2021-07-26 12:39:57 -0700 (Mon, 26 Jul 2021)

Log Message

Add Temporal to features.json
https://bugs.webkit.org/show_bug.cgi?id=228292

Reviewed by Myles C. Maxfield.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (280308 => 280309)


--- trunk/Source/_javascript_Core/ChangeLog	2021-07-26 19:36:50 UTC (rev 280308)
+++ trunk/Source/_javascript_Core/ChangeLog	2021-07-26 19:39:57 UTC (rev 280309)
@@ -1,3 +1,12 @@
+2021-07-26  Yusuke Suzuki  <[email protected]>
+
+        Add Temporal to features.json
+        https://bugs.webkit.org/show_bug.cgi?id=228292
+
+        Reviewed by Myles C. Maxfield.
+
+        * features.json:
+
 2021-07-25  Alexey Shvayka  <[email protected]>
 
         Partly implement Function.prototype.{caller,arguments} reflection proposal

Modified: trunk/Source/_javascript_Core/features.json (280308 => 280309)


--- trunk/Source/_javascript_Core/features.json	2021-07-26 19:36:50 UTC (rev 280308)
+++ trunk/Source/_javascript_Core/features.json	2021-07-26 19:39:57 UTC (rev 280309)
@@ -448,6 +448,16 @@
         "documentation-url": "https://developer.mozilla.org/en-US/docs/Web/_javascript_/Reference/Operators/new.target",
         "description": "new.target allows you to detect if a function or constructor was instantiated with the new operator, or if instead it was called using normal function calling syntax.",
         "specification": "ES6"
+    },
+    {
+        "name": "Temporal",
+        "status": {
+            "status": "In Development"
+        },
+        "url": "https://github.com/tc39/proposal-temporal",
+        "documentation-url": "https://tc39.es/proposal-temporal/docs/",
+        "description": "Temporal brings a modern date/time API to the ECMAScript language.",
+        "specification": "ESNext"
     }
     ]
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to