Document that ">=" needs no parentheses in attribute values - #273
Conversation
|
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 44 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
PR Preview DeployedYour changes are live at markojs.com/previews/pr-273. commit 68d6030 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/reference/language.md`:
- Around line 229-233: Update the documentation near the `>=` example to
explicitly state that the unambiguous behavior applies when `>=` is preceded by
whitespace. Clarify that this does not imply the same behavior for forms such as
`count>=10`, while preserving the existing arrow-function explanation.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 547669a9-e09a-423c-8685-529ea910dda0
📒 Files selected for processing (1)
docs/reference/language.md
Updates the unenclosed
>caution in the language reference: as of htmljs-parser 5.13.0 a whitespace-preceded>=in an unenclosed attribute value parses as a comparison operator, so only bare>comparisons need parentheses.Also updates marko/@marko deps to latest (marko 6.3.33, @marko/compiler 5.41.17, etc) so the site's installed htmljs-parser is 5.13.0, matching the documented behavior.