We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a6f08 commit 89446d1Copy full SHA for 89446d1
source/ports/node_port/source/node_port.cpp
@@ -24,6 +24,15 @@
24
#include <metacall/metacall.h>
25
#include <cstring>
26
27
+/* TODO:
28
+ This port is going to be refactored eventually, here is the first step through the next approach:
29
+ https://github.com/metacall/core/blob/cb5372609c9acdc7fc3cf6b3ebb4c8e799c57f23/source/ports/node_port/source/node_port.cpp
30
+
31
+ Here is information about how to do the refactor including loader:
32
+ https://github.com/metacall/core/blob/cb5372609c9acdc7fc3cf6b3ebb4c8e799c57f23/source/loaders/node_loader/include/node_loader/node_loader_impl_port.h#L26
33
+*/
34
35
+/* TODO: Remove this */
36
#define napi_call(env, call) \
37
do { \
38
napi_status status = (call); \
0 commit comments