https://github.com/chadhietala/packager-prototype
https://github.com/chadhietala/packager-prototype
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chadhietala/packager-prototype
- Owner: chadhietala
- Created: 2015-03-18T03:27:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T17:45:17.000Z (about 10 years ago)
- Last Synced: 2024-04-13T17:14:50.893Z (about 1 year ago)
- Language: JavaScript
- Size: 547 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Take the first entry and copy it's dep-graph.json into the AllDependencies lookup table.
2. The graph is then passed to a flattening stage where the top level imports are discovered.
3. Enumerate over the imports syncing them forward to the output.
4. As we enumerate we lookup in AllDependencies if the import's root dep-graph.json has been copied into AllDependencies.
- A) If not we recurse
- B) We are done