-
Notifications
You must be signed in to change notification settings - Fork 98
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
Metro service #326
Metro service #326
Conversation
…e that mirrors Metro. This makes it possible to keep track of what types we've ported, and what types we haven't. There are A LOT of types in Metro.
…l, rather than through its command-line interface.
Changes were detected (e.g. due to formatters, linters, etc.) in the following files:
|
This code is almost entirely ported as-is from the @react-native-community/cli project. I wanted to make sure our starting point for bundling was the same as what we'd been using up to this point. |
I'll look at getting this upstreamed as a new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Went very superficially through this since we don't want to deviate too much from upstream code.
Add a metro-service package for interacting with metro at an API level, rather than through its command-line interface.
Tests aren't written yet. Tracked by #325.