rxjs
rxjs copied to clipboard
feat(onErrorResumeNextWith): renamed `onErrorResumeNext` and exported from the top level
The onErrorResumeNext operator is deprecated due to a rename. The rename was done so we can move all operator exports to the top level rxjs export site. We were not currently exporting that operator.
This commit also refactors to logic to be based on the creation function, which is more widely used
This one is just one we missed. I don't like the late deprecation, but I somehow doubt the operator version of this is in wide use.
importing.md file should be updated as well.