From a23a3c319c7452e5f58d38f067c22dae65d5b84b Mon Sep 17 00:00:00 2001 From: Bhuwan Khattar Date: Sat, 25 Feb 2017 03:05:32 -0800 Subject: [PATCH] Add @providesModule annotations Summary: Adding providesModule annotations to files that don't have a `providesModule` annotation but are in directories that packager crawls. Reviewed By: cpojer Differential Revision: D4612455 fbshipit-source-id: b23f0d6bbe2d26f480e93b56b67c6c8b1075e9f7 --- Examples/Movies/MovieCell.js | 1 + Examples/Movies/MovieScreen.js | 1 + Examples/Movies/SearchScreen.js | 1 + Examples/Movies/getImageSource.js | 1 + Examples/Movies/getStyleFromScore.js | 1 + Examples/Movies/getTextFromScore.js | 1 + .../js/AccessibilityAndroidExample.android.js | 1 + .../UIExplorer/js/AccessibilityIOSExample.js | 1 + .../UIExplorer/js/ActionSheetIOSExample.js | 1 + .../UIExplorer/js/ActivityIndicatorExample.js | 1 + Examples/UIExplorer/js/AdSupportIOSExample.js | 1 + Examples/UIExplorer/js/AlertExample.js | 1 + Examples/UIExplorer/js/AlertIOSExample.js | 1 + Examples/UIExplorer/js/AnimatedExample.js | 1 + .../UIExplorer/js/AssetScaledImageExample.js | 1 + Examples/UIExplorer/js/AsyncStorageExample.js | 1 + Examples/UIExplorer/js/BorderExample.js | 1 + Examples/UIExplorer/js/BoxShadowExample.js | 1 + Examples/UIExplorer/js/ButtonExample.js | 1 + Examples/UIExplorer/js/CameraRollExample.js | 1 + Examples/UIExplorer/js/ClipboardExample.js | 1 + .../UIExplorer/js/DatePickerAndroidExample.js | 1 + .../UIExplorer/js/DatePickerIOSExample.js | 1 + Examples/UIExplorer/js/FlatListExample.js | 1 + Examples/UIExplorer/js/GeolocationExample.js | 1 + Examples/UIExplorer/js/ImageEditingExample.js | 1 + Examples/UIExplorer/js/ImageExample.js | 1 + .../UIExplorer/js/LayoutAnimationExample.js | 1 + Examples/UIExplorer/js/LayoutEventsExample.js | 1 + Examples/UIExplorer/js/LayoutExample.js | 1 + Examples/UIExplorer/js/LinkingExample.js | 1 + Examples/UIExplorer/js/ListExampleShared.js | 1 + Examples/UIExplorer/js/ListViewExample.js | 1 + .../js/ListViewGridLayoutExample.js | 1 + Examples/UIExplorer/js/MapViewExample.js | 1 + Examples/UIExplorer/js/ModalExample.js | 1 + Examples/UIExplorer/js/MultiColumnExample.js | 1 + .../UIExplorer/js/NativeAnimationsExample.js | 1 + ...CardStack-NavigationHeader-Tabs-example.js | 1 + .../NavigationCardStack-NoGesture-example.js | 4 ++- .../NavigationCardStack-example.js | 3 ++- .../NavigationExampleRow.js | 3 ++- .../NavigationExperimentalExample.js | 3 ++- ...gationTransitioner-AnimatedView-example.js | 1 + ...Transitioner-AnimatedView-pager-example.js | 1 + .../js/Navigator/BreadcrumbNavSample.js | 3 ++- .../js/Navigator/JumpingNavSample.js | 3 ++- .../js/Navigator/NavigationBarSample.js | 3 ++- .../js/NavigatorIOSColorsExample.js | 3 ++- Examples/UIExplorer/js/NavigatorIOSExample.js | 1 + Examples/UIExplorer/js/NetInfoExample.js | 1 + Examples/UIExplorer/js/PanResponderExample.js | 1 + Examples/UIExplorer/js/PickerExample.js | 1 + Examples/UIExplorer/js/PickerIOSExample.js | 1 + .../UIExplorer/js/PointerEventsExample.js | 1 + .../js/ProgressBarAndroidExample.android.js | 1 + .../UIExplorer/js/ProgressViewIOSExample.js | 1 + .../js/PushNotificationIOSExample.js | 1 + .../UIExplorer/js/RCTRootViewIOSExample.js | 1 + Examples/UIExplorer/js/RTLExample.js | 1 + .../UIExplorer/js/RefreshControlExample.js | 27 ++++++++++--------- .../js/RootViewSizeFlexibilityExampleApp.js | 1 + Examples/UIExplorer/js/ScrollViewExample.js | 1 + .../UIExplorer/js/ScrollViewSimpleExample.js | 1 + Examples/UIExplorer/js/SectionListExample.js | 1 + .../js/SegmentedControlIOSExample.js | 1 + .../UIExplorer/js/SetPropertiesExampleApp.js | 1 + Examples/UIExplorer/js/ShareExample.js | 1 + Examples/UIExplorer/js/SliderExample.js | 1 + Examples/UIExplorer/js/SnapshotExample.js | 1 + Examples/UIExplorer/js/StatusBarExample.js | 1 + .../UIExplorer/js/SwipeableListViewExample.js | 1 + Examples/UIExplorer/js/SwitchExample.js | 1 + Examples/UIExplorer/js/TabBarIOSExample.js | 1 + Examples/UIExplorer/js/TextExample.android.js | 1 + Examples/UIExplorer/js/TextExample.ios.js | 1 + .../UIExplorer/js/TextInputExample.android.js | 1 + .../UIExplorer/js/TextInputExample.ios.js | 1 + .../UIExplorer/js/TimePickerAndroidExample.js | 1 + Examples/UIExplorer/js/TimerExample.js | 1 + .../js/ToastAndroidExample.android.js | 1 + .../js/ToolbarAndroidExample.android.js | 1 + Examples/UIExplorer/js/TouchableExample.js | 1 + Examples/UIExplorer/js/TransformExample.js | 1 + .../js/TransparentHitTestExample.js | 1 + Examples/UIExplorer/js/UIExplorerActions.js | 1 + Examples/UIExplorer/js/UIExplorerButton.js | 1 + .../UIExplorer/js/UIExplorerExampleList.js | 1 + .../UIExplorer/js/UIExplorerList.android.js | 1 + Examples/UIExplorer/js/UIExplorerList.ios.js | 1 + .../js/UIExplorerNavigationReducer.js | 1 + .../UIExplorer/js/UIExplorerStatePersister.js | 1 + .../UIExplorer/js/UIExplorerStateTitleMap.js | 1 + Examples/UIExplorer/js/URIActionMap.js | 1 + Examples/UIExplorer/js/VibrationExample.js | 1 + Examples/UIExplorer/js/VibrationIOSExample.js | 1 + Examples/UIExplorer/js/ViewExample.js | 1 + .../js/ViewPagerAndroidExample.android.js | 1 + Examples/UIExplorer/js/WebSocketExample.js | 1 + Examples/UIExplorer/js/WebViewExample.js | 1 + Examples/UIExplorer/js/XHRExample.js | 1 + .../UIExplorer/js/XHRExampleBinaryUpload.js | 1 + Examples/UIExplorer/js/XHRExampleCookies.js | 1 + Examples/UIExplorer/js/XHRExampleDownload.js | 1 + Examples/UIExplorer/js/XHRExampleFetch.js | 1 + Examples/UIExplorer/js/XHRExampleFormData.js | 1 + Examples/UIExplorer/js/XHRExampleHeaders.js | 1 + Examples/UIExplorer/js/XHRExampleOnTimeOut.js | 1 + Examples/UIExplorer/js/http_test_server.js | 1 + .../UIExplorer/js/websocket_test_server.js | 1 + IntegrationTests/AsyncStorageTest.js | 1 + IntegrationTests/ImageCachePolicyTest.js | 1 + IntegrationTests/ImageSnapshotTest.js | 1 + .../IntegrationTestHarnessTest.js | 1 + IntegrationTests/IntegrationTestsApp.js | 1 + IntegrationTests/PromiseTest.js | 1 + IntegrationTests/PropertiesUpdateTest.js | 1 + .../ReactContentSizeUpdateTest.js | 1 + IntegrationTests/SimpleSnapshotTest.js | 1 + IntegrationTests/SizeFlexibilityUpdateTest.js | 1 + IntegrationTests/TimersTest.js | 1 + IntegrationTests/WebSocketTest.js | 1 + .../websocket_integration_test_server.js | 1 + Libraries/Animated/release/gulpfile.js | 1 + Libraries/Animated/src/AnimatedWeb.js | 1 + .../react-native/react-native-interface.js | 1 + ReactAndroid/src/androidTest/js/TestBundle.js | 1 + 127 files changed, 149 insertions(+), 21 deletions(-) diff --git a/Examples/Movies/MovieCell.js b/Examples/Movies/MovieCell.js index cdb17403844..d67c777eb56 100644 --- a/Examples/Movies/MovieCell.js +++ b/Examples/Movies/MovieCell.js @@ -12,6 +12,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule MovieCell */ 'use strict'; diff --git a/Examples/Movies/MovieScreen.js b/Examples/Movies/MovieScreen.js index e6c5fc5f7bf..2f013f08ed8 100644 --- a/Examples/Movies/MovieScreen.js +++ b/Examples/Movies/MovieScreen.js @@ -12,6 +12,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule MovieScreen */ 'use strict'; diff --git a/Examples/Movies/SearchScreen.js b/Examples/Movies/SearchScreen.js index d45ddf1a29e..316b974e5ae 100644 --- a/Examples/Movies/SearchScreen.js +++ b/Examples/Movies/SearchScreen.js @@ -12,6 +12,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule SearchScreen */ 'use strict'; diff --git a/Examples/Movies/getImageSource.js b/Examples/Movies/getImageSource.js index 29ec4549ef1..d2332625e6b 100644 --- a/Examples/Movies/getImageSource.js +++ b/Examples/Movies/getImageSource.js @@ -12,6 +12,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule getImageSource */ 'use strict'; diff --git a/Examples/Movies/getStyleFromScore.js b/Examples/Movies/getStyleFromScore.js index a432be9bd5e..553c0002b12 100644 --- a/Examples/Movies/getStyleFromScore.js +++ b/Examples/Movies/getStyleFromScore.js @@ -12,6 +12,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule getStyleFromScore */ 'use strict'; diff --git a/Examples/Movies/getTextFromScore.js b/Examples/Movies/getTextFromScore.js index 9593461b2ef..f36c22e3283 100644 --- a/Examples/Movies/getTextFromScore.js +++ b/Examples/Movies/getTextFromScore.js @@ -12,6 +12,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule getTextFromScore */ 'use strict'; diff --git a/Examples/UIExplorer/js/AccessibilityAndroidExample.android.js b/Examples/UIExplorer/js/AccessibilityAndroidExample.android.js index 2b5db7723d5..d2097a96aa2 100644 --- a/Examples/UIExplorer/js/AccessibilityAndroidExample.android.js +++ b/Examples/UIExplorer/js/AccessibilityAndroidExample.android.js @@ -18,6 +18,7 @@ * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * + * @providesModule AccessibilityAndroidExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/AccessibilityIOSExample.js b/Examples/UIExplorer/js/AccessibilityIOSExample.js index 59e5039a8b5..dee51d7e1a3 100644 --- a/Examples/UIExplorer/js/AccessibilityIOSExample.js +++ b/Examples/UIExplorer/js/AccessibilityIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule AccessibilityIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ActionSheetIOSExample.js b/Examples/UIExplorer/js/ActionSheetIOSExample.js index c6f9232035d..43a921e99c0 100644 --- a/Examples/UIExplorer/js/ActionSheetIOSExample.js +++ b/Examples/UIExplorer/js/ActionSheetIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ActionSheetIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ActivityIndicatorExample.js b/Examples/UIExplorer/js/ActivityIndicatorExample.js index ed13fa61777..2d2c2bb5c8a 100644 --- a/Examples/UIExplorer/js/ActivityIndicatorExample.js +++ b/Examples/UIExplorer/js/ActivityIndicatorExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ActivityIndicatorExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/AdSupportIOSExample.js b/Examples/UIExplorer/js/AdSupportIOSExample.js index 49baf7d7a65..5410b3d41b6 100644 --- a/Examples/UIExplorer/js/AdSupportIOSExample.js +++ b/Examples/UIExplorer/js/AdSupportIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule AdSupportIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/AlertExample.js b/Examples/UIExplorer/js/AlertExample.js index 553bb0f36e2..92a0668e504 100644 --- a/Examples/UIExplorer/js/AlertExample.js +++ b/Examples/UIExplorer/js/AlertExample.js @@ -18,6 +18,7 @@ * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * + * @providesModule AlertExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/AlertIOSExample.js b/Examples/UIExplorer/js/AlertIOSExample.js index 36f82658026..023e2acf0c5 100644 --- a/Examples/UIExplorer/js/AlertIOSExample.js +++ b/Examples/UIExplorer/js/AlertIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule AlertIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/AnimatedExample.js b/Examples/UIExplorer/js/AnimatedExample.js index 461fd62ac32..0eec072d857 100644 --- a/Examples/UIExplorer/js/AnimatedExample.js +++ b/Examples/UIExplorer/js/AnimatedExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule AnimatedExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/AssetScaledImageExample.js b/Examples/UIExplorer/js/AssetScaledImageExample.js index 685ea42d0ce..8b7349e06e7 100644 --- a/Examples/UIExplorer/js/AssetScaledImageExample.js +++ b/Examples/UIExplorer/js/AssetScaledImageExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule AssetScaledImageExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/AsyncStorageExample.js b/Examples/UIExplorer/js/AsyncStorageExample.js index 38ffc4f118f..5bd481ed60a 100644 --- a/Examples/UIExplorer/js/AsyncStorageExample.js +++ b/Examples/UIExplorer/js/AsyncStorageExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule AsyncStorageExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/BorderExample.js b/Examples/UIExplorer/js/BorderExample.js index f68a81fc061..f95cef22d2a 100644 --- a/Examples/UIExplorer/js/BorderExample.js +++ b/Examples/UIExplorer/js/BorderExample.js @@ -17,6 +17,7 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * @providesModule BorderExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/BoxShadowExample.js b/Examples/UIExplorer/js/BoxShadowExample.js index 90e40af2544..0a035f5b458 100644 --- a/Examples/UIExplorer/js/BoxShadowExample.js +++ b/Examples/UIExplorer/js/BoxShadowExample.js @@ -17,6 +17,7 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * @providesModule BoxShadowExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ButtonExample.js b/Examples/UIExplorer/js/ButtonExample.js index b84b3ecbd11..7630d3935ad 100644 --- a/Examples/UIExplorer/js/ButtonExample.js +++ b/Examples/UIExplorer/js/ButtonExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ButtonExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/CameraRollExample.js b/Examples/UIExplorer/js/CameraRollExample.js index 781fbd86100..109bdc33dc5 100644 --- a/Examples/UIExplorer/js/CameraRollExample.js +++ b/Examples/UIExplorer/js/CameraRollExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule CameraRollExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ClipboardExample.js b/Examples/UIExplorer/js/ClipboardExample.js index 808fa54b121..56c58930237 100644 --- a/Examples/UIExplorer/js/ClipboardExample.js +++ b/Examples/UIExplorer/js/ClipboardExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ClipboardExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/DatePickerAndroidExample.js b/Examples/UIExplorer/js/DatePickerAndroidExample.js index f5440aefd87..8996471a6fd 100644 --- a/Examples/UIExplorer/js/DatePickerAndroidExample.js +++ b/Examples/UIExplorer/js/DatePickerAndroidExample.js @@ -17,6 +17,7 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * @providesModule DatePickerAndroidExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/DatePickerIOSExample.js b/Examples/UIExplorer/js/DatePickerIOSExample.js index 6daba2e78d5..edd9dab1bc8 100644 --- a/Examples/UIExplorer/js/DatePickerIOSExample.js +++ b/Examples/UIExplorer/js/DatePickerIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule DatePickerIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/FlatListExample.js b/Examples/UIExplorer/js/FlatListExample.js index 73ebf248879..d2d2fc02855 100644 --- a/Examples/UIExplorer/js/FlatListExample.js +++ b/Examples/UIExplorer/js/FlatListExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule FlatListExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/GeolocationExample.js b/Examples/UIExplorer/js/GeolocationExample.js index 559172840a7..43e6ccaa6f3 100644 --- a/Examples/UIExplorer/js/GeolocationExample.js +++ b/Examples/UIExplorer/js/GeolocationExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule GeolocationExample */ /* eslint no-console: 0 */ 'use strict'; diff --git a/Examples/UIExplorer/js/ImageEditingExample.js b/Examples/UIExplorer/js/ImageEditingExample.js index 48133518343..dc6953e1e65 100644 --- a/Examples/UIExplorer/js/ImageEditingExample.js +++ b/Examples/UIExplorer/js/ImageEditingExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ImageEditingExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ImageExample.js b/Examples/UIExplorer/js/ImageExample.js index d0951ed302c..04f7437f807 100644 --- a/Examples/UIExplorer/js/ImageExample.js +++ b/Examples/UIExplorer/js/ImageExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ImageExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/LayoutAnimationExample.js b/Examples/UIExplorer/js/LayoutAnimationExample.js index d3836b86e70..e175bbdeea0 100644 --- a/Examples/UIExplorer/js/LayoutAnimationExample.js +++ b/Examples/UIExplorer/js/LayoutAnimationExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule LayoutAnimationExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/LayoutEventsExample.js b/Examples/UIExplorer/js/LayoutEventsExample.js index 2901f6a984b..322e32f9ae4 100644 --- a/Examples/UIExplorer/js/LayoutEventsExample.js +++ b/Examples/UIExplorer/js/LayoutEventsExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule LayoutEventsExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/LayoutExample.js b/Examples/UIExplorer/js/LayoutExample.js index 9d99e9386e9..9548ab9b10c 100644 --- a/Examples/UIExplorer/js/LayoutExample.js +++ b/Examples/UIExplorer/js/LayoutExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule LayoutExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/LinkingExample.js b/Examples/UIExplorer/js/LinkingExample.js index ff0a4900e10..ae2de7b1216 100644 --- a/Examples/UIExplorer/js/LinkingExample.js +++ b/Examples/UIExplorer/js/LinkingExample.js @@ -17,6 +17,7 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * @providesModule LinkingExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ListExampleShared.js b/Examples/UIExplorer/js/ListExampleShared.js index 82bd6227e7a..173fe3f77f0 100644 --- a/Examples/UIExplorer/js/ListExampleShared.js +++ b/Examples/UIExplorer/js/ListExampleShared.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ListExampleShared */ 'use strict'; diff --git a/Examples/UIExplorer/js/ListViewExample.js b/Examples/UIExplorer/js/ListViewExample.js index ed79dcf84b3..ae2d18179bf 100644 --- a/Examples/UIExplorer/js/ListViewExample.js +++ b/Examples/UIExplorer/js/ListViewExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ListViewExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ListViewGridLayoutExample.js b/Examples/UIExplorer/js/ListViewGridLayoutExample.js index 4ef2a110d9a..988ef34d4d3 100644 --- a/Examples/UIExplorer/js/ListViewGridLayoutExample.js +++ b/Examples/UIExplorer/js/ListViewGridLayoutExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ListViewGridLayoutExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/MapViewExample.js b/Examples/UIExplorer/js/MapViewExample.js index cb2f849d9a6..d2143eec277 100644 --- a/Examples/UIExplorer/js/MapViewExample.js +++ b/Examples/UIExplorer/js/MapViewExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule MapViewExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ModalExample.js b/Examples/UIExplorer/js/ModalExample.js index 458ae1ed455..d2a3012014c 100644 --- a/Examples/UIExplorer/js/ModalExample.js +++ b/Examples/UIExplorer/js/ModalExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ModalExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/MultiColumnExample.js b/Examples/UIExplorer/js/MultiColumnExample.js index 14f67397917..8ec0ff59091 100644 --- a/Examples/UIExplorer/js/MultiColumnExample.js +++ b/Examples/UIExplorer/js/MultiColumnExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule MultiColumnExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/NativeAnimationsExample.js b/Examples/UIExplorer/js/NativeAnimationsExample.js index 25c6fd261ff..a45986ee9a8 100644 --- a/Examples/UIExplorer/js/NativeAnimationsExample.js +++ b/Examples/UIExplorer/js/NativeAnimationsExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule NativeAnimationsExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-NavigationHeader-Tabs-example.js b/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-NavigationHeader-Tabs-example.js index 6108219295b..8b6ca53ad82 100644 --- a/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-NavigationHeader-Tabs-example.js +++ b/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-NavigationHeader-Tabs-example.js @@ -27,6 +27,7 @@ const ReactNative = require('react-native'); /** * Basic example that shows how to use to build * an app with composite navigation system. + * @providesModule NavigationCardStack-NavigationHeader-Tabs-example */ const { diff --git a/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-NoGesture-example.js b/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-NoGesture-example.js index 58a75d71dc1..4d62aaa9fbd 100644 --- a/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-NoGesture-example.js +++ b/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-NoGesture-example.js @@ -17,7 +17,9 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ + * + * @providesModule NavigationCardStack-NoGesture-example + */ 'use strict'; const NavigationExampleRow = require('./NavigationExampleRow'); diff --git a/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-example.js b/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-example.js index bf5decac2d8..1029644a026 100644 --- a/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-example.js +++ b/Examples/UIExplorer/js/NavigationExperimental/NavigationCardStack-example.js @@ -17,7 +17,8 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ + * @providesModule NavigationCardStack-example + */ 'use strict'; const NavigationExampleRow = require('./NavigationExampleRow'); diff --git a/Examples/UIExplorer/js/NavigationExperimental/NavigationExampleRow.js b/Examples/UIExplorer/js/NavigationExperimental/NavigationExampleRow.js index e0629506aa0..5faf80427b6 100644 --- a/Examples/UIExplorer/js/NavigationExperimental/NavigationExampleRow.js +++ b/Examples/UIExplorer/js/NavigationExperimental/NavigationExampleRow.js @@ -17,7 +17,8 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ + * @providesModule NavigationExampleRow + */ 'use strict'; var React = require('react'); diff --git a/Examples/UIExplorer/js/NavigationExperimental/NavigationExperimentalExample.js b/Examples/UIExplorer/js/NavigationExperimental/NavigationExperimentalExample.js index d392d3e5359..8b6da3af024 100644 --- a/Examples/UIExplorer/js/NavigationExperimental/NavigationExperimentalExample.js +++ b/Examples/UIExplorer/js/NavigationExperimental/NavigationExperimentalExample.js @@ -17,7 +17,8 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ + * @providesModule NavigationExperimentalExample + */ 'use strict'; const AsyncStorage = require('AsyncStorage'); diff --git a/Examples/UIExplorer/js/NavigationExperimental/NavigationTransitioner-AnimatedView-example.js b/Examples/UIExplorer/js/NavigationExperimental/NavigationTransitioner-AnimatedView-example.js index 41d4d78d2ab..b408251c0f7 100644 --- a/Examples/UIExplorer/js/NavigationExperimental/NavigationTransitioner-AnimatedView-example.js +++ b/Examples/UIExplorer/js/NavigationExperimental/NavigationTransitioner-AnimatedView-example.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule NavigationTransitioner-AnimatedView-example */ 'use strict'; diff --git a/Examples/UIExplorer/js/NavigationExperimental/NavigationTransitioner-AnimatedView-pager-example.js b/Examples/UIExplorer/js/NavigationExperimental/NavigationTransitioner-AnimatedView-pager-example.js index 394efbf5ea0..755a9b2df0c 100644 --- a/Examples/UIExplorer/js/NavigationExperimental/NavigationTransitioner-AnimatedView-pager-example.js +++ b/Examples/UIExplorer/js/NavigationExperimental/NavigationTransitioner-AnimatedView-pager-example.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule NavigationTransitioner-AnimatedView-pager-example */ 'use strict'; diff --git a/Examples/UIExplorer/js/Navigator/BreadcrumbNavSample.js b/Examples/UIExplorer/js/Navigator/BreadcrumbNavSample.js index c42e505d993..df8c065f450 100644 --- a/Examples/UIExplorer/js/Navigator/BreadcrumbNavSample.js +++ b/Examples/UIExplorer/js/Navigator/BreadcrumbNavSample.js @@ -17,7 +17,8 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ + * @providesModule BreadcrumbNavSample + */ 'use strict'; var React = require('react'); diff --git a/Examples/UIExplorer/js/Navigator/JumpingNavSample.js b/Examples/UIExplorer/js/Navigator/JumpingNavSample.js index 805240f14c2..c4e1a502772 100644 --- a/Examples/UIExplorer/js/Navigator/JumpingNavSample.js +++ b/Examples/UIExplorer/js/Navigator/JumpingNavSample.js @@ -17,7 +17,8 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ + * @providesModule JumpingNavSample + */ 'use strict'; var React = require('react'); diff --git a/Examples/UIExplorer/js/Navigator/NavigationBarSample.js b/Examples/UIExplorer/js/Navigator/NavigationBarSample.js index ee8118d0c62..5d767c7c793 100644 --- a/Examples/UIExplorer/js/Navigator/NavigationBarSample.js +++ b/Examples/UIExplorer/js/Navigator/NavigationBarSample.js @@ -17,7 +17,8 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ + * @providesModule NavigationBarSample + */ 'use strict'; diff --git a/Examples/UIExplorer/js/NavigatorIOSColorsExample.js b/Examples/UIExplorer/js/NavigatorIOSColorsExample.js index aa6db47ba5d..18ef3010dc3 100644 --- a/Examples/UIExplorer/js/NavigatorIOSColorsExample.js +++ b/Examples/UIExplorer/js/NavigatorIOSColorsExample.js @@ -17,7 +17,8 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ + * @providesModule NavigatorIOSColorsExample + */ 'use strict'; var React = require('react'); diff --git a/Examples/UIExplorer/js/NavigatorIOSExample.js b/Examples/UIExplorer/js/NavigatorIOSExample.js index 224b280fd1e..71cbb1ee94e 100644 --- a/Examples/UIExplorer/js/NavigatorIOSExample.js +++ b/Examples/UIExplorer/js/NavigatorIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule NavigatorIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/NetInfoExample.js b/Examples/UIExplorer/js/NetInfoExample.js index e86929fc4ce..6c4542a1901 100644 --- a/Examples/UIExplorer/js/NetInfoExample.js +++ b/Examples/UIExplorer/js/NetInfoExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule NetInfoExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/PanResponderExample.js b/Examples/UIExplorer/js/PanResponderExample.js index b042b7f8e6d..474cabc3795 100644 --- a/Examples/UIExplorer/js/PanResponderExample.js +++ b/Examples/UIExplorer/js/PanResponderExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow weak + * @providesModule PanResponderExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/PickerExample.js b/Examples/UIExplorer/js/PickerExample.js index 7c225f7e0c5..c5bf301032c 100644 --- a/Examples/UIExplorer/js/PickerExample.js +++ b/Examples/UIExplorer/js/PickerExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule PickerExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/PickerIOSExample.js b/Examples/UIExplorer/js/PickerIOSExample.js index ec2fe0ff980..63716a19d88 100644 --- a/Examples/UIExplorer/js/PickerIOSExample.js +++ b/Examples/UIExplorer/js/PickerIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule PickerIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/PointerEventsExample.js b/Examples/UIExplorer/js/PointerEventsExample.js index 3ab91150953..c98bb7b9612 100644 --- a/Examples/UIExplorer/js/PointerEventsExample.js +++ b/Examples/UIExplorer/js/PointerEventsExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule PointerEventsExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ProgressBarAndroidExample.android.js b/Examples/UIExplorer/js/ProgressBarAndroidExample.android.js index 4570d262dfe..82e8c0e65ae 100644 --- a/Examples/UIExplorer/js/ProgressBarAndroidExample.android.js +++ b/Examples/UIExplorer/js/ProgressBarAndroidExample.android.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ProgressBarAndroidExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ProgressViewIOSExample.js b/Examples/UIExplorer/js/ProgressViewIOSExample.js index 9967d0ff741..b97d7fcf5f6 100644 --- a/Examples/UIExplorer/js/ProgressViewIOSExample.js +++ b/Examples/UIExplorer/js/ProgressViewIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ProgressViewIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/PushNotificationIOSExample.js b/Examples/UIExplorer/js/PushNotificationIOSExample.js index eed4c7a7042..150675d19c1 100644 --- a/Examples/UIExplorer/js/PushNotificationIOSExample.js +++ b/Examples/UIExplorer/js/PushNotificationIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule PushNotificationIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/RCTRootViewIOSExample.js b/Examples/UIExplorer/js/RCTRootViewIOSExample.js index fadbb293a9b..ef83eb8192a 100644 --- a/Examples/UIExplorer/js/RCTRootViewIOSExample.js +++ b/Examples/UIExplorer/js/RCTRootViewIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule RCTRootViewIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/RTLExample.js b/Examples/UIExplorer/js/RTLExample.js index 38dcba13a34..ffdd8532c9f 100644 --- a/Examples/UIExplorer/js/RTLExample.js +++ b/Examples/UIExplorer/js/RTLExample.js @@ -24,6 +24,7 @@ * - two custom examples for RTL design * * @flow + * @providesModule RTLExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/RefreshControlExample.js b/Examples/UIExplorer/js/RefreshControlExample.js index 52da179f786..f8f79eb70f7 100644 --- a/Examples/UIExplorer/js/RefreshControlExample.js +++ b/Examples/UIExplorer/js/RefreshControlExample.js @@ -6,19 +6,20 @@ * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * -* The examples provided by Facebook are for non-commercial testing and -* evaluation purposes only. -* -* Facebook reserves all rights not expressly granted. -* -* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -* FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL -* FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN -* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -* -*/ + * The examples provided by Facebook are for non-commercial testing and + * evaluation purposes only. + * + * Facebook reserves all rights not expressly granted. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL + * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * + * @providesModule RefreshControlExample + */ 'use strict'; const React = require('react'); diff --git a/Examples/UIExplorer/js/RootViewSizeFlexibilityExampleApp.js b/Examples/UIExplorer/js/RootViewSizeFlexibilityExampleApp.js index 4fe03451b33..0f2b88ab387 100644 --- a/Examples/UIExplorer/js/RootViewSizeFlexibilityExampleApp.js +++ b/Examples/UIExplorer/js/RootViewSizeFlexibilityExampleApp.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule RootViewSizeFlexibilityExampleApp */ 'use strict'; diff --git a/Examples/UIExplorer/js/ScrollViewExample.js b/Examples/UIExplorer/js/ScrollViewExample.js index 9fd91f56370..37aa60f5c35 100644 --- a/Examples/UIExplorer/js/ScrollViewExample.js +++ b/Examples/UIExplorer/js/ScrollViewExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ScrollViewExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ScrollViewSimpleExample.js b/Examples/UIExplorer/js/ScrollViewSimpleExample.js index 2c2e85b4eb1..7e3e1f35fdd 100644 --- a/Examples/UIExplorer/js/ScrollViewSimpleExample.js +++ b/Examples/UIExplorer/js/ScrollViewSimpleExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ScrollViewSimpleExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/SectionListExample.js b/Examples/UIExplorer/js/SectionListExample.js index 60135062d31..043d6ca15ee 100644 --- a/Examples/UIExplorer/js/SectionListExample.js +++ b/Examples/UIExplorer/js/SectionListExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule SectionListExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/SegmentedControlIOSExample.js b/Examples/UIExplorer/js/SegmentedControlIOSExample.js index 50dbd93f179..7a08a44d4cf 100644 --- a/Examples/UIExplorer/js/SegmentedControlIOSExample.js +++ b/Examples/UIExplorer/js/SegmentedControlIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule SegmentedControlIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/SetPropertiesExampleApp.js b/Examples/UIExplorer/js/SetPropertiesExampleApp.js index db17baaa927..911688089da 100644 --- a/Examples/UIExplorer/js/SetPropertiesExampleApp.js +++ b/Examples/UIExplorer/js/SetPropertiesExampleApp.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule SetPropertiesExampleApp */ 'use strict'; diff --git a/Examples/UIExplorer/js/ShareExample.js b/Examples/UIExplorer/js/ShareExample.js index 4a2f2b84d3e..a4a5930627e 100644 --- a/Examples/UIExplorer/js/ShareExample.js +++ b/Examples/UIExplorer/js/ShareExample.js @@ -12,6 +12,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ShareExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/SliderExample.js b/Examples/UIExplorer/js/SliderExample.js index 82cfb206b40..497dcdc2362 100644 --- a/Examples/UIExplorer/js/SliderExample.js +++ b/Examples/UIExplorer/js/SliderExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule SliderExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/SnapshotExample.js b/Examples/UIExplorer/js/SnapshotExample.js index 7f614baeaca..744e594405e 100644 --- a/Examples/UIExplorer/js/SnapshotExample.js +++ b/Examples/UIExplorer/js/SnapshotExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule SnapshotExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/StatusBarExample.js b/Examples/UIExplorer/js/StatusBarExample.js index 8c60b22ba8f..c85a20040c0 100644 --- a/Examples/UIExplorer/js/StatusBarExample.js +++ b/Examples/UIExplorer/js/StatusBarExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule StatusBarExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/SwipeableListViewExample.js b/Examples/UIExplorer/js/SwipeableListViewExample.js index 1ebbbbc043a..5d9ad7e63b1 100644 --- a/Examples/UIExplorer/js/SwipeableListViewExample.js +++ b/Examples/UIExplorer/js/SwipeableListViewExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule SwipeableListViewExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/SwitchExample.js b/Examples/UIExplorer/js/SwitchExample.js index 3e0c234871a..da59c5d8561 100644 --- a/Examples/UIExplorer/js/SwitchExample.js +++ b/Examples/UIExplorer/js/SwitchExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule SwitchExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/TabBarIOSExample.js b/Examples/UIExplorer/js/TabBarIOSExample.js index 5bb746260dd..f6426cabe8b 100644 --- a/Examples/UIExplorer/js/TabBarIOSExample.js +++ b/Examples/UIExplorer/js/TabBarIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule TabBarIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/TextExample.android.js b/Examples/UIExplorer/js/TextExample.android.js index 2ac11e035b5..f157f9e584f 100644 --- a/Examples/UIExplorer/js/TextExample.android.js +++ b/Examples/UIExplorer/js/TextExample.android.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule TextExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/TextExample.ios.js b/Examples/UIExplorer/js/TextExample.ios.js index 0f113ef579f..941b1202408 100644 --- a/Examples/UIExplorer/js/TextExample.ios.js +++ b/Examples/UIExplorer/js/TextExample.ios.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule TextExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/TextInputExample.android.js b/Examples/UIExplorer/js/TextInputExample.android.js index 660366de5c2..5f253e39b97 100644 --- a/Examples/UIExplorer/js/TextInputExample.android.js +++ b/Examples/UIExplorer/js/TextInputExample.android.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule TextInputExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/TextInputExample.ios.js b/Examples/UIExplorer/js/TextInputExample.ios.js index 2a8e62f7d64..f6499160448 100644 --- a/Examples/UIExplorer/js/TextInputExample.ios.js +++ b/Examples/UIExplorer/js/TextInputExample.ios.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule TextInputExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/TimePickerAndroidExample.js b/Examples/UIExplorer/js/TimePickerAndroidExample.js index 91b32112592..955209d75e8 100644 --- a/Examples/UIExplorer/js/TimePickerAndroidExample.js +++ b/Examples/UIExplorer/js/TimePickerAndroidExample.js @@ -17,6 +17,7 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + * @providesModule TimePickerAndroidExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/TimerExample.js b/Examples/UIExplorer/js/TimerExample.js index 989361316c2..c24ca6864e1 100644 --- a/Examples/UIExplorer/js/TimerExample.js +++ b/Examples/UIExplorer/js/TimerExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule TimerExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ToastAndroidExample.android.js b/Examples/UIExplorer/js/ToastAndroidExample.android.js index d15898eeaf0..35e6e8b9ca0 100644 --- a/Examples/UIExplorer/js/ToastAndroidExample.android.js +++ b/Examples/UIExplorer/js/ToastAndroidExample.android.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ToastAndroidExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ToolbarAndroidExample.android.js b/Examples/UIExplorer/js/ToolbarAndroidExample.android.js index 942740175e2..5fc0c174eeb 100644 --- a/Examples/UIExplorer/js/ToolbarAndroidExample.android.js +++ b/Examples/UIExplorer/js/ToolbarAndroidExample.android.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ToolbarAndroidExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/TouchableExample.js b/Examples/UIExplorer/js/TouchableExample.js index 28a380d5f2c..9ae2f06e248 100644 --- a/Examples/UIExplorer/js/TouchableExample.js +++ b/Examples/UIExplorer/js/TouchableExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule TouchableExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/TransformExample.js b/Examples/UIExplorer/js/TransformExample.js index f6d02856611..ae396bf4f43 100644 --- a/Examples/UIExplorer/js/TransformExample.js +++ b/Examples/UIExplorer/js/TransformExample.js @@ -18,6 +18,7 @@ * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * @flow + * @providesModule TransformExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/TransparentHitTestExample.js b/Examples/UIExplorer/js/TransparentHitTestExample.js index 6c27477ea26..267e5abe47d 100644 --- a/Examples/UIExplorer/js/TransparentHitTestExample.js +++ b/Examples/UIExplorer/js/TransparentHitTestExample.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow + * @providesModule TransparentHitTestExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/UIExplorerActions.js b/Examples/UIExplorer/js/UIExplorerActions.js index cb79edc975c..8a6b1ee8c08 100644 --- a/Examples/UIExplorer/js/UIExplorerActions.js +++ b/Examples/UIExplorer/js/UIExplorerActions.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule UIExplorerActions */ 'use strict'; diff --git a/Examples/UIExplorer/js/UIExplorerButton.js b/Examples/UIExplorer/js/UIExplorerButton.js index 63a62bd2688..45e90aaba64 100644 --- a/Examples/UIExplorer/js/UIExplorerButton.js +++ b/Examples/UIExplorer/js/UIExplorerButton.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule UIExplorerButton */ 'use strict'; diff --git a/Examples/UIExplorer/js/UIExplorerExampleList.js b/Examples/UIExplorer/js/UIExplorerExampleList.js index ecbe6f7689d..232c6e11b7d 100644 --- a/Examples/UIExplorer/js/UIExplorerExampleList.js +++ b/Examples/UIExplorer/js/UIExplorerExampleList.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule UIExplorerExampleList */ 'use strict'; diff --git a/Examples/UIExplorer/js/UIExplorerList.android.js b/Examples/UIExplorer/js/UIExplorerList.android.js index de1f23b35d1..1a527d45319 100644 --- a/Examples/UIExplorer/js/UIExplorerList.android.js +++ b/Examples/UIExplorer/js/UIExplorerList.android.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule UIExplorerList */ 'use strict'; diff --git a/Examples/UIExplorer/js/UIExplorerList.ios.js b/Examples/UIExplorer/js/UIExplorerList.ios.js index 26aa4077780..30361bf14db 100644 --- a/Examples/UIExplorer/js/UIExplorerList.ios.js +++ b/Examples/UIExplorer/js/UIExplorerList.ios.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule UIExplorerList */ 'use strict'; diff --git a/Examples/UIExplorer/js/UIExplorerNavigationReducer.js b/Examples/UIExplorer/js/UIExplorerNavigationReducer.js index cc201691482..160f7a05bea 100644 --- a/Examples/UIExplorer/js/UIExplorerNavigationReducer.js +++ b/Examples/UIExplorer/js/UIExplorerNavigationReducer.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule UIExplorerNavigationReducer */ 'use strict'; diff --git a/Examples/UIExplorer/js/UIExplorerStatePersister.js b/Examples/UIExplorer/js/UIExplorerStatePersister.js index 8104e55dec5..33a8a591c05 100644 --- a/Examples/UIExplorer/js/UIExplorerStatePersister.js +++ b/Examples/UIExplorer/js/UIExplorerStatePersister.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule UIExplorerStatePersister */ 'use strict'; diff --git a/Examples/UIExplorer/js/UIExplorerStateTitleMap.js b/Examples/UIExplorer/js/UIExplorerStateTitleMap.js index c877f3c5133..a1b1d130982 100644 --- a/Examples/UIExplorer/js/UIExplorerStateTitleMap.js +++ b/Examples/UIExplorer/js/UIExplorerStateTitleMap.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule UIExplorerStateTitleMap */ 'use strict'; diff --git a/Examples/UIExplorer/js/URIActionMap.js b/Examples/UIExplorer/js/URIActionMap.js index 19a76b91fd1..37c0006bde7 100644 --- a/Examples/UIExplorer/js/URIActionMap.js +++ b/Examples/UIExplorer/js/URIActionMap.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule URIActionMap */ 'use strict'; diff --git a/Examples/UIExplorer/js/VibrationExample.js b/Examples/UIExplorer/js/VibrationExample.js index 00e8cbd97bc..6a10e71bd74 100644 --- a/Examples/UIExplorer/js/VibrationExample.js +++ b/Examples/UIExplorer/js/VibrationExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule VibrationExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/VibrationIOSExample.js b/Examples/UIExplorer/js/VibrationIOSExample.js index 59d1b3e3520..66e26e0c7a4 100644 --- a/Examples/UIExplorer/js/VibrationIOSExample.js +++ b/Examples/UIExplorer/js/VibrationIOSExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule VibrationIOSExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ViewExample.js b/Examples/UIExplorer/js/ViewExample.js index f22b2f78b7f..5239558b78c 100644 --- a/Examples/UIExplorer/js/ViewExample.js +++ b/Examples/UIExplorer/js/ViewExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule ViewExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/ViewPagerAndroidExample.android.js b/Examples/UIExplorer/js/ViewPagerAndroidExample.android.js index c5c1efabf9e..9ff7eb17e5d 100644 --- a/Examples/UIExplorer/js/ViewPagerAndroidExample.android.js +++ b/Examples/UIExplorer/js/ViewPagerAndroidExample.android.js @@ -18,6 +18,7 @@ * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * + * @providesModule ViewPagerAndroidExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/WebSocketExample.js b/Examples/UIExplorer/js/WebSocketExample.js index 70585467cc7..2c3c227bd09 100644 --- a/Examples/UIExplorer/js/WebSocketExample.js +++ b/Examples/UIExplorer/js/WebSocketExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule WebSocketExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/WebViewExample.js b/Examples/UIExplorer/js/WebViewExample.js index edb77ac2772..8940e767700 100644 --- a/Examples/UIExplorer/js/WebViewExample.js +++ b/Examples/UIExplorer/js/WebViewExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule WebViewExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/XHRExample.js b/Examples/UIExplorer/js/XHRExample.js index 5bd0788a4c1..74c7e26d71f 100644 --- a/Examples/UIExplorer/js/XHRExample.js +++ b/Examples/UIExplorer/js/XHRExample.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule XHRExample */ 'use strict'; diff --git a/Examples/UIExplorer/js/XHRExampleBinaryUpload.js b/Examples/UIExplorer/js/XHRExampleBinaryUpload.js index 34c890fcc03..b0569de8489 100644 --- a/Examples/UIExplorer/js/XHRExampleBinaryUpload.js +++ b/Examples/UIExplorer/js/XHRExampleBinaryUpload.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule XHRExampleBinaryUpload */ 'use strict'; diff --git a/Examples/UIExplorer/js/XHRExampleCookies.js b/Examples/UIExplorer/js/XHRExampleCookies.js index d80295c7fa4..605b33ecc8b 100644 --- a/Examples/UIExplorer/js/XHRExampleCookies.js +++ b/Examples/UIExplorer/js/XHRExampleCookies.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule XHRExampleCookies */ 'use strict'; diff --git a/Examples/UIExplorer/js/XHRExampleDownload.js b/Examples/UIExplorer/js/XHRExampleDownload.js index d8c9d2907f8..eb7e735d11b 100644 --- a/Examples/UIExplorer/js/XHRExampleDownload.js +++ b/Examples/UIExplorer/js/XHRExampleDownload.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule XHRExampleDownload */ 'use strict'; diff --git a/Examples/UIExplorer/js/XHRExampleFetch.js b/Examples/UIExplorer/js/XHRExampleFetch.js index 292e3bc768c..7e90d9d887b 100644 --- a/Examples/UIExplorer/js/XHRExampleFetch.js +++ b/Examples/UIExplorer/js/XHRExampleFetch.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule XHRExampleFetch */ 'use strict'; diff --git a/Examples/UIExplorer/js/XHRExampleFormData.js b/Examples/UIExplorer/js/XHRExampleFormData.js index 04cc5d086b4..1320eccf62b 100644 --- a/Examples/UIExplorer/js/XHRExampleFormData.js +++ b/Examples/UIExplorer/js/XHRExampleFormData.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule XHRExampleFormData */ 'use strict'; diff --git a/Examples/UIExplorer/js/XHRExampleHeaders.js b/Examples/UIExplorer/js/XHRExampleHeaders.js index 20ecbd9eaf9..8192e1e1876 100644 --- a/Examples/UIExplorer/js/XHRExampleHeaders.js +++ b/Examples/UIExplorer/js/XHRExampleHeaders.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @noflow + * @providesModule XHRExampleHeaders */ 'use strict'; diff --git a/Examples/UIExplorer/js/XHRExampleOnTimeOut.js b/Examples/UIExplorer/js/XHRExampleOnTimeOut.js index 1c064309180..00d0b573a0e 100644 --- a/Examples/UIExplorer/js/XHRExampleOnTimeOut.js +++ b/Examples/UIExplorer/js/XHRExampleOnTimeOut.js @@ -19,6 +19,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule XHRExampleOnTimeOut */ 'use strict'; diff --git a/Examples/UIExplorer/js/http_test_server.js b/Examples/UIExplorer/js/http_test_server.js index ce2f8ff66f0..b537d815190 100644 --- a/Examples/UIExplorer/js/http_test_server.js +++ b/Examples/UIExplorer/js/http_test_server.js @@ -14,6 +14,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule http_test_server */ 'use strict'; diff --git a/Examples/UIExplorer/js/websocket_test_server.js b/Examples/UIExplorer/js/websocket_test_server.js index f5672b90e73..affe8d476f2 100644 --- a/Examples/UIExplorer/js/websocket_test_server.js +++ b/Examples/UIExplorer/js/websocket_test_server.js @@ -21,6 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule websocket_test_server */ 'use strict'; diff --git a/IntegrationTests/AsyncStorageTest.js b/IntegrationTests/AsyncStorageTest.js index 0633401805b..d87517c3738 100644 --- a/IntegrationTests/AsyncStorageTest.js +++ b/IntegrationTests/AsyncStorageTest.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow + * @providesModule AsyncStorageTest */ 'use strict'; diff --git a/IntegrationTests/ImageCachePolicyTest.js b/IntegrationTests/ImageCachePolicyTest.js index f597dc26bd9..3b3cb7222f9 100644 --- a/IntegrationTests/ImageCachePolicyTest.js +++ b/IntegrationTests/ImageCachePolicyTest.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow + * @providesModule ImageCachePolicyTest */ 'use strict'; diff --git a/IntegrationTests/ImageSnapshotTest.js b/IntegrationTests/ImageSnapshotTest.js index 676085dda4b..a861b3b9250 100644 --- a/IntegrationTests/ImageSnapshotTest.js +++ b/IntegrationTests/ImageSnapshotTest.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow + * @providesModule ImageSnapshotTest */ 'use strict'; diff --git a/IntegrationTests/IntegrationTestHarnessTest.js b/IntegrationTests/IntegrationTestHarnessTest.js index c59a0057e15..d93b4f2ea42 100644 --- a/IntegrationTests/IntegrationTestHarnessTest.js +++ b/IntegrationTests/IntegrationTestHarnessTest.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow + * @providesModule IntegrationTestHarnessTest */ 'use strict'; diff --git a/IntegrationTests/IntegrationTestsApp.js b/IntegrationTests/IntegrationTestsApp.js index efc5e697929..88d4fa7c569 100644 --- a/IntegrationTests/IntegrationTestsApp.js +++ b/IntegrationTests/IntegrationTestsApp.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow + * @providesModule IntegrationTestsApp */ 'use strict'; diff --git a/IntegrationTests/PromiseTest.js b/IntegrationTests/PromiseTest.js index 8ee329ba139..d19d8413e82 100644 --- a/IntegrationTests/PromiseTest.js +++ b/IntegrationTests/PromiseTest.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow + * @providesModule PromiseTest */ 'use strict'; diff --git a/IntegrationTests/PropertiesUpdateTest.js b/IntegrationTests/PropertiesUpdateTest.js index 3d4bb59d910..a279c5aed0a 100644 --- a/IntegrationTests/PropertiesUpdateTest.js +++ b/IntegrationTests/PropertiesUpdateTest.js @@ -5,6 +5,7 @@ * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. + * @providesModule PropertiesUpdateTest */ 'use strict'; diff --git a/IntegrationTests/ReactContentSizeUpdateTest.js b/IntegrationTests/ReactContentSizeUpdateTest.js index 94b31e2f3df..4760dad042a 100644 --- a/IntegrationTests/ReactContentSizeUpdateTest.js +++ b/IntegrationTests/ReactContentSizeUpdateTest.js @@ -5,6 +5,7 @@ * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. + * @providesModule ReactContentSizeUpdateTest */ 'use strict'; diff --git a/IntegrationTests/SimpleSnapshotTest.js b/IntegrationTests/SimpleSnapshotTest.js index dbde12cdc3b..787c1bfa32e 100644 --- a/IntegrationTests/SimpleSnapshotTest.js +++ b/IntegrationTests/SimpleSnapshotTest.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow + * @providesModule SimpleSnapshotTest */ 'use strict'; diff --git a/IntegrationTests/SizeFlexibilityUpdateTest.js b/IntegrationTests/SizeFlexibilityUpdateTest.js index 4404bb16ba5..7b050e9f3f8 100644 --- a/IntegrationTests/SizeFlexibilityUpdateTest.js +++ b/IntegrationTests/SizeFlexibilityUpdateTest.js @@ -5,6 +5,7 @@ * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. + * @providesModule SizeFlexibilityUpdateTest */ 'use strict'; diff --git a/IntegrationTests/TimersTest.js b/IntegrationTests/TimersTest.js index 3469f091539..918576c9eee 100644 --- a/IntegrationTests/TimersTest.js +++ b/IntegrationTests/TimersTest.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow + * @providesModule TimersTest */ 'use strict'; diff --git a/IntegrationTests/WebSocketTest.js b/IntegrationTests/WebSocketTest.js index bae6b602bd9..9472adfba05 100644 --- a/IntegrationTests/WebSocketTest.js +++ b/IntegrationTests/WebSocketTest.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow + * @providesModule WebSocketTest */ 'use strict'; diff --git a/IntegrationTests/websocket_integration_test_server.js b/IntegrationTests/websocket_integration_test_server.js index fa66fc9838d..b96ee79d660 100755 --- a/IntegrationTests/websocket_integration_test_server.js +++ b/IntegrationTests/websocket_integration_test_server.js @@ -21,6 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * * @flow + * @providesModule websocket_integration_test_server */ 'use strict'; diff --git a/Libraries/Animated/release/gulpfile.js b/Libraries/Animated/release/gulpfile.js index 058ee299125..3d2a52c4a40 100644 --- a/Libraries/Animated/release/gulpfile.js +++ b/Libraries/Animated/release/gulpfile.js @@ -5,6 +5,7 @@ * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. + * @providesModule gulpfile */ 'use strict'; diff --git a/Libraries/Animated/src/AnimatedWeb.js b/Libraries/Animated/src/AnimatedWeb.js index 5de3f151b90..b88acb940bd 100644 --- a/Libraries/Animated/src/AnimatedWeb.js +++ b/Libraries/Animated/src/AnimatedWeb.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow + * @providesModule AnimatedWeb */ 'use strict'; diff --git a/Libraries/react-native/react-native-interface.js b/Libraries/react-native/react-native-interface.js index 63e77de824a..f651db6fe02 100644 --- a/Libraries/react-native/react-native-interface.js +++ b/Libraries/react-native/react-native-interface.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @flow + * @providesModule react-native-interface */ 'use strict'; diff --git a/ReactAndroid/src/androidTest/js/TestBundle.js b/ReactAndroid/src/androidTest/js/TestBundle.js index 969d4125f3b..1d02425586d 100644 --- a/ReactAndroid/src/androidTest/js/TestBundle.js +++ b/ReactAndroid/src/androidTest/js/TestBundle.js @@ -6,6 +6,7 @@ * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * + * @providesModule TestBundle */ 'use strict';