mirror of
https://github.com/denoland/deno.git
synced 2024-12-31 11:34:15 -05:00
ed3a7ce2f7
This commit does preparatory work to allow snapshotting Node.js compatibility layer, that currently lives in `std/node`. The logic was changed to allow loading some modules from the snapshot and some from the remote URL. Additionally "module_es_shim.js" that provides exports for "node:module" is now snapshotted. |
||
---|---|---|
.. | ||
01_node.js | ||
02_require.js | ||
Cargo.toml | ||
errors.rs | ||
lib.rs | ||
module_es_shim.js | ||
package_json.rs | ||
path.rs | ||
README.md | ||
resolution.rs |
deno_node
require
and other node related functionality for Deno.