MCPcopy
hub / github.com/stenciljs/core / exit

Method exit

src/declarations/stencil-public-compiler.ts:1222–1222  ·  view source on GitHub ↗

* process.exit()

(exitCode: number)

Source from the content-addressed store, hash-verified

1220 * process.exit()
1221 */
1222 exit(exitCode: number): Promise<void>;
1223 /**
1224 * Optionally provide a fetch() function rather than using the built-in fetch().
1225 * First arg is a url string or Request object (RequestInfo).

Callers 15

runBuildFunction · 0.80
loadPuppeteerFunction · 0.80
buildProjectFunction · 0.80
setupDomFunction · 0.80
HFunction · 0.80
core-js.jsFile · 0.80
sendHandleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected