Skip to content

Commit d408de0

Browse files
Peter van der Zeefacebook-github-bot
authored andcommitted
Drop confusing comment
Summary: Just removing a comment As per facebook@f8d6b97#r28569388 While the comment was more to notify about this in general, I suppose it doesn't matter. Reviewed By: rafeca Differential Revision: D7685277 fbshipit-source-id: 2d526aeccc2e89b42ae25cbce21af5fe96f1348d
1 parent 0f2e46e commit d408de0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

babel-preset/configs/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const defaultPlugins = [
1515
[
1616
require('@babel/plugin-proposal-class-properties'),
1717
// use `this.foo = bar` instead of `this.defineProperty('foo', ...)`
18-
// (Makes the properties enumerable)
1918
{loose: true},
2019
],
2120
[require('@babel/plugin-transform-computed-properties')],

jest/preprocessor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ module.exports = {
6262
[
6363
require('@babel/plugin-proposal-class-properties'),
6464
// use `this.foo = bar` instead of `this.defineProperty('foo', ...)`
65-
// (Makes the properties enumerable)
6665
{loose: true},
6766
],
6867
[require('@babel/plugin-transform-computed-properties')],

0 commit comments

Comments
 (0)