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 071826e commit 93dd300Copy full SHA for 93dd300
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