diff --git a/Examples/Movies/MovieCell.js b/Examples/Movies/MovieCell.js index cdb174038..d67c777eb 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 e6c5fc5f7..2f013f08e 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 d45ddf1a2..316b974e5 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 29ec4549e..d2332625e 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 a432be9bd..553c0002b 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 9593461b2..f36c22e32 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 2b5db7723..d2097a96a 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 59e5039a8..dee51d7e1 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 c6f923203..43a921e99 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 ed13fa617..2d2c2bb5c 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 49baf7d7a..5410b3d41 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 553bb0f36..92a0668e5 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 36f826580..023e2acf0 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 461fd62ac..0eec072d8 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 685ea42d0..8b7349e06 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 38ffc4f11..5bd481ed6 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 f68a81fc0..f95cef22d 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 90e40af25..0a035f5b4 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 b84b3ecbd..7630d3935 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 781fbd861..109bdc33d 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 808fa54b1..56c589302 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 f5440aefd..8996471a6 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 6daba2e78..edd9dab1b 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 73ebf2488..d2d2fc028 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 559172840..43e6ccaa6 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 481335183..dc6953e1e 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 d0951ed30..04f7437f8 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 d3836b86e..e175bbdee 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 2901f6a98..322e32f9a 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 9d99e9386..9548ab9b1 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 ff0a4900e..ae2de7b12 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 82bd6227e..173fe3f77 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 ed79dcf84..ae2d18179 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 4ef2a110d..988ef34d4 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 cb2f849d9..d2143eec2 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 458ae1ed4..d2a301201 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 14f673979..8ec0ff590 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 25c6fd261..a45986ee9 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 610821929..8b6ca53ad 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 58a75d71d..4d62aaa9f 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 bf5decac2..1029644a0 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 e0629506a..5faf80427 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 d392d3e53..8b6da3af0 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 41d4d78d2..b408251c0 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 394efbf5e..755a9b2df 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 c42e505d9..df8c065f4 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 805240f14..c4e1a5027 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 ee8118d0c..5d767c7c7 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 aa6db47ba..18ef3010d 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 224b280fd..71cbb1ee9 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 e86929fc4..6c4542a19 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 b042b7f8e..474cabc37 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 7c225f7e0..c5bf30103 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 ec2fe0ff9..63716a19d 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 3ab911509..c98bb7b96 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 4570d262d..82e8c0e65 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 9967d0ff7..b97d7fcf5 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 eed4c7a70..150675d19 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 fadbb293a..ef83eb819 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 38dcba13a..ffdd8532c 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 52da179f7..f8f79eb70 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 4fe03451b..0f2b88ab3 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 9fd91f563..37aa60f5c 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 2c2e85b4e..7e3e1f35f 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 60135062d..043d6ca15 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 50dbd93f1..7a08a44d4 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 db17baaa9..911688089 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 4a2f2b84d..a4a593062 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 82cfb206b..497dcdc23 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 7f614baea..744e59440 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 8c60b22ba..c85a20040 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 1ebbbbc04..5d9ad7e63 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 3e0c23487..da59c5d85 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 5bb746260..f6426cabe 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 2ac11e035..f157f9e58 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 0f113ef57..941b12024 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 660366de5..5f253e39b 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 2a8e62f7d..f64991604 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 91b321125..955209d75 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 989361316..c24ca6864 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 d15898eea..35e6e8b9c 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 942740175..5fc0c174e 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 28a380d5f..9ae2f06e2 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 f6d028566..ae396bf4f 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 6c27477ea..267e5abe4 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 cb79edc97..8a6b1ee8c 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 63a62bd26..45e90aaba 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 ecbe6f768..232c6e11b 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 de1f23b35..1a527d453 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 26aa40777..30361bf14 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 cc2016914..160f7a05b 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 8104e55de..33a8a591c 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 c877f3c51..a1b1d1309 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 19a76b91f..37c0006bd 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 00e8cbd97..6a10e71bd 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 59d1b3e35..66e26e0c7 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 f22b2f78b..5239558b7 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 c5c1efabf..9ff7eb17e 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 70585467c..2c3c227bd 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 edb77ac27..8940e7677 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 5bd0788a4..74c7e26d7 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 34c890fcc..b0569de84 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 d80295c7f..605b33ecc 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 d8c9d2907..eb7e735d1 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 292e3bc76..7e90d9d88 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 04cc5d086..1320eccf6 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 20ecbd9ea..8192e1e18 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 1c0643091..00d0b573a 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 ce2f8ff66..b537d8151 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 f5672b90e..affe8d476 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 063340180..d87517c37 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 f597dc26b..3b3cb7222 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 676085dda..a861b3b92 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 c59a0057e..d93b4f2ea 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 efc5e6979..88d4fa7c5 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 8ee329ba1..d19d8413e 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 3d4bb59d9..a279c5aed 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 94b31e2f3..4760dad04 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 dbde12cdc..787c1bfa3 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 4404bb16b..7b050e9f3 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 3469f0915..918576c9e 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 bae6b602b..9472adfba 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 fa66fc983..b96ee79d6 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 058ee2991..3d2a52c4a 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 5de3f151b..b88acb940 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 63e77de82..f651db6fe 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 969d4125f..1d0242558 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';