| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I tried this code out and noticed a couple things. |
Sorry, something went wrong.
|
Converting to draft to resolve the various PRs |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Related: #1239
In order to enable formatting corrections of this kind: $a-join$b --> $a -join $b or reducing too much whitespace but also -split$a --> -split $a with the added code as existing code for operators assumes that something precedes it.
The reason for adding the check that the unary operator starts with a dash is is to exclude things like $a++ or !$a where we do not want a whitespace character separation by default
PR Checklist