File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 55#include " llhttp.h"
66#include " nghttp2/nghttp2ver.h"
77#include " node.h"
8+ #include " simdutf.h"
89#include " undici_version.h"
910#include " util.h"
1011#include " uv.h"
@@ -112,6 +113,8 @@ Metadata::Versions::Versions() {
112113 ngtcp2 = NGTCP2_VERSION;
113114 nghttp3 = NGHTTP3_VERSION;
114115#endif
116+
117+ simdutf = SIMDUTF_VERSION;
115118}
116119
117120Metadata::Release::Release () : name(NODE_RELEASE) {
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ namespace node {
4646 V (llhttp) \
4747 V (uvwasi) \
4848 V (acorn) \
49+ V (simdutf) \
4950 NODE_VERSIONS_KEY_UNDICI (V)
5051
5152#if HAVE_OPENSSL
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const expected_keys = [
1818 'llhttp' ,
1919 'uvwasi' ,
2020 'acorn' ,
21+ 'simdutf' ,
2122] ;
2223
2324const 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