chore(agent-feedback): file pruned babel helpers reachable from user config - #4063
chore(agent-feedback): file pruned babel helpers reachable from user config#4063rturnq wants to merge 1 commit into
Conversation
…config Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BeRtP7upctHWzWpWe8Esrp
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Included review availability: 4 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 5 reviews per hour. WalkthroughAdds a bug report for Merge Risk: ⚪ Minimal · up to This PR only documents an existing Babel-helper compatibility issue and introduces no product or production behavior changes; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4063 +/- ##
=======================================
Coverage 90.76% 90.76%
=======================================
Files 424 424
Lines 20444 20444
Branches 3871 3871
=======================================
Hits 18557 18557
Misses 1325 1325
Partials 562 562 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Files an agent-feedback item against
packages/compiler/scripts/bundle.mts › pruneHelpers: the bundled Babel's helper table was trimmed to the four helpers the compiler's own transforms request, butgetBaseBabelConfigenables.babelrc/configFilediscovery for translated output, so user presets running inside the bundled Babel can request any of the other 118 helpers. A targetless@babel/preset-envfails withUnknown helper defineProperty, and affected apps cannot pin to an older compiler because the Marko 5 vdom translator needs the newerdecodeHTMLbabel-utils export. The item records the failure, the no-pin-escape coupling, and a direction (restore the full table in the node bundle, ~112 KB); no fix is included.🤖 Generated with Claude Code
https://claude.ai/code/session_01BeRtP7upctHWzWpWe8Esrp