Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Jun 18, 2024
1 parent 15c0bac commit ce2d9e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions json/concatenated_json_parse_stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const primitives = new Map(
*/
export class ConcatenatedJsonParseStream
implements TransformStream<string, JsonValue> {
// TODO(iuioiua): Investigate why this class is implemented differently to the other JSON streams.
/**
* A writable stream of byte data.
*
Expand All @@ -55,7 +54,6 @@ export class ConcatenatedJsonParseStream
* ```
*/
readonly writable: WritableStream<string>;
// TODO(iuioiua): Investigate why this class is implemented differently to the other JSON streams.
/**
* A readable stream of byte data.
*
Expand Down

0 comments on commit ce2d9e6

Please sign in to comment.