Results 43 issues of lue

just like string literals which can be constructed using " or """, whole number literals can be constructed using hexadecimal or decimal. v8 introduces an extra variant parameter on the...

breaking change

The [introduction article for simplify](https://jfmengels.net/simplify/#automatic-fixes-for-unused-constructors) presents a snowballing simplification that includes the step `prefix ++ "" → prefix` – which simplify doesn't do till this day due to performance considerations....

enhancement

Usually formatting things once should result in the same as formatting things twice in a row. Here's 2 exceptions I've encountered: One: Parenthesized if-then-else in the else branch. For example:...