Skip to content

Commit

Permalink
[WIP] Fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-mc committed Sep 8, 2018
1 parent 0f8c294 commit 2fcfa3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/babel-plugin-proposal-class-properties/src/index.js
Expand Up @@ -186,6 +186,8 @@ export default declare((api, options) => {
value,
],
);
},
};

const privateMethodHandlerSpec = {
...privateNameHandlerSpec,
Expand Down

0 comments on commit 2fcfa3a

Please sign in to comment.