From 0b3695163f7ecc76c80597e1c95f5c41ae7d903f Mon Sep 17 00:00:00 2001 From: Alexandre Borela Date: Thu, 23 Aug 2018 02:21:45 -0300 Subject: [PATCH] Add logical assignment plugin (#674) Fix #672 --- lib/parse.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/parse.js b/lib/parse.js index b416c490..b23b9dc9 100644 --- a/lib/parse.js +++ b/lib/parse.js @@ -47,6 +47,7 @@ module.exports = function(code, options) { "throwExpressions", ["pipelineOperator", { proposal: "minimal" }], "nullishCoalescingOperator", + "logicalAssignment", ], };