()
| 133 | } |
| 134 | |
| 135 | async function copyAllShims() { |
| 136 | await Promise.all([copyWWWShims(), copyRNShims()]); |
| 137 | } |
| 138 | |
| 139 | function getTarOptions(tgzName, packageName) { |
| 140 | // Files inside the `npm pack`ed archive start |
nothing calls this directly
no test coverage detected