Backward compatibility for mathjax-full package#1296
Closed
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1296 +/- ##
========================================
Coverage 86.71% 86.71%
========================================
Files 337 337
Lines 83979 83979
Branches 4750 4750
========================================
Hits 72826 72826
Misses 11130 11130
Partials 23 23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
Author
|
In face-to-face meeting, we decided not to make this package, so I'm closing the PR. But I'm leaving the branch for now as I may want to remember the package.json that does this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch implements a backward-compatibility definition for the
mathjax-fullpackage that could be used to makemathjax-fullto@mathjax/src. This is the idea I had mentioned to Peter in mathjax/MathJax#3390. It works well, and would make it easier to upgrade to MathJax v4 for those already usingmathjax-full. But perhaps we don't want to support that, and should force everyone to change to@mathjax/srcto use v4. This could remain as a separate branch and not be merged, as a means of keeping this separate. Comments?