node-hotload icon indicating copy to clipboard operation
node-hotload copied to clipboard

How to hotreload object-likes properties

Open Globik opened this issue 10 years ago • 0 comments

Excuse me, but does not work if adding an object at firt time var lib = hotload("./lib.js").key; And then in the code further: console.log(lib); ??? I d like to test destructuring variable, but unluck . var {key}= hotload("./lib.js");..... console.log(key)

Globik avatar Dec 24 '15 15:12 Globik