Merge commit '1375932c05' into stateful-events

This commit is contained in:
Felix Roos 2022-02-27 15:05:17 +01:00
commit 634d4f1099
22 changed files with 627 additions and 519 deletions

View file

@ -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));