File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5
5
#include " llhttp.h"
6
6
#include " nghttp2/nghttp2ver.h"
7
7
#include " node.h"
8
+ #include " simdutf.h"
8
9
#include " undici_version.h"
9
10
#include " util.h"
10
11
#include " uv.h"
@@ -112,6 +113,8 @@ Metadata::Versions::Versions() {
112
113
ngtcp2 = NGTCP2_VERSION;
113
114
nghttp3 = NGHTTP3_VERSION;
114
115
#endif
116
+
117
+ simdutf = SIMDUTF_VERSION;
115
118
}
116
119
117
120
Metadata::Release::Release () : name(NODE_RELEASE) {
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ namespace node {
46
46
V (llhttp) \
47
47
V (uvwasi) \
48
48
V (acorn) \
49
+ V (simdutf) \
49
50
NODE_VERSIONS_KEY_UNDICI (V)
50
51
51
52
#if HAVE_OPENSSL
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const expected_keys = [
18
18
'llhttp' ,
19
19
'uvwasi' ,
20
20
'acorn' ,
21
+ 'simdutf' ,
21
22
] ;
22
23
23
24
const hasUndici = process . config . variables . node_builtin_shareable_builtins . includes ( 'deps/undici/undici.js' ) ;
You can’t perform that action at this time.
0 commit comments