Skip to content

Commit 921da1d

Browse files
authored
Update 2026-04-12 (#26)
1 parent 616a9f1 commit 921da1d

18 files changed

Lines changed: 6679 additions & 6342 deletions

data/baseline.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2545,13 +2545,12 @@
25452545
"cldr": "string",
25462546
"icu": "string",
25472547
"llhttp": "string",
2548+
"merve": "string",
25482549
"modules": "string",
25492550
"napi": "string",
25502551
"nbytes": "string",
25512552
"ncrypto": "string",
25522553
"nghttp2": "string",
2553-
"nghttp3": "string",
2554-
"ngtcp2": "string",
25552554
"node": "string",
25562555
"openssl": "string",
25572556
"simdjson": "string",
@@ -6446,6 +6445,7 @@
64466445
},
64476446
"maxHeaderSize": "number",
64486447
"request": "function",
6448+
"setGlobalProxyFromEnv": "function",
64496449
"setMaxIdleHTTPParsers": "function",
64506450
"validateHeaderName": "function",
64516451
"validateHeaderValue": "function"
@@ -6591,6 +6591,7 @@
65916591
},
65926592
"maxHeaderSize": "number",
65936593
"request": "function",
6594+
"setGlobalProxyFromEnv": "function",
65946595
"setMaxIdleHTTPParsers": "function",
65956596
"validateHeaderName": "function",
65966597
"validateHeaderValue": "function"
@@ -7516,6 +7517,7 @@
75167517
"before": "function",
75177518
"beforeEach": "function",
75187519
"describe": "function",
7520+
"expectFailure": "function",
75197521
"it": "function",
75207522
"length": "number",
75217523
"mock": {
@@ -7551,6 +7553,7 @@
75517553
"before": "function",
75527554
"beforeEach": "function",
75537555
"describe": "function",
7556+
"expectFailure": "function",
75547557
"it": "function",
75557558
"mock": {
75567559
"*self*": "object",
@@ -9032,13 +9035,12 @@
90329035
"cldr": "string",
90339036
"icu": "string",
90349037
"llhttp": "string",
9038+
"merve": "string",
90359039
"modules": "string",
90369040
"napi": "string",
90379041
"nbytes": "string",
90389042
"ncrypto": "string",
90399043
"nghttp2": "string",
9040-
"nghttp3": "string",
9041-
"ngtcp2": "string",
90429044
"node": "string",
90439045
"openssl": "string",
90449046
"simdjson": "string",
@@ -9138,8 +9140,12 @@
91389140
"node_shared_ada": "boolean",
91399141
"node_shared_brotli": "boolean",
91409142
"node_shared_cares": "boolean",
9143+
"node_shared_gtest": "boolean",
9144+
"node_shared_hdr_histogram": "boolean",
91419145
"node_shared_http_parser": "boolean",
91429146
"node_shared_libuv": "boolean",
9147+
"node_shared_merve": "boolean",
9148+
"node_shared_nbytes": "boolean",
91439149
"node_shared_nghttp2": "boolean",
91449150
"node_shared_nghttp3": "boolean",
91459151
"node_shared_ngtcp2": "boolean",
@@ -10018,13 +10024,12 @@
1001810024
"cldr": "string",
1001910025
"icu": "string",
1002010026
"llhttp": "string",
10027+
"merve": "string",
1002110028
"modules": "string",
1002210029
"napi": "string",
1002310030
"nbytes": "string",
1002410031
"ncrypto": "string",
1002510032
"nghttp2": "string",
10026-
"nghttp3": "string",
10027-
"ngtcp2": "string",
1002810033
"node": "string",
1002910034
"openssl": "string",
1003010035
"simdjson": "string",
@@ -10162,12 +10167,14 @@
1016210167
"arrayBuffer": "function",
1016310168
"blob": "function",
1016410169
"buffer": "function",
10170+
"bytes": "function",
1016510171
"json": "function",
1016610172
"text": "function"
1016710173
},
1016810174
"arrayBuffer": "function",
1016910175
"blob": "function",
1017010176
"buffer": "function",
10177+
"bytes": "function",
1017110178
"json": "function",
1017210179
"text": "function"
1017310180
},
@@ -10239,6 +10246,7 @@
1023910246
"TextEncoder": "class",
1024010247
"aborted": "function",
1024110248
"callbackify": "function",
10249+
"convertProcessSignalToExitCode": "function",
1024210250
"debug": "function",
1024310251
"debuglog": "function",
1024410252
"deprecate": "function",
@@ -10331,6 +10339,7 @@
1033110339
"TextEncoder": "class",
1033210340
"aborted": "function",
1033310341
"callbackify": "function",
10342+
"convertProcessSignalToExitCode": "function",
1033410343
"debug": "function",
1033510344
"debuglog": "function",
1033610345
"deprecate": "function",
@@ -10579,6 +10588,7 @@
1057910588
"TextEncoder": "class",
1058010589
"aborted": "function",
1058110590
"callbackify": "function",
10591+
"convertProcessSignalToExitCode": "function",
1058210592
"debug": "function",
1058310593
"debuglog": "function",
1058410594
"deprecate": "function",
@@ -10671,6 +10681,7 @@
1067110681
"TextEncoder": "class",
1067210682
"aborted": "function",
1067310683
"callbackify": "function",
10684+
"convertProcessSignalToExitCode": "function",
1067410685
"debug": "function",
1067510686
"debuglog": "function",
1067610687
"deprecate": "function",

0 commit comments

Comments
 (0)