Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop a dependency map next to package.json for improving startup times #1054

Closed
AlicanC opened this issue Oct 14, 2016 · 1 comment
Closed

Comments

@AlicanC
Copy link
Contributor

AlicanC commented Oct 14, 2016

(This is a feature request.)

When I start React Native's packager in one of my projects, I see steps like "Crawling File System", "Building Dependency Graph" and "Building Haste Map" which take around 3 seconds to complete.

Since Yarn knows about all the dependencies in a project, could it also drop something like a dependency map in project root so tools like RN packager can read this file to improve their startup times?

@bestander
Copy link
Member

We actively work on performance.
As of 0.23 Yarn is a single file JS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants