(root)
| 4374 | throw Error(formatProdErrorMessage(33)); |
| 4375 | } |
| 4376 | function getResourcesFromRoot(root) { |
| 4377 | var resources = root[internalRootNodeResourcesKey]; |
| 4378 | resources || |
| 4379 | (resources = root[internalRootNodeResourcesKey] = |
| 4380 | { hoistableStyles: new Map(), hoistableScripts: new Map() }); |
| 4381 | return resources; |
| 4382 | } |
| 4383 | function markNodeAsHoistable(node) { |
| 4384 | node[internalHoistableMarker] = !0; |
| 4385 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…