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

Commit 0b36951

Browse files
borelasuchipi
authored andcommitted
Add logical assignment plugin (#674)
Fix #672
1 parent 5856ff5 commit 0b36951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/parse.js

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ module.exports = function(code, options) {
4747
"throwExpressions",
4848
["pipelineOperator", { proposal: "minimal" }],
4949
"nullishCoalescingOperator",
50+
"logicalAssignment",
5051
],
5152
};
5253

0 commit comments

Comments
 (0)