Skip to content

Commit e5b72e5

Browse files
committed
stream: Expose DuplexPair API
nodejs/node#34111
1 parent 3a8d46d commit e5b72e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

patches/node/build_add_gn_build_files.patch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,10 +1265,10 @@ index 0000000000000000000000000000000000000000..af9cbada10203b387fb9732b346583b1
12651265
+}
12661266
diff --git a/filenames.json b/filenames.json
12671267
new file mode 100644
1268-
index 0000000000000000000000000000000000000000..679329d847fbfe303792cab5881287890c9961f4
1268+
index 0000000000000000000000000000000000000000..646df853a2b985f14fd66cae6af854977c074706
12691269
--- /dev/null
12701270
+++ b/filenames.json
1271-
@@ -0,0 +1,736 @@
1271+
@@ -0,0 +1,737 @@
12721272
+// This file is automatically generated by generate_gn_filenames_json.py
12731273
+// DO NOT EDIT
12741274
+{
@@ -1638,6 +1638,7 @@ index 0000000000000000000000000000000000000000..679329d847fbfe303792cab588128789
16381638
+ "lib/internal/streams/destroy.js",
16391639
+ "lib/internal/streams/duplex.js",
16401640
+ "lib/internal/streams/duplexify.js",
1641+
+ "lib/internal/streams/duplexpair.js",
16411642
+ "lib/internal/streams/end-of-stream.js",
16421643
+ "lib/internal/streams/from.js",
16431644
+ "lib/internal/streams/lazy_transform.js",

0 commit comments

Comments
 (0)