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
While #239 was resolved, the original goal (to pass potentially unrelated data along) was not achieved.
The relevant code is https://github.com/mathjax/MathJax-node/blob/master/lib/main.js#L832-L835. The main problem seems to be that the input object is not actually passed to the callback but rather an intermediary object is built, based on the defaults (with values from the input data).
The text was updated successfully, but these errors were encountered:
[main] use input data without intermediary object
a45cd48
Resolves #303
[main] pass input data to output
50c1946
9846f93
adc4f00
60c2c8d
c05f865
No branches or pull requests
While #239 was resolved, the original goal (to pass potentially unrelated data along) was not achieved.
The relevant code is https://github.com/mathjax/MathJax-node/blob/master/lib/main.js#L832-L835. The main problem seems to be that the input object is not actually passed to the callback but rather an intermediary object is built, based on the defaults (with values from the input data).
The text was updated successfully, but these errors were encountered: