1
0
Fork 0
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:
Bartek Iwańczuk 2022-08-03 15:56:48 +02:00 committed by crowlkats
parent 1e7d699eeb
commit e7e7119ab6
No known key found for this signature in database
GPG key ID: A82C9D461FC483E8

View file

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