Merge commit '1375932c05' into stateful-events
This commit is contained in:
commit
634d4f1099
22 changed files with 627 additions and 519 deletions
|
|
@ -709,6 +709,9 @@ class Pattern {
|
|||
edit(...funcs) {
|
||||
return stack(...funcs.map(func => func(this)));
|
||||
}
|
||||
pipe(func) {
|
||||
return func(this);
|
||||
}
|
||||
|
||||
_bypass(on) {
|
||||
on = Boolean(parseInt(on));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue