mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
617eeabe83
This commit adds CJS and ESM Node resolvers to the "--compat" mode. The functionality is spread across "cli/compat" module and Node compatibility layer in "deno_std/node"; this stems from the fact that ES module resolution can only be implemented in Rust as it needs to directly integrated with "deno_core"; however "deno_std/node" already provided CJS module resolution. Currently this resolution is only active when running a files using "deno run --compat --unstable <filename>", and is not available in other subcommands, which will be changed in follow up commits.
9 lines
118 B
Text
9 lines
118 B
Text
[WILDCARD]
|
|
process {
|
|
[WILDCARD]
|
|
}
|
|
[Function: Buffer] {
|
|
[WILDCARD]
|
|
}
|
|
[Function: setImmediate]
|
|
[Function: clearTimeout]
|