MCPcopy Index your code
hub / github.com/angular/angular / rollupMain

Function rollupMain

packages/zone.js/lib/node/main.ts:16–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14import {patchNode} from './node';
15
16export function rollupMain(): ZoneType {
17 const Zone = loadZone();
18
19 patchNode(Zone); // Node needs to come first.
20 patchPromise(Zone);
21 patchToString(Zone);
22
23 return Zone;
24}

Callers 2

rollup-main.tsFile · 0.90

Calls 4

loadZoneFunction · 0.90
patchNodeFunction · 0.90
patchPromiseFunction · 0.90
patchToStringFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…