MCPcopy
hub / github.com/rollup/rollup / close

Method close

src/rollup/types.d.ts:1080–1080  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1078
1079export interface AwaitingEventEmitter<T extends Record<string, (...parameters: any) => any>> {
1080 close(): Promise<void>;
1081 emit<K extends keyof T>(event: K, ...parameters: Parameters<T[K]>): Promise<unknown>;
1082 /**
1083 * Removes an event listener.

Callers 15

reloadConfigFileFunction · 0.65
startFunction · 0.65
closeFunction · 0.65
NullProtoObjectViaIFrameFunction · 0.65
tryToTransferFunction · 0.65
sanity-checks.jsFile · 0.65
index.jsFile · 0.65
writeBundleFunction · 0.65
handleEventFunction · 0.65
loadFunction · 0.65

Implementers 1

WatchEmittersrc/watch/WatchEmitter.ts

Calls

no outgoing calls

Tested by

no test coverage detected