We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc1cf9 commit a63056fCopy full SHA for a63056f
src/index.ts
@@ -40,7 +40,6 @@ class JsonParser<T> {
40
#stream: Promise<JSONStreamResult<JSONStreamValue>>;
41
42
constructor(queue: Queue<string>) {
43
- console.log('v2');
44
this.#queue = queue.pipe(r => [...r]).flat();
45
46
this.#stream = (async () => {
0 commit comments