mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 22:09:02 -05:00
chore(compat): update list of supported modules (#15397)
This commit is contained in:
parent
1e7d699eeb
commit
e7e7119ab6
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ static SUPPORTED_MODULES: &[&str] = &[
|
||||||
"util/types",
|
"util/types",
|
||||||
"v8",
|
"v8",
|
||||||
"vm",
|
"vm",
|
||||||
|
"worker_threads",
|
||||||
"zlib",
|
"zlib",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue