MCPcopy
hub / github.com/meteor/meteor / addNodeModulesDirectory

Function addNodeModulesDirectory

tools/isobuild/compiler.js:412–415  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

410 const nodeModulesDirectories = Object.create(null);
411
412 function addNodeModulesDirectory(options) {
413 const nmd = new bundler.NodeModulesDirectory(options);
414 nodeModulesDirectories[nmd.sourcePath] = nmd;
415 }
416
417 _.each(inputSourceArch.localNodeModulesDirs, (info, dir) => {
418 addNodeModulesDirectory({

Callers 1

compiler.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…