gulpjs / async-done

Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
MIT License
70 stars 21 forks source link

trying to trace through Gulp framework and what/where is "domain"? #53

Closed cdbattags closed 4 years ago

cdbattags commented 4 years ago

Per this line:

https://github.com/gulpjs/async-done/blob/v1.3.2/index.js#L3

No idea how to trace this with nothing in package.json, no?

phated commented 4 years ago

That's a node core module 🤣

cdbattags commented 4 years ago

Whelp, that's a new one for me...

Any concerns about it being deprecated?

https://nodejs.org/api/domain.html

phated commented 4 years ago

No concerns until they solve the thing that domains solve. They tried before and gave up.