Skip to content

Commit bb1fbae

Browse files
committed
feat: move stream-collector-node into node-http-handler
1 parent 5e8ba25 commit bb1fbae

File tree

15 files changed

+1
-1048
lines changed

15 files changed

+1
-1048
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from "./node-http-handler";
22
export * from "./node-http2-handler";
3+
export * from "./stream-collector";

packages/stream-collector-node/src/index.spec.ts renamed to packages/node-http-handler/src/stream-collector/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { Readable } from "stream";
21
import { streamCollector } from "./index";
32
import { ReadFromBuffers } from "./readable.mock";
43

packages/stream-collector-node/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/stream-collector-node/.npmignore

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)