Skip to content

Commit

Permalink
fix: Typo in @babel/helper-create-class-features-plugin (#13237)
Browse files Browse the repository at this point in the history
  • Loading branch information
aancer-rca committed Apr 30, 2021
1 parent 41c0224 commit 3b55e88
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -11,10 +11,7 @@ export const FEATURES = Object.freeze({
const featuresSameLoose = new Map([
[FEATURES.fields, "@babel/plugin-proposal-class-properties"],
[FEATURES.privateMethods, "@babel/plugin-proposal-private-methods"],
[
FEATURES.privateIn,
"@babel/plugin-proposal-private-private-property-in-object",
],
[FEATURES.privateIn, "@babel/plugin-proposal-private-property-in-object"],
]);

// We can't use a symbol because this needs to always be the same, even if
Expand Down

0 comments on commit 3b55e88

Please sign in to comment.