[ nabia ]
[ aramo ]
[ ソース: node-stealthy-require ]
パッケージ: node-stealthy-require (1.1.1-5)
node-stealthy-require に関するリンク
Trisquel の資源:
node-stealthy-require ソースパッケージをダウンロード:
- [node-stealthy-require_1.1.1-5.dsc]
- [node-stealthy-require_1.1.1.orig.tar.gz]
- [node-stealthy-require_1.1.1-5.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Javascript Maintainers (メールアーカイブ)
- Ying-Chun Liu (PaulLiu)
外部の資源:
- ホームページ [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.