Crate deno_node

Source

Re-exports§

pub use ops::ipc::ChildPipeFd;
pub use ops::vm::create_v8_context;
pub use ops::vm::init_global_template;
pub use ops::vm::ContextInitMode;
pub use ops::vm::VM_CONTEXT_INDEX;

Modules§

ops

Structs§

GlobalsStorage
NodeExtInitServices
PackageJson
deno_node
An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:

Statics§

NODE_ENV_VAR_ALLOWLIST
SUPPORTED_BUILTIN_NODE_MODULES
Collection of built-in node_modules supported by Deno.

Traits§

ExtNodeSys
NodePermissions
NodeRequireLoader
PathClean
Extension to path_clean::PathClean

Functions§

create_host_defined_options
default_resolve_require_node_module_paths
is_builtin_node_module

Type Aliases§

NodeRequireLoaderRc
NodeResolver
NodeResolverRc