Replacement for node.js require that that always reads the required module again from disk. It actually automatically uncaches it before requiring it again for you. This allows changes to become live without restarting node. It is like a simple hot requir
Call require pretending your are at another directory
Require Node module and immediately remove it from module cache to force loading again next time
decache (Delete Cache) lets you delete modules from node.js require() cache; useful when testing your modules/projects.
Properly hijack require, i.e., properly define require hooks and customizations
Regular expression for matching javascript require/import statements.
Find the module object for something that was require()d
Lexes CommonJS modules, returning their named exports metadata
Is this specifier a node.js core module?
Reusable utilties to help level up NestJS Modules
Resizable component for React.
detect possibly catastrophic, exponential-time regular expressions
A trivial package that re-exports some micromark functionality as a CommonJS module
_NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a member of the Firebase team, please avoid using this package_
Bindings for the Watchman file watching service
A library for finite automata and regular expressions in the context of JS RegExp
Re emit events from another emitter
Theia is a cloud & desktop IDE framework implemented in TypeScript.
A collection of utility functions for Ethereum
A drop-in replacement for fs, making various improvements.
Module to hook into the Node.js require function
JavaScript Extended regular expression engine - client side, server side and 'angular side' ready.
A module for using ripgrep in a Node project
Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.
No description provided.
No description provided.