We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4570a9d commit 488d873Copy full SHA for 488d873
1 file changed
test/common/globals.js
@@ -74,6 +74,10 @@ if (global.gc) {
74
intrinsics.add('gc');
75
}
76
77
+if (global.Temporal) {
78
+ intrinsics.add('Temporal');
79
+}
80
+
81
// v8 exposes console in the global scope.
82
intrinsics.add('console');
83
0 commit comments