MCPcopy Index your code
hub / github.com/react/react / copyAllShims

Function copyAllShims

scripts/rollup/packaging.js:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

copyWWWShimsFunction · 0.85
copyRNShimsFunction · 0.85

Tested by

no test coverage detected