Skip to content

Commit

Permalink
feat: Support classPrivateProperties in parser
Browse files Browse the repository at this point in the history
Fixes #1216
  • Loading branch information
ale-grosselle authored and tmcw committed Mar 16, 2019
1 parent 7008123 commit 64ef671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parsers/parse_to_ast.js
Expand Up @@ -8,6 +8,7 @@ const opts = {
'exportDefaultFrom',
'optionalChaining',
'classConstructorCall',
'classPrivateProperties',
'classProperties',
['decorators', { decoratorsBeforeExport: false }],
'doExpressions',
Expand Down

0 comments on commit 64ef671

Please sign in to comment.