Refactoring day1

This commit is contained in:
2020-08-20 20:27:14 +02:00
parent 6aceefeb2f
commit b907489a75
481 changed files with 5321 additions and 5616 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)
#if (NAPI_VERSION > 3 && !defined(__wasm32__))
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
#endif // NAPI_VERSION > 3 && !defined(__wasm32__)
// Memory management.
class MemoryManagement {