You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): declare rules_js js_binary+js_run_binary for use by orion plugins (#7614)
All rules need to be declared so gazelle knows of them, where they are
loaded from, what attributes exist etc.
The plugin for the rules_js rules should declare those rules, orion
plugins can then generate those rules without re-defining them.
---
### Changes are visible to end-users: yes
- Searched for relevant documentation and updated as needed: yes
- Breaking change (forces users to change their own code or config): no
- Suggested release notes appear below: yes
Orion CLI `configure` plugins can generate rules_js/ts rules such as
`ts_project`, `js_library`, `js_binary` etc.
### Test plan
- Covered by existing test cases
- New test cases added
GitOrigin-RevId: e28a9d40b081091f4b0216aaaca6c7845f2508c6
0 commit comments