We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
The text was updated successfully, but these errors were encountered:
Hi, I would like to work on it! Could you please assign it to me?
Sorry, something went wrong.
Go for it @madina0801, I think the issue is quite simple.
madina0801
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: