| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 75b8d7a commit ece6a17
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -74,6 +74,10 @@ if (global.gc) { | |||
| 74 | 74 | intrinsics.add('gc'); | |
| 75 | 75 | } | |
| 76 | 76 | ||
| 77 | + if (global.Temporal) { | ||
| 78 | + intrinsics.add('Temporal'); | ||
| 79 | + } | ||
| 80 | + | ||
| 77 | 81 | // v8 exposes console in the global scope. | |
| 78 | 82 | intrinsics.add('console'); | |
| 79 | 83 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments