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();
|
node = this.startNode();
|
||||||
|
|
||||||
if (
|
if (
|
||||||
"smart" !== this.getPluginOption("pipelineOperator", "proposal")
|
this.getPluginOption("pipelineOperator", "proposal") !== "smart"
|
||||||
) {
|
) {
|
||||||
this.raise(
|
this.raise(
|
||||||
node.start,
|
node.start,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user