mirror of
https://github.com/denoland/deno.git
synced 2025-01-18 20:04:03 -05:00
b6a4b1c794
This commit changes "InternalModuleLoader" from "deno_core" to store a list of used modules during snapshotting. If a module was not used during snapshotting "InternalModuleLoader" will panic in its "Drop" handler signaling to the embedder that they made a mistake somewhere. |
||
---|---|---|
.. | ||
crypto | ||
polyfills | ||
01_node.js | ||
02_require.js | ||
Cargo.toml | ||
errors.rs | ||
idna.rs | ||
lib.rs | ||
module_es_shim.js | ||
ops.rs | ||
package_json.rs | ||
path.rs | ||
polyfill.rs | ||
README.md | ||
resolution.rs | ||
v8.rs | ||
winerror.rs |
deno_node
require
and other node related functionality for Deno.