fix: make the transition to EventEmitterAsyncResource transparent to TS
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 Sep 2023 15:51:05 +0000 (17:51 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 Sep 2023 15:51:05 +0000 (17:51 +0200)
commit5b7d00b4d0f276c521db9f2145104a64f441d2fb
tree51c09c513cbd70c40a050f0f6ba70d4c140d9672
parent85126db3ff113e81dc8ad41ae045ba3ba2f334c5
fix: make the transition to EventEmitterAsyncResource transparent to TS

@types/node does not include EventEmitterAsyncResource type definition:
https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/61365

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/index.ts
src/pools/abstract-pool.ts
src/pools/pool.ts