bigskysoftware / bigskysoftware/_hyperscript
Allow `add` to add multiple different kinds of expressions
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
Right now, the add command can add classes or attribute references. It'd be nice if one could mix and match them, eg
```js
add .secondary [@href=#]
```
instead of
```js
add .secondary add [@href=#]
```
This may be generalized to more expressions as well, so that it could be used in `remove`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.