-
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
base: develop
Are you sure you want to change the base?
Conversation
|
| Scope | Lines Δ | Lines + | Lines - | Files Δ | Files + | Files ~ | Files ↔ | Files - |
|---|---|---|---|---|---|---|---|---|
| Source | 3164 | 1254 | 1910 | -5 | - | 6 | - | 11 |
| Tests | 531 | 417 | 114 | 3 | 1 | 2 | - | - |
| Golden Tests | 496 | 496 | - | 41 | 22 | - | 19 | - |
| Third-party | 271 | 131 | 140 | - | 3 | - | - | 3 |
| CI / Roadmap | 195 | 152 | 43 | 9 | 1 | 8 | - | - |
| Docs | 112 | 34 | 78 | 3 | - | 3 | - | - |
| Build / Toolchain | 34 | 20 | 14 | 3 | - | 3 | - | - |
| Other | 24 | 2 | 22 | - | - | 1 | - | 1 |
| Total | 4827 | 2506 | 2321 | 54 | 27 | 23 | 19 | 15 |
Legend: Files + (added), Files ~ (modified), Files ↔ (renamed), Files - (removed)
🔝 Top Files
- src/lib/Support/JavaScript.cpp (Source): 2641 lines Δ (+951 / -1690)
- src/test/Support/JavaScript.cpp (Tests): 453 lines Δ (+341 / -112)
- src/lib/Gen/hbs/Builder.cpp (Source): 283 lines Δ (+187 / -96)
|
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-09 06:21:45 UTC |
f689c23 to
e9faceb
Compare
aaf3aa5 to
426e10d
Compare
2d51676 to
348426b
Compare
2acb1e2 to
f043207
Compare
f043207 to
db51f18
Compare
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.