MCPcopy
hub / github.com/meteor/meteor / watchPackageFiles

Function watchPackageFiles

tools/isobuild/package-source.js:515–519  ·  view source on GitHub ↗
(watchSet)

Source from the content-addressed store, hash-verified

513 }
514
515 function watchPackageFiles(watchSet) {
516 _.each(packageFileHashes, (hash, path) => {
517 watchSet.addFile(path, hash);
518 });
519 }
520
521 // Any package that depends on us needs to be rebuilt if our package.js file
522 // changes, because a change to package.js might add or remove a plugin,

Callers 1

package-source.jsFile · 0.85

Calls 2

eachMethod · 0.80
addFileMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…