sourcecred/config
Dandelion Mané eadcca8999 Upgrade flow to to 0.102.0
This necessitated a number of type fixes:
- Upgraded the express flow-typed file to latest
- Added manual flow error suppression to where the express flow-typed
file is still using a deprecated utility type
- Removed type polymorphism support on map.merge (see context here[1]).
We weren't using the polymorphism anywhere so I figured it was simplest
to just remove it.
- Improve typing around jest mocks throughout the codebase.

Test plan: `yarn test --full` passes.

[1]: https://github.com/flow-typed/flow-typed/issues/2991
2019-07-05 17:21:56 +01:00
..
jest flow: add typing to Jest transform modules (#790) 2018-09-06 13:30:33 -07:00
RemoveBuildDirectoryPlugin.js webpack: empty build dir instead of removing it (#768) 2018-09-04 21:44:09 -07:00
babel.js Upgrade flow to to 0.102.0 2019-07-05 17:21:56 +01:00
env.js Move repoIdRegistry to core (#992) 2018-11-01 18:11:48 -07:00
paths.js Add `fetchGithubOrg` for loading organizations (#1117) 2019-03-19 19:00:08 -07:00
polyfills.js Ensure that flow is used in all js files (#232) 2018-05-07 20:02:19 -07:00
test.js Add `fetchGithubOrg` for loading organizations (#1117) 2019-03-19 19:00:08 -07:00
webpack.config.backend.js webpack: expose repo registry at build time (#981) 2018-11-01 12:38:18 -07:00
webpack.config.web.js Port skeleton of Odyssey frontend (#1132) 2019-05-06 18:15:39 +03:00