MCPcopy Create free account
hub / github.com/TypeStrong/tsify / callNextCallback

Function callNextCallback

test/test.js:723–729  ·  view source on GitHub ↗
(errors, actual)

Source from the content-addressed store, hash-verified

721 }
722
723 function callNextCallback(errors, actual) {
724 // hack to wait for Watchify to finish adding any outstanding watchers
725 setTimeout(function () {
726 var cb = handlers.shift();
727 cb(errors, actual, triggerChange, b);
728 }, 100);
729 }
730
731 function triggerChange() {
732 watcher.emit('change');

Callers 1

rebundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected