External modules load implementation
alesancor1 opened this issue · comments
Alejandro Santisteban commented
In order for new functionality to be implemented externally, a new package containing utility classes and helpers should be created. This package should contain the base class for middleware creation, functions for error-handling, loggers...
Then this issue depends on:
Alejandro Santisteban commented
Support for Node <=12.X has been dropped due to the end of this version's maintenance period on Apr-2022. This way, the new OAS DevTools project will be written as an ES Module and CommonJS support will be removed from OAS Tools, making the implementation of newer external modules easier thanks to OAS Devtools.