Registers an event listener that will be awaited before Rollup continues.
All listeners will be awaited in parallel while rejections are tracked via
Promise.all.
Registers an event listener that will be awaited before Rollup continues.
All listeners will be awaited in parallel while rejections are tracked via
Promise.all.
Listeners are removed automatically when removeListenersForCurrentRun is
called, which happens automatically after each run.
Removes an event listener.