Skip to content

Initial implementation of Locale framework, with updates to asyncLoad to handle json files, and updates to testsuite. - #1407

Merged
zorkow merged 129 commits into
developfrom
feature/locale
Jul 31, 2026
Merged

Initial implementation of Locale framework, with updates to asyncLoad to handle json files, and updates to testsuite.#1407
zorkow merged 129 commits into
developfrom
feature/locale

Merge pull request #1527 from mathjax/feature/preload-en

09815fe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 31, 2026 in 0s

86.93% (+0.22%) compared to 9ef060f

View this Pull Request on Codecov

86.93% (+0.22%) compared to 9ef060f

Details

Codecov Report

❌ Patch coverage is 92.22374% with 57 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.93%. Comparing base (9ef060f) to head (09815fe).

Files with missing lines Patch % Lines
ts/core/MmlTree/MmlNode.ts 65.21% 8 Missing ⚠️
components/mjs/node-main/node-main.js 73.07% 7 Missing ⚠️
ts/core/MathDocument.ts 30.00% 7 Missing ⚠️
components/mjs/core/core.js 57.14% 6 Missing ⚠️
ts/core/MmlTree/MmlNodes/mmultiscripts.ts 0.00% 5 Missing ⚠️
components/mjs/startup/init.js 50.00% 4 Missing ⚠️
ts/components/startup.ts 42.85% 4 Missing ⚠️
ts/components/loader.ts 96.10% 3 Missing ⚠️
ts/core/MmlTree/MmlNodes/mtable.ts 0.00% 2 Missing ⚠️
ts/core/MmlTree/MmlNodes/mtr.ts 0.00% 2 Missing ⚠️
... and 9 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1407      +/-   ##
===========================================
+ Coverage    86.70%   86.93%   +0.22%     
===========================================
  Files          340      388      +48     
  Lines        86264    87570    +1306     
  Branches      3246     4966    +1720     
===========================================
+ Hits         74798    76129    +1331     
+ Misses       11466    11420      -46     
- Partials         0       21      +21     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.