Closed fraxken closed 4 months ago
The idea is to implement a synchronous version of analyseFile to simply scenarios where we don't need an Asynchronous I/O. Recent API updates would force to switch some sync API to async (requiring ESM and Top-level-await).
analyseFile
I take it 🚀
https://github.com/NodeSecure/js-x-ray/pull/275
@fraxken , @PierreDemailly 🚀
The idea is to implement a synchronous version of
analyseFile
to simply scenarios where we don't need an Asynchronous I/O. Recent API updates would force to switch some sync API to async (requiring ESM and Top-level-await).