From 82ede29b1d99653128a7ca7eccc256b4638647ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 29 Jan 2025 07:48:06 +0100 Subject: [PATCH] feat(v8): add simdutf to V8 deps Refs: https://github.com/v8/v8/commit/e8293d2b878ecf639f2c55219068a8b780e01030 Refs: https://github.com/nodejs/node-v8/issues/297 --- lib/update-v8/constants.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/update-v8/constants.js b/lib/update-v8/constants.js index d12a0b6a..b4daef2e 100644 --- a/lib/update-v8/constants.js +++ b/lib/update-v8/constants.js @@ -127,5 +127,11 @@ export const v8Deps = [ replace: highwayIgnore }, since: 134 + }, + { + name: 'simdutf', + repo: 'third_party/simdutf', + gitignore: '!/third_party/simdutf', + since: 134 } ];