/
julian-talay
/
libnode
Обзор
Документация
Войти
/
julian-talay
/
libnode
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
patch/node.patch
21 строка
571 B
NoboKani
update patch
16 ноя 2023, 12:33
16 ноя 2023, 12:33
7be657d
Код
Авторство
О чём код?
--- a/node.gyp +++ b/node.gyp @@ -57,6 +57,8 @@ '<@(node_builtin_shareable_builtins)', ], 'node_sources': [ + 'src/node_embedding_api.cc', + 'src/node_embedding_api.h', 'src/api/async_resource.cc', 'src/api/callback.cc', 'src/api/embed_helpers.cc', --- a/tools/install.py +++ b/tools/install.py @@ -312,6 +312,7 @@ def headers(action): 'config.gypi', 'src/node.h', 'src/node_api.h', + 'src/node_embedding_api.h', 'src/js_native_api.h', 'src/js_native_api_types.h', 'src/node_api_types.h',