machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
691 stars 155 forks source link

v2 addon conversion? #480

Closed NullVoxPopuli closed 5 months ago

NullVoxPopuli commented 1 year ago

Idk how much detail you want in this issue, but when I heard of the babel transform changes in the 2.3.2 version, I was expecting to have to modify my babel config. I later found that this happens automatically for me in the index.js -- which can certainly be a nice ability for people don't want to think about babel.

For some background, here is the process:

Here are some example "mega" PRs were v2 conversions happened (these all also switch to pnpm, so that's why the diff is massive):

machty commented 5 months ago

Done #551