(
arch,
packageNamesByArch = this.getNodeModulesToRecompileByArch(),
)
| 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. |
no test coverage detected