Skip to content

Conversation

@dpvc
Copy link
Member

@dpvc dpvc commented Oct 26, 2025

The semantic-enrich extension has input/mml as a dependency (so that it can re-parse the SRE output), but it wasn't being listed in the preloaded items when the A11y utilities were being included in a combined component. That means that loading tex-chtml.js, for example, and adding input/mml to the loaded items could cause the extension to be loaded a second time without sharing the common code, leading to problems with objects and options not being properly shared.

@dpvc dpvc requested a review from zorkow October 26, 2025 19:32
@dpvc dpvc added this to the v4.1.0 milestone Oct 26, 2025
@codecov
Copy link

codecov bot commented Oct 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.66%. Comparing base (27c47f3) to head (c13e406).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1377   +/-   ##
========================================
  Coverage    86.66%   86.66%           
========================================
  Files          338      338           
  Lines        84384    84384           
  Branches      4779     4779           
========================================
  Hits         73131    73131           
+ Misses       11253    11230   -23     
- Partials         0       23   +23     

☔ View full report in Codecov by Sentry.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants