jmar777 / suspend

Callback-free control flow for Node using ES6 generators.
548 stars 22 forks source link

.async gone (-> README.md documentation) #38

Open axkibe opened 6 years ago

axkibe commented 6 years ago

I'm just updating package dependencies of a project and it fails due to .async gone.

From git history I assume it has just been renamed to .callback? Yes?

Suggestion update README.md ;-) (Maybe with a hint for a while that it used to be called .async.)

PS: I'm using this module since years for all my major node.js projects, thanks BTW.

PPS: --harmony-generators seems doesn't need to be specified anymore with recent node.js builds (I just upgraded to v9.2. I don't know where ES6 started to become fully enabled by default)