File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/specs/recipe-construction Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8989- [ ] Have ` Cell.set ` return itself, so ` Cell.for(..).set(..) ` works
9090- [ ] ` cell.assign(otherCell) ` applies ` cell ` 's link to ` otherCell ` if it
9191 doesn't have one yet. Useful to make self-referential loops.
92- - [ ] In AST transformation add ` .for(variableName, true) ` for ` const var = `
92+ - [ ] In AST transformation add ` .for(variableName, true) ` for ` const var = `
9393 cases
9494- [ ] Update JSON Schema to support new way to describe cells
9595
101101- [ ] Add ` .remove ` and ` .removeAll ` which removes the element matching the
102102 parameter from the list.
103103- [ ] Add overload to ` .key ` that accepts an array of keys
104- - [ ] Make name parameter in recipe optional
104+ - [x ] Make name parameter in recipe optional
105105
106106## Planned Future Work
107107
You can’t perform that action at this time.
0 commit comments