-
-
Save ondras/3e71c0bf2ba42660a2ab to your computer and use it in GitHub Desktop.
node require cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require("./b.js"); | |
require("console").log("a processing"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require("./a.js"); | |
require("console").log("b processing"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment