Skip to main content

REQUIRE_CACHE

Constant REQUIRE_CACHE 

Source
pub const REQUIRE_CACHE: &str = "__cjs_cache";
Expand description

The namespace name of the require.cache view. A Builtin rather than an object literal because the module cache is the single source of truth: a populated copy would answer reads correctly and silently ignore a delete, which is the operation the property exists for.