Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream: add map method to Readable: #40815

Closed
wants to merge 19 commits into from

Commits on Dec 27, 2021

  1. stream: add map method to Readable

    Implement the map method on readable stream. This starts the alignment
    with the tc39-iterator-helpers proposal and adds a `.map` method to
    every Node.js readable stream.
    
    Co-Authored-By: Robert Nagy <ronag@icloud.com>
    2 people authored and ronag committed Dec 27, 2021
    Copy the full SHA
    f5dfa00 View commit details
    Browse the repository at this point in the history
  2. test code review

    benjamingr authored and ronag committed Dec 27, 2021
    Copy the full SHA
    eae40bc View commit details
    Browse the repository at this point in the history
  3. fixup

    ronag committed Dec 27, 2021
    Copy the full SHA
    7678628 View commit details
    Browse the repository at this point in the history
  4. fixup: explicit listener

    ronag committed Dec 27, 2021
    Copy the full SHA
    55eb7ff View commit details
    Browse the repository at this point in the history
  5. fixup

    ronag committed Dec 27, 2021
    Copy the full SHA
    66fbd9f View commit details
    Browse the repository at this point in the history
  6. fixup

    ronag committed Dec 27, 2021
    Copy the full SHA
    416e462 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5a22655 View commit details
    Browse the repository at this point in the history
  8. fixup

    ronag committed Dec 27, 2021
    Copy the full SHA
    2e7c469 View commit details
    Browse the repository at this point in the history
  9. fixup

    ronag committed Dec 27, 2021
    Copy the full SHA
    751b429 View commit details
    Browse the repository at this point in the history
  10. fixup

    ronag committed Dec 27, 2021
    Copy the full SHA
    d91ddda View commit details
    Browse the repository at this point in the history
  11. fixup

    ronag committed Dec 27, 2021
    Copy the full SHA
    0679c79 View commit details
    Browse the repository at this point in the history
  12. fixup

    ronag committed Dec 27, 2021
    Copy the full SHA
    a8e9dd6 View commit details
    Browse the repository at this point in the history
  13. fixup

    ronag committed Dec 27, 2021
    Copy the full SHA
    2db5501 View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    ronag and aduh95 committed Dec 27, 2021
    Copy the full SHA
    7045b68 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. fixup

    ronag committed Dec 29, 2021
    Copy the full SHA
    c61f6ba View commit details
    Browse the repository at this point in the history
  2. Update lib/stream.js

    ronag committed Dec 29, 2021
    Copy the full SHA
    7e617c2 View commit details
    Browse the repository at this point in the history
  3. fixup

    ronag committed Dec 29, 2021
    Copy the full SHA
    47d9891 View commit details
    Browse the repository at this point in the history
  4. fixup

    ronag committed Dec 29, 2021
    Copy the full SHA
    2d7cd8c View commit details
    Browse the repository at this point in the history
  5. ifxuo

    ronag committed Dec 29, 2021
    Copy the full SHA
    686d9e6 View commit details
    Browse the repository at this point in the history