Commit 1edf36d

Anton Golub <antongolub@antongolub.com>
2025-01-05 21:27:46
fix: add `diagnostics_channel` to built-ins list (#1056)
1 parent b6225ea
Changed files (1)
src/deps.ts
@@ -64,6 +64,7 @@ const builtins = new Set([
   'constants',
   'crypto',
   'dgram',
+  'diagnostics_channel',
   'dns',
   'domain',
   'events',