Add static check: warning on several block/mix/attrs/js/etc subpredicates
Open
scope: debuggability
semver: patch
- Dominant language
- JavaScript
- Stars
- 117
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
```js
block('page')(
tag()('body'),
block('content').tag()('article'),
block('footer').tag()('footer')
)
```
P.S. Test needed.
Contributor guide
Research direction
No file, test path, or implementation entry point is named. Start by locating the existing static-check logic and its tests, then reproduce the supplied block/tag example to determine which subpredicates need warnings. Done means the requested warnings are implemented and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100