(id, parentPath)
| 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; |