Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Jan 19, 2021
1 parent b6c8589 commit 2fce14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -366,7 +366,7 @@ export function transformPrivateNamesUsage(
ref,
path,
privateNamesMap,
privateFieldsAsProperties,
{ privateFieldsAsProperties },
state,
) {
if (!privateNamesMap.size) return;
Expand Down
Expand Up @@ -189,7 +189,7 @@ export function createClassFeaturePlugin({
ref,
path,
privateNamesMap,
privateFieldsAsProperties ?? loose,
{ privateFieldsAsProperties: privateFieldsAsProperties ?? loose },
state,
);

Expand Down

0 comments on commit 2fce14d

Please sign in to comment.