MCPcopy
hub / github.com/meteor/meteor / _require

Method _require

tools/isobuild/compiler-plugin.js:406–408  ·  view source on GitHub ↗
(id, parentPath)

Source from the content-addressed store, hash-verified

404 // This private helper method exists to prevent ambiguity between the
405 // module-global `require` function and the method name.
406 _require(id, parentPath) {
407 return require(this.resolve(id, parentPath));
408 }
409
410 getArch() {
411 return this._resourceSlot.packageSourceBatch.processor.arch;

Callers 1

requireMethod · 0.95

Calls 1

resolveMethod · 0.95

Tested by

no test coverage detected