patterns with double quotes and backticks
+ improved highlighting + many shapeshifter fixes + add highlighting to minirepl + add error handling to minirepl
This commit is contained in:
parent
9a480344de
commit
522005a7ab
9 changed files with 286 additions and 138 deletions
|
|
@ -620,6 +620,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