Skip to content

Commit f868935

Browse files
committed
Cleanup
1 parent f6b3f13 commit f868935

File tree

6 files changed

+3
-545
lines changed

6 files changed

+3
-545
lines changed

packages/host/cpp/node_api_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "node_api_impl.hpp"
2-
#include "Logger.hpp"
2+
#include <string>
33

44
auto ArrayType = napi_uint8_array;
55

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
build
2-
*.node

packages/node-addon-examples/tests/buffers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ target_compile_features(addon PRIVATE cxx_std_17)
1212
if(MSVC AND CMAKE_JS_NODELIB_DEF AND CMAKE_JS_NODELIB_TARGET)
1313
# Generate node.lib
1414
execute_process(COMMAND ${CMAKE_AR} /def:${CMAKE_JS_NODELIB_DEF} /out:${CMAKE_JS_NODELIB_TARGET} ${CMAKE_STATIC_LINKER_FLAGS})
15-
endif()
15+
endif()

packages/node-addon-examples/tests/buffers/addon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,4 @@ static napi_value Init(napi_env env, napi_value exports) {
280280
return exports;
281281
}
282282

283-
NAPI_MODULE(NODE_GYP_MODULE_NAME, Init)
283+
NAPI_MODULE(NODE_GYP_MODULE_NAME, Init)

0 commit comments

Comments
 (0)