Skip to content

Commit

Permalink
Add support for logical assignment operator
Browse files Browse the repository at this point in the history
Proposed fix for documentationjs#1172
  • Loading branch information
lellimecnar authored Nov 12, 2018
1 parent 06ed2ac commit 785ef33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parsers/parse_to_ast.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const opts = {
'functionSent',
'jsx',
'objectRestSpread',
'dynamicImport'
'dynamicImport',
'logicalAssignment'
]
};

Expand Down

0 comments on commit 785ef33

Please sign in to comment.