There was an error while loading. Please reload this page.
1 parent 5b68dda commit eb42929Copy full SHA for eb42929
lib/utils/js-parser.js
@@ -24,6 +24,8 @@ const options = {
24
'nullishCoalescingOperator',
25
'optionalChaining',
26
'decorators-legacy',
27
+ 'classPrivateProperties',
28
+ 'classPrivateMethods'
29
],
30
};
31
0 commit comments