Skip to content

Commit e47f56e

Browse files
committed
stream: duplexify
nodejs/node#39519
1 parent 4fd2435 commit e47f56e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

patches/node/build_add_gn_build_files.patch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,10 +968,10 @@ index 0000000000000000000000000000000000000000..2c9d2826c85bdd033f1df1d6188df636
968968
+}
969969
diff --git a/filenames.json b/filenames.json
970970
new file mode 100644
971-
index 0000000000000000000000000000000000000000..4f5588c17cf9720dab05a82ee64ba56b1860ab78
971+
index 0000000000000000000000000000000000000000..5804390a6185cbc5eac85af592eb0f40632d82ff
972972
--- /dev/null
973973
+++ b/filenames.json
974-
@@ -0,0 +1,548 @@
974+
@@ -0,0 +1,549 @@
975975
+// This file is automatically generated by generate_gn_filenames_json.py
976976
+// DO NOT EDIT
977977
+{
@@ -1197,6 +1197,7 @@ index 0000000000000000000000000000000000000000..4f5588c17cf9720dab05a82ee64ba56b
11971197
+ "lib/internal/util/inspect.js",
11981198
+ "lib/internal/util/iterable_weak_map.js",
11991199
+ "lib/internal/streams/add-abort-signal.js",
1200+
+ "lib/internal/streams/duplexify.js",
12001201
+ "lib/internal/streams/destroy.js",
12011202
+ "lib/internal/streams/legacy.js",
12021203
+ "lib/internal/streams/passthrough.js",

0 commit comments

Comments
 (0)