react-native/flow
David Aurelio 24736d1188 module graph
Summary:
This piece of code can assemble all transitive dependencies of a set of entry modules. It is supposed to replace `ResolutionRequest.getOrderedDependencies`.

It has the following advantages:
- has minimal API surface to other components of the system (uses two functions, exposes one function)
- allows to separate concerns into loading + transforming files, resolving dependencies, gathering all modules belonging to a bundle (this code), and bundling
- allows to specify multiple entry points
- allows to use any kind of dependency ID as entry point (haste IDs, node module IDs, relative paths, absolute paths – depends on the resolver)
- allows to skip files, which allows callers to incrementally update previously retrieved collections of modules

Reviewed By: cpojer

Differential Revision: D3627346

fbshipit-source-id: 84b7aa693ca6e89ba3c1ab2af9a004e2e0aaed3d
2016-09-14 10:28:34 -07:00
..
Map.js Update FBSource to use Flow 0.22 2016-03-08 12:39:29 -08:00
Promise.js Deploy v0.23.0 2016-04-14 16:18:41 -07:00
Set.js Update FBSource to use Flow 0.22 2016-03-08 12:39:29 -08:00
console.js module graph 2016-09-14 10:28:34 -07:00
global.js Initial implementation of requestIdleCallback on Android 2016-07-13 18:58:20 -07:00
react.js Update FBSource to use Flow 0.22 2016-03-08 12:39:29 -08:00