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

Commit 744af91

Browse files
samwgoldmanfacebook-github-bot
authored andcommitted
Deploy Flow v0.85 to www
Summary: The controller you requested could not be found. The controller you requested could not be found. The controller you requested could not be found. The controller you requested could not be found. The controller you requested could not be found. Reviewed By: panagosg7 Differential Revision: D12897571 fbshipit-source-id: 5362e2472cef0719f7294ccad9c516cf6862cdfa
1 parent 59dd225 commit 744af91

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/model/immutable/SampleDraftInlineStyle.js

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,44 @@
1616
const {OrderedSet} = require('immutable');
1717

1818
module.exports = {
19+
/* $FlowFixMe(>=0.85.0 site=www,mobile) This comment suppresses an error
20+
* found when Flow v0.85 was deployed. To see the error, delete this comment
21+
* and run Flow. */
1922
BOLD: OrderedSet.of('BOLD'),
23+
/* $FlowFixMe(>=0.85.0 site=www,mobile) This comment suppresses an error
24+
* found when Flow v0.85 was deployed. To see the error, delete this comment
25+
* and run Flow. */
2026
BOLD_ITALIC: OrderedSet.of('BOLD', 'ITALIC'),
27+
/* $FlowFixMe(>=0.85.0 site=www,mobile) This comment suppresses an error
28+
* found when Flow v0.85 was deployed. To see the error, delete this comment
29+
* and run Flow. */
2130
BOLD_ITALIC_UNDERLINE: OrderedSet.of('BOLD', 'ITALIC', 'UNDERLINE'),
31+
/* $FlowFixMe(>=0.85.0 site=www,mobile) This comment suppresses an error
32+
* found when Flow v0.85 was deployed. To see the error, delete this comment
33+
* and run Flow. */
2234
BOLD_UNDERLINE: OrderedSet.of('BOLD', 'UNDERLINE'),
35+
/* $FlowFixMe(>=0.85.0 site=www,mobile) This comment suppresses an error
36+
* found when Flow v0.85 was deployed. To see the error, delete this comment
37+
* and run Flow. */
2338
CODE: OrderedSet.of('CODE'),
39+
/* $FlowFixMe(>=0.85.0 site=www,mobile) This comment suppresses an error
40+
* found when Flow v0.85 was deployed. To see the error, delete this comment
41+
* and run Flow. */
2442
ITALIC: OrderedSet.of('ITALIC'),
43+
/* $FlowFixMe(>=0.85.0 site=www,mobile) This comment suppresses an error
44+
* found when Flow v0.85 was deployed. To see the error, delete this comment
45+
* and run Flow. */
2546
ITALIC_UNDERLINE: OrderedSet.of('ITALIC', 'UNDERLINE'),
47+
/* $FlowFixMe(>=0.85.0 site=www,mobile) This comment suppresses an error
48+
* found when Flow v0.85 was deployed. To see the error, delete this comment
49+
* and run Flow. */
2650
NONE: OrderedSet(),
51+
/* $FlowFixMe(>=0.85.0 site=www,mobile) This comment suppresses an error
52+
* found when Flow v0.85 was deployed. To see the error, delete this comment
53+
* and run Flow. */
2754
STRIKETHROUGH: OrderedSet.of('STRIKETHROUGH'),
55+
/* $FlowFixMe(>=0.85.0 site=www,mobile) This comment suppresses an error
56+
* found when Flow v0.85 was deployed. To see the error, delete this comment
57+
* and run Flow. */
2858
UNDERLINE: OrderedSet.of('UNDERLINE'),
2959
};

0 commit comments

Comments
 (0)