This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

4
node_modules/node-addon-api/napi.h generated vendored
View File

@@ -2042,7 +2042,7 @@ namespace Napi {
bool _suppress_destruct;
};
#if (NAPI_VERSION > 3 && !defined(__wasm32__))
#if (NAPI_VERSION > 3)
class ThreadSafeFunction {
public:
// This API may only be called from the main thread.
@@ -2405,7 +2405,7 @@ namespace Napi {
void Signal() const;
void SendProgress_(const T* data, size_t count);
};
#endif // NAPI_VERSION > 3 && !defined(__wasm32__)
#endif
// Memory management.
class MemoryManagement {