|
8 | 8 | #include <workerd/api/node/buffer.h>
|
9 | 9 | #include <workerd/api/node/dns.h>
|
10 | 10 | #include <workerd/api/node/module.h>
|
| 11 | +#include <workerd/api/node/timers.h> |
11 | 12 | #include <workerd/api/node/url.h>
|
12 | 13 | #include <workerd/api/node/util.h>
|
13 | 14 | #include <workerd/io/compatibility-date.h>
|
@@ -52,7 +53,8 @@ class CompatibilityFlags: public jsg::Object {
|
52 | 53 | V(DiagnosticsChannelModule, "node-internal:diagnostics_channel") \
|
53 | 54 | V(ZlibUtil, "node-internal:zlib") \
|
54 | 55 | V(UrlUtil, "node-internal:url") \
|
55 |
| - V(DnsUtil, "node-internal:dns") |
| 56 | + V(DnsUtil, "node-internal:dns") \ |
| 57 | + V(TimersUtil, "node-internal:timers") |
56 | 58 |
|
57 | 59 | // Add to the NODEJS_MODULES_EXPERIMENTAL list any currently in-development
|
58 | 60 | // node.js compat C++ modules that should be guarded by the experimental compat
|
@@ -144,4 +146,4 @@ kj::Own<jsg::modules::ModuleBundle> getExternalNodeJsCompatModuleBundle(auto fea
|
144 | 146 | api::node::CompatibilityFlags, EW_NODE_BUFFER_ISOLATE_TYPES, EW_NODE_CRYPTO_ISOLATE_TYPES, \
|
145 | 147 | EW_NODE_DIAGNOSTICCHANNEL_ISOLATE_TYPES, EW_NODE_ASYNCHOOKS_ISOLATE_TYPES, \
|
146 | 148 | EW_NODE_UTIL_ISOLATE_TYPES, EW_NODE_ZLIB_ISOLATE_TYPES, EW_NODE_URL_ISOLATE_TYPES, \
|
147 |
| - EW_NODE_MODULE_ISOLATE_TYPES, EW_NODE_DNS_ISOLATE_TYPES\ |
| 149 | + EW_NODE_MODULE_ISOLATE_TYPES, EW_NODE_DNS_ISOLATE_TYPES, EW_NODE_TIMERS_ISOLATE_TYPES\ |
0 commit comments