Closed fraxken closed 9 months ago
The parser argument in the constructor of AstAnalyser class is currently required:
https://github.com/NodeSecure/js-x-ray/blob/master/src/AstAnalyser.js#L18
For me we should make it optional and assign new JsSourceParser() by default.
new JsSourceParser()
Hi, I would like to work on it! Could you please assign it to me?
Go for it @madina0801, I think the issue is quite simple.
The parser argument in the constructor of AstAnalyser class is currently required:
https://github.com/NodeSecure/js-x-ray/blob/master/src/AstAnalyser.js#L18
For me we should make it optional and assign
new JsSourceParser()
by default.