mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -05:00
fix(node): export punycode module (#19151)
Closes https://github.com/denoland/deno/issues/19147
This commit is contained in:
parent
320c6d30f5
commit
f59b1d8a30
1 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,10 @@ pub static SUPPORTED_BUILTIN_NODE_MODULES: &[NodeModulePolyfill] = &[
|
|||
name: "process",
|
||||
specifier: "ext:deno_node/process.ts",
|
||||
},
|
||||
NodeModulePolyfill {
|
||||
name: "punycode",
|
||||
specifier: "ext:deno_node/punycode.ts",
|
||||
},
|
||||
NodeModulePolyfill {
|
||||
name: "querystring",
|
||||
specifier: "ext:deno_node/querystring.ts",
|
||||
|
|
Loading…
Reference in a new issue