really-need icon indicating copy to clipboard operation
really-need copied to clipboard

Node require wrapper with options for cache busting, pre- and post-processing

Results 8 really-need issues
Sort by recently updated
recently updated
newest added

Hello, thanks a lot for this library. I am evaluating it to see if I could use for a mutation testing library I am writing, I've setup a basic scenario...

bug

Use https://github.com/VictorBjelkholm/autochecker to test every available Node version

enhancement

Seems the internal code has changed. Need to at least allow some features to work, like busting the require cache

bug
enhancement

Functions that aren't defined as top-level properties of [`args`](https://github.com/bahmutov/really-need#args) are not making through to the loaded module source. So for example, this works fine: ``` javascript // another-require.js require('something'); //...

Describe-it https://github.com/bahmutov/describe-it seems to try to overwrite the require again. Need to detect and avoid multiple overwrites

bug

Do not break dependencies.

quality

Looking for a way to pass default options, applied to all require invocations (unless overridden by per-invocation options). So, I'd like to do things like this: require = require('really-need')({... some...

enhancement
question

I'm thinking about ways one might incorporate [ramda-t](https://github.com/raine/ramda-t) in development process without too much hassle. One of those I've considered is conditionally overwriting require in non-production environment so that if...

enhancement
quality