Skip to content

Commit ff43b4b

Browse files
author
Robert Jackson
authored
Merge pull request #22 from lelea2/fix-private-class
2 parents 4d07b10 + 3ab6016 commit ff43b4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/utils/js-parser.js

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ const options = {
2424
'nullishCoalescingOperator',
2525
'optionalChaining',
2626
'decorators-legacy',
27+
'classPrivateProperties',
28+
'classPrivateMethods',
2729
'typescript',
2830
],
2931
};

0 commit comments

Comments
 (0)