Patrick Dehne
Patrick Dehne
When logging errors in Slim\Handlers\ErrorHandler logError the logger object is declared to implement the LoggerInterface and the error function of this interface is used to actually log the error: ```...
Objects implemented using Napi::ObjectWrap do not seem to support the object spread syntax. The following code on an object implemented with Napi::ObjectWrap always creates an empty object. The two properties...
This is a usage / migration from NAN question. With NAN I used the following to determine the invoked property name: ``` NAN_GETTER(ClassName::Getters) { ... std::string propertyName = *Nan::Utf8String(property); ......
- Operating System: Windows - Node Version: 12.6.3 - NPM Version: 7.6.0 - webpack Version: 5.24.2 - node-loader Version: 1.0.2 ### Expected Behavior I am using a custom native node...