You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm use your lib arkit for read my node-js microservices.
Is a very good tool, but I have a problem with js files when developers make direct use de module.exports = ({}) and not declare the class by name.
Exists a solution for this problem?
To Reproduce
module.exports = ({
config,
routerRegister,
httpErrorMiddleware,
notFoundMiddleware,
healthCheckMiddleware,
swaggerMiddleware,
}) => { content of class }
The text was updated successfully, but these errors were encountered:
I'm use your lib arkit for read my node-js microservices.
Is a very good tool, but I have a problem with js files when developers make direct use de module.exports = ({}) and not declare the class by name.
Exists a solution for this problem?
To Reproduce
module.exports = ({
config,
routerRegister,
httpErrorMiddleware,
notFoundMiddleware,
healthCheckMiddleware,
swaggerMiddleware,
}) => { content of class }
The text was updated successfully, but these errors were encountered: