Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.
/ coffee-cleanse Public archive

Cleanse your node.js program of require.cache malarky so that compile-to-js languages have to actually be compiled to js.

License

Notifications You must be signed in to change notification settings

isaacs/coffee-cleanse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coffee-cleanse

This is a nice linty-type thing to throw in your program, to make sure that you're remembering to compile your compiled-to-js language modules into js, as god intended.

Usage:

require('coffee-cleanse')

All modules that aren't .js/.json/.node-type modules are now out of the require.cache, and require.extensions is frozen solid.

About

Cleanse your node.js program of require.cache malarky so that compile-to-js languages have to actually be compiled to js.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages