Tom MacWright 11d9045a00 Native Flow, use Jest (#767)
* build: Use Flow syntax without comments.

We're switching to Flow annotations - not Flow comments. This
gives documentation.js the ability to self-document without
JSDoc types and improves our compatibility with tools like
prettier.

Fixes #729. Fixes #709
2017-05-08 20:46:21 -04:00

18 lines
1.2 KiB
Plaintext

2:1 warning An explicit parameter named foo was specified but didn't match inferred information a, b
3:1 warning type Number found, number is standard
3:1 warning An explicit parameter named foo was specified but didn't match inferred information a, b
4:1 warning type Number found, number is standard
4:1 warning An explicit parameter named foo was specified but didn't match inferred information a, b
5:1 warning type Number found, number is standard
5:1 warning An explicit parameter named foo was specified but didn't match inferred information a, b
6:1 warning An explicit parameter named boolean was specified but didn't match inferred information a, b
7:1 warning type object found, Object is standard
8:1 warning type object found, Object is standard
9:1 warning @memberof reference to notfound not found
13:1 warning type String found, string is standard
13:1 warning An explicit parameter named baz was specified but didn't match inferred information a, b
14:1 warning type String found, string is standard
19:1 warning An explicit parameter named c was specified but didn't match inferred information a, b
⚠ 16 warnings