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

Commit ee2e9c8

Browse files
rubennortefacebook-github-bot
authored andcommitted
Removed @providesModule tags and dependencies from draft-js
Summary: Removed providesModule from all files and configured Jest to work with global module names without the providesModule tag. Reviewed By: mjesun Differential Revision: D7788813 fbshipit-source-id: 89a7f3dfc10fae63c74711eab80a2c840806fb67
1 parent 7fddfcd commit ee2e9c8

File tree

183 files changed

+76
-181
lines changed

Some content is hidden

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

183 files changed

+76
-181
lines changed

examples/draft-0-10-0/playground/src/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* Copyright 2004-present Facebook. All Rights Reserved.
33
*
4-
* @providesModule DraftJsPlaygroundContainer.react
54
* @flow
65
* @format
76
*/

examples/draft-0-10-0/playground/src/DraftJsPlaygroundContainer.react.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* Copyright 2004-present Facebook. All Rights Reserved.
33
*
4-
* @providesModule DraftJsPlaygroundContainer.react
54
* @flow
65
* @format
76
*/

examples/draft-0-10-0/playground/src/DraftJsRichEditorExample.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* Copyright 2004-present Facebook. All Rights Reserved.
33
*
4-
* @providesModule DraftJsRichEditorExample.react
54
* @flow
65
* @format
76
*/

examples/draft-0-10-0/universal/client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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 Draft
109
*/
1110

1211
'use strict';

examples/draft-0-10-0/universal/editor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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 Draft
109
*/
1110

1211
'use strict';

examples/draft-0-10-0/universal/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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 Draft
109
*/
1110

1211
'use strict';

examples/draft-0-9-1/universal/client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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 Draft
109
*/
1110

1211
'use strict';

examples/draft-0-9-1/universal/editor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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 Draft
109
*/
1110

1211
'use strict';

meta/bundle-size-stats/Draft.js.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

meta/bundle-size-stats/Draft.min.js.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)