Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 2, 2023
1 parent e42f25d commit 3ee7594
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rfcs/001-serialize-async.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export async function* stringifyEmitter() {

case "VALUE": {
if (!isFirstStreamedValue) {
// add a comma between each value to ensure it's valid JSON
// needs to be ignored
yield ",";
}

Expand Down

0 comments on commit 3ee7594

Please sign in to comment.