We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2aa7d3 commit c2bc0fcCopy full SHA for c2bc0fc
1 file changed
src/needs-parens.mjs
@@ -90,10 +90,6 @@ function needsParens(path, options) {
90
return true;
91
}
92
93
- if (po === "|>" && no === "|>") {
94
- return false;
95
- }
96
-
97
if (pp === np && key === "right") {
98
99
0 commit comments