Custom rule "foo {$var} bar" => "foo bar" #7075
Unanswered
AngelinCalu
asked this question in
Q&A
Replies: 1 comment 12 replies
|
Hi, in this case it's not legal to remove node that is part of bigger one. Imagine 2-part concat, where one is removed: -return $hi . $name;
+return $hi . ;Instead, the return node should be |
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Given the following custom rule:
Here are the expected vs. actual results 👇
Is there a better way to do this?
What's the proper way to get rid of the closing curly bracket?
All reactions