[ 原始碼: node-stealthy-require ]
套件:node-stealthy-require(1.1.1-4)
node-stealthy-require 的相關連結
Debian 的資源:
下載原始碼套件 node-stealthy-require:
- [node-stealthy-require_1.1.1-4.dsc]
- [node-stealthy-require_1.1.1.orig.tar.gz]
- [node-stealthy-require_1.1.1-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
require function that bypasses the require cache.
This is probably the closest you can currently get to require something in node.js with completely bypassing the require cache.
stealthy-require works like this:
* It clears the require cache. * It calls a callback in which you require your module(s) without the cache kicking in. * It clears the cache again and restores its old state.
Node.js is an event-based server-side JavaScript engine.
其他與 node-stealthy-require 有關的套件
|
|
|
|
-
- dep: nodejs (>= 6)
- evented I/O for V8 javascript - runtime executable