You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the discussion at mathjax/MathJax-src#850. Note that even if those changes are made, you may not be able to get rollup to work, as others have reported that rollup does not like the circular dependencies that are present in other parts of the code. See, for example, mathjax/MathJax-src#741, and #2368.
You can use webpack to package the files in "MathJax-src", put them in the "MathJax" repository, and then use the glue code of Proxy, and use rollup to package it once to solve the problem.
Is your feature request related to a problem? Please describe.
When using "rollup", in order to use mathjax in strict mode, remove "arguments.callee".
Because rollup requires modules to use strict mode.
Describe the solution you'd like
mathjax/MathJax-src#850
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: