Skip to content

Commit b5faf0d

Browse files
committed
debugger: rename internal module
nodejs/node#39378
1 parent bc7a971 commit b5faf0d

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

patches/node/build_add_gn_build_files.patch

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -892,10 +892,10 @@ index 0000000000000000000000000000000000000000..2c9d2826c85bdd033f1df1d6188df636
892892
+}
893893
diff --git a/filenames.json b/filenames.json
894894
new file mode 100644
895-
index 0000000000000000000000000000000000000000..6ce2f7899ffc39e145a767685a51597fa4473e50
895+
index 0000000000000000000000000000000000000000..d34967fc801c165fdd85ed78ac34f306682421b6
896896
--- /dev/null
897897
+++ b/filenames.json
898-
@@ -0,0 +1,544 @@
898+
@@ -0,0 +1,545 @@
899899
+// This file is automatically generated by generate_gn_filenames_json.py
900900
+// DO NOT EDIT
901901
+{
@@ -913,12 +913,6 @@ index 0000000000000000000000000000000000000000..6ce2f7899ffc39e145a767685a51597f
913913
+ ]
914914
+ },
915915
+ {
916-
+ "dest_dir": "include/node//cppgc/",
917-
+ "files": [
918-
+ "//v8/include/cppgc/common.h"
919-
+ ]
920-
+ },
921-
+ {
922916
+ "dest_dir": "include/node//",
923917
+ "files": [
924918
+ "//v8/include/v8-internal.h",
@@ -938,6 +932,18 @@ index 0000000000000000000000000000000000000000..6ce2f7899ffc39e145a767685a51597f
938932
+ ]
939933
+ },
940934
+ {
935+
+ "dest_dir": "include/node//cppgc/",
936+
+ "files": [
937+
+ "//v8/include/cppgc/common.h"
938+
+ ]
939+
+ },
940+
+ {
941+
+ "dest_dir": "include/node//",
942+
+ "files": [
943+
+ "deps/uv/include/uv.h"
944+
+ ]
945+
+ },
946+
+ {
941947
+ "dest_dir": "include/node//uv/",
942948
+ "files": [
943949
+ "deps/uv/include/uv/aix.h",
@@ -956,12 +962,6 @@ index 0000000000000000000000000000000000000000..6ce2f7899ffc39e145a767685a51597f
956962
+ "deps/uv/include/uv/version.h",
957963
+ "deps/uv/include/uv/win.h"
958964
+ ]
959-
+ },
960-
+ {
961-
+ "dest_dir": "include/node//",
962-
+ "files": [
963-
+ "deps/uv/include/uv.h"
964-
+ ]
965965
+ }
966966
+ ],
967967
+ "library_files": [
@@ -1100,6 +1100,7 @@ index 0000000000000000000000000000000000000000..6ce2f7899ffc39e145a767685a51597f
11001100
+ "lib/internal/webstreams/writablestream.js",
11011101
+ "lib/internal/webstreams/readablestream.js",
11021102
+ "lib/internal/webstreams/queuingstrategies.js",
1103+
+ "lib/internal/webstreams/encoding.js",
11031104
+ "lib/internal/webstreams/transformstream.js",
11041105
+ "lib/internal/webstreams/transfer.js",
11051106
+ "lib/internal/bootstrap/loaders.js",
@@ -1155,7 +1156,7 @@ index 0000000000000000000000000000000000000000..6ce2f7899ffc39e145a767685a51597f
11551156
+ "lib/internal/child_process/serialization.js",
11561157
+ "lib/internal/debugger/inspect_repl.js",
11571158
+ "lib/internal/debugger/inspect_client.js",
1158-
+ "lib/internal/debugger/_inspect.js",
1159+
+ "lib/internal/debugger/inspect.js",
11591160
+ "lib/internal/worker/io.js",
11601161
+ "lib/internal/worker/js_transferable.js",
11611162
+ "lib/internal/main/repl.js",

0 commit comments

Comments
 (0)