Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit fbc8a0c

Browse files
niveditcfacebook-github-bot
authored andcommitted
Change oncall to draft_js
Summary: Changing the oncall from `ui_infra` to `draft_js` & add the `emails` annotation to the remaining files. Also testing a Butterfly rule that adds the current Draft.js oncall as reviewer & the `draft_js` project as subscribers. Reviewed By: mitermayer Differential Revision: D9631825 fbshipit-source-id: b2756950eea62223f3ff9ada54435fccad1a168c
1 parent e6c693c commit fbc8a0c

File tree

209 files changed

+209
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+209
-51
lines changed

src/component/base/DraftEditor.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @format
1010
* @flow
1111
* @preventMunge
12+
* @emails oncall+draft_js
1213
*/
1314

1415
'use strict';

src/component/base/DraftEditorPlaceholder.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*
99
* @format
1010
* @flow strict-local
11+
* @emails oncall+draft_js
1112
*/
1213

1314
'use strict';

src/component/base/DraftEditorProps.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*
99
* @format
1010
* @flow
11+
* @emails oncall+draft_js
1112
*/
1213

1314
'use strict';

src/component/base/DraftScrollPosition.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*
99
* @format
1010
* @flow strict
11+
* @emails oncall+draft_js
1112
*/
1213

1314
'use strict';

src/component/base/DraftTextAlignment.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*
99
* @format
1010
* @flow strict
11+
* @emails oncall+draft_js
1112
*/
1213

1314
'use strict';

src/component/base/__tests__/DraftEditor.react-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree. An additional grant
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*
9-
* @emails oncall+ui_infra
9+
* @emails oncall+draft_js
1010
* @format
1111
*/
1212

src/component/contents/DraftEditorBlock.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*
99
* @format
1010
* @flow
11+
* @emails oncall+draft_js
1112
*/
1213

1314
'use strict';

src/component/contents/DraftEditorContents-core.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*
99
* @format
1010
* @flow
11+
* @emails oncall+draft_js
1112
*/
1213

1314
'use strict';

src/component/contents/DraftEditorLeaf.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*
99
* @format
1010
* @flow
11+
* @emails oncall+draft_js
1112
*/
1213

1314
'use strict';

src/component/contents/DraftEditorTextNode.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*
99
* @format
1010
* @flow strict-local
11+
* @emails oncall+draft_js
1112
*/
1213

1314
'use strict';

0 commit comments

Comments
 (0)