@@ -27,7 +27,7 @@ subSystemLabels:
27
27
/^src\/node_zlib/ : c++, zlib
28
28
/^src\/tracing/ : c++, tracing
29
29
/^src\/node_api/ : c++, n-api
30
- /^src\/node_http2/ : c++, http2, dont-land-on-v6.x
30
+ /^src\/node_http2/ : c++, http2
31
31
/^src\/node_report/ : c++, report
32
32
/^src\/node_wasi/ : c++, wasi
33
33
/^src\/node_worker/ : c++, worker
@@ -78,8 +78,8 @@ subSystemLabels:
78
78
/^deps\/v8\/tools\/gen-postmortem-metadata\.py/ : V8 Engine, post-mortem
79
79
/^deps\/v8\// : V8 Engine
80
80
/^deps\/uvwasi\// : wasi
81
- /^deps\/nghttp2\/nghttp2\.gyp/ : build, http2, dont-land-on-v6.x
82
- /^deps\/nghttp2\// : http2, dont-land-on-v6.x
81
+ /^deps\/nghttp2\/nghttp2\.gyp/ : build, http2
82
+ /^deps\/nghttp2\// : http2
83
83
/^deps\/ngtcp2\// : quic, dont-land-on-v14.x, dont-land-on-v12.x
84
84
/^deps\/nghttp3\// : quic, dont-land-on-v14.x, dont-land-on-v12.x
85
85
/^deps\/([^/]+)/ : $1
@@ -94,7 +94,7 @@ subSystemLabels:
94
94
/^lib\/\w+\/v8_prof_/ : tools
95
95
/^lib\/\w+\/socket_list/ : net
96
96
/^lib\/\w+\/streams$/ : stream
97
- /^lib\/.*http2/ : http2, dont-land-on-v6.x
97
+ /^lib\/.*http2/ : http2
98
98
/^lib\/worker_threads.js$/ : worker
99
99
/^lib\/internal\/url\.js$/ : url-whatwg
100
100
/^lib\/internal\/modules\/esm/ : ES Modules
0 commit comments