Hi @benjamn :)
Old versions of regenerator-runtime (when used together with another library) are making it impossible to ship the new iterator helpers proposal (tc39/proposal-iterator-helpers#286).
Would it be possible to npm deprecate all the affected versions, asking people to upgrade to 0.14, hoping that this will be enough after a while to avoid the web compatibility issue?
Hi @benjamn :)
Old versions of
regenerator-runtime(when used together with another library) are making it impossible to ship the new iterator helpers proposal (tc39/proposal-iterator-helpers#286).Would it be possible to
npm deprecateall the affected versions, asking people to upgrade to 0.14, hoping that this will be enough after a while to avoid the web compatibility issue?