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

feat(streams/unstable): toLines() #5121

Merged
merged 7 commits into from
Aug 9, 2024
Merged

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    a5343ef View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. chore(streams): remove testing code

    Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
    BlackAsLight and iuioiua authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1f7c54d View commit details
    Browse the repository at this point in the history
  2. chore(streams): fmt

    BlackAsLight committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8c7ad43 View commit details
    Browse the repository at this point in the history
  3. adjust(streams): change toLines return type to ReadableStream<string>

    - Change the return type from `AsyncGenerator<string>` to `ReadableStream<string>`
    - Change `readable` to only be of type `ReadableStream<Uint8Array>`
    - Add `options` argument of type `PipeOptions.`
    BlackAsLight committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    741afb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. work

    iuioiua committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    82977cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6116529 View commit details
    Browse the repository at this point in the history
  3. work

    iuioiua committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7bfb4b7 View commit details
    Browse the repository at this point in the history