1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

chore(compat): update list of supported modules (#15397)

This commit is contained in:
Bartek Iwańczuk 2022-08-03 15:56:48 +02:00 committed by GitHub
parent 00b51ca94b
commit bc4ee59246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@ static SUPPORTED_MODULES: &[&str] = &[
"util/types",
"v8",
"vm",
"worker_threads",
"zlib",
];