-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
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
delete arguments.callee #850
Comments
We appreciate your interest in trying to improve MathJax by submitting these PRs. The code you are modifying is some of the earliest written for MathJax back in 2008, and is foundational for the object-oriented programming model used in v2 and below. It was quite delicate at the time, and the handling of You have not really provided much in the way of explanation for what you are doing, or how you have tested that this does the same thing as the original code. In addition, some of the PRs seem to make the same changes to the same files. All three PRs should be combined into a single PR that makes the changes clear and explains them. Also, we follow the fit-flow model here, so changes should be on a branch that originates from the In any case, because this is legacy code in v3, we are not anxious to make adjustments to these files, especially in such a fundamental area of the legacy code. What really needs to happen is that the AsciiMath input jax needs to be ported to a true v3 input jax so that the legacy code can be dropped. If you are interested in such a project, a PR that does that would be welcome. For now, I am going to close these PRs. |
I've created a repository, have solved the arguments.callee issue, and have used rollup to package it, and the tests passed successfully! Cheers! https://github.com/masx200/mathjax-module-async/tree/1.6.0 https://github.com/masx200/MathJax-src/tree/3.2.2-delete-arguments.callee https://github.com/masx200/MathJax/tree/3.2.2-delete-arguments.callee |
delete arguments.callee
#849
#848
MathJax-src/ts/input/asciimath/mathjax2/legacy/MathJax.js
Line 68 in 8565f9d
MathJax-src/ts/input/asciimath/mathjax2/legacy/jax/element/JSON.js
Line 90 in 8565f9d
MathJax-src/ts/input/asciimath/mathjax2/legacy/jax/element/mml/jax.js
Line 1425 in 8565f9d
The text was updated successfully, but these errors were encountered: