-
Notifications
You must be signed in to change notification settings - Fork 21
feat: javascript helpers extension #1126
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
Conversation
|
| Scope | Lines Δ | Lines + | Lines - | Files Δ | Files + | Files ~ | Files ↔ | Files - |
|---|---|---|---|---|---|---|---|---|
| Source | 4776 | 2643 | 2133 | -3 | 1 | 7 | - | 11 |
| Tests | 1338 | 1092 | 246 | 2 | - | 2 | - | - |
| Golden Tests | 324 | 324 | - | 50 | 31 | - | 19 | - |
| CI / Roadmap | 321 | 244 | 77 | 9 | 1 | 8 | - | - |
| Third-party | 312 | 172 | 140 | - | 3 | - | - | 3 |
| Docs | 112 | 34 | 78 | 3 | - | 3 | - | - |
| Build / Toolchain | 34 | 20 | 14 | 3 | - | 3 | - | - |
| Other | 25 | 3 | 22 | - | - | 1 | - | 1 |
| Total | 7242 | 4532 | 2710 | 64 | 36 | 24 | 19 | 15 |
Legend: Files + (added), Files ~ (modified), Files ↔ (renamed), Files - (removed)
🔝 Top Files
- src/lib/Support/JavaScript.cpp (Source): 3479 lines Δ (+1884 / -1595)
- src/test/Support/JavaScript.cpp (Tests): 1335 lines Δ (+1091 / -244)
- include/mrdocs/Support/JavaScript.hpp (Source): 428 lines Δ (+206 / -222)
|
An automated preview of the documentation is available at https://1126.mrdocs.prtest2.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2025-12-17 07:57:28 UTC |
f689c23 to
e9faceb
Compare
f043207 to
db51f18
Compare
96578fe to
bc3cd80
Compare
2293cbb to
88250ba
Compare
ca3a5da to
923a646
Compare
923a646 to
e40913d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1126 +/- ##
===============================
===============================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixes #881, moves us closer on #1113.
docs; added a small port layer so it all hooks up cleanly.
and helper registration that keeps options/hash intact for block helpers; added unit tests to cover
the new paths.
dropped in golden fixtures for the JS helpers. Also cleaned up the TestRunner include path.