Swap Yoda condition
This commit is contained in:
parent
39e7ee6e65
commit
11aee13ff2
@ -938,7 +938,7 @@ export default class ExpressionParser extends LValParser {
|
||||
node = this.startNode();
|
||||
|
||||
if (
|
||||
"smart" !== this.getPluginOption("pipelineOperator", "proposal")
|
||||
this.getPluginOption("pipelineOperator", "proposal") !== "smart"
|
||||
) {
|
||||
this.raise(
|
||||
node.start,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user