diff options
author | mash-graz <mash-graz@users.noreply.github.com> | 2024-03-20 04:42:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-20 09:12:22 +0530 |
commit | 0d43a63636c97886c10c6b8ce05fdb67cd2d8b91 (patch) | |
tree | c1bde8b36ec1d317f0d85ee7f40243169a2f4e2f /ext/node/ops/mod.rs | |
parent | b9f8562754f14aecfd87acdecfe8d8c966ccbe4d (diff) |
fix(ext/node): worker_threads ESM handling (#22841)
Fixes #22840
Fixes #22964
Diffstat (limited to 'ext/node/ops/mod.rs')
-rw-r--r-- | ext/node/ops/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/ops/mod.rs b/ext/node/ops/mod.rs index ae798d181..8aed274bc 100644 --- a/ext/node/ops/mod.rs +++ b/ext/node/ops/mod.rs @@ -11,4 +11,5 @@ pub mod require; pub mod util; pub mod v8; pub mod winerror; +pub mod worker_threads; pub mod zlib; |