MCPcopy
hub / github.com/meteor/meteor / getNodeModulesToRecompile

Method getNodeModulesToRecompile

tools/project-context.js:1683–1688  ·  view source on GitHub ↗
(
    arch,
    packageNamesByArch = this.getNodeModulesToRecompileByArch(),
  )

Source from the content-addressed store, hash-verified

1681 }
1682
1683 getNodeModulesToRecompile(
1684 arch,
1685 packageNamesByArch = this.getNodeModulesToRecompileByArch(),
1686 ) {
1687 return packageNamesByArch[arch];
1688 }
1689
1690 // Call this first if you plan to call getMainModule multiple
1691 // times, so that you can avoid repeating this work each time.

Callers 1

package-source.jsFile · 0.80

Calls 1

Tested by

no test coverage detected