Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
Add logical assignment plugin (#674)
Browse files Browse the repository at this point in the history
Fix #672
  • Loading branch information
borela authored and suchipi committed Aug 23, 2018
1 parent 5856ff5 commit 0b36951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/parse.js
Expand Up @@ -47,6 +47,7 @@ module.exports = function(code, options) {
"throwExpressions",
["pipelineOperator", { proposal: "minimal" }],
"nullishCoalescingOperator",
"logicalAssignment",
],
};

Expand Down

0 comments on commit 0b36951

Please sign in to comment.