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
This commit is contained in:
Bhuwan Khattar
2017-02-25 03:05:32 -08:00
committed by Facebook Github Bot
parent 48cb932c6e
commit a23a3c319c
127 changed files with 149 additions and 21 deletions

View File

@@ -19,6 +19,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* @flow
* @providesModule TextInputExample
*/
'use strict';