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

Commit 4c4465f

Browse files
rubennortefacebook-github-bot
authored andcommitted
Add @providesModule back to draft-js modules
Summary: Added providesModule back to draft-js modules to unbreak the build. Reviewed By: arcanis Differential Revision: D7535532 fbshipit-source-id: 2d87637b97c99c40856c022bbdb3f18cd42bdf59
1 parent 293f262 commit 4c4465f

File tree

152 files changed

+152
-0
lines changed

Some content is hidden

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

152 files changed

+152
-0
lines changed

src/component/base/DraftEditor.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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+
* @providesModule DraftEditor.react
910
* @format
1011
* @flow
1112
* @preventMunge

src/component/base/DraftEditorPlaceholder.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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+
* @providesModule DraftEditorPlaceholder.react
910
* @format
1011
* @flow
1112
*/

src/component/base/DraftEditorProps.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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+
* @providesModule DraftEditorProps
910
* @format
1011
* @flow
1112
*/

src/component/base/DraftScrollPosition.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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+
* @providesModule DraftScrollPosition
910
* @format
1011
* @flow strict
1112
*/

src/component/base/DraftTextAlignment.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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+
* @providesModule DraftTextAlignment
910
* @format
1011
* @flow strict
1112
*/

src/component/contents/DraftEditorBlock.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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+
* @providesModule DraftEditorBlock.react
910
* @format
1011
* @flow
1112
*/

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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+
* @providesModule DraftEditorContents-core.react
910
* @format
1011
* @flow
1112
*/

src/component/contents/DraftEditorLeaf.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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+
* @providesModule DraftEditorLeaf.react
910
* @format
1011
* @flow
1112
*/

src/component/contents/DraftEditorTextNode.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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+
* @providesModule DraftEditorTextNode.react
910
* @format
1011
* @flow
1112
*/

src/component/contents/exploration/DraftEditorBlockNode.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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+
* @providesModule DraftEditorBlockNode.react
910
* @format
1011
* @flow
1112
*

0 commit comments

Comments
 (0)