-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Align parsing of custom resolver options, rename arg #42392
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D52911017 |
Summary: Follow-up to facebook#42333 following internal feedback. We are now aligning this to match the [`metro build` command](https://github.com/facebook/metro/blob/702e1b8fc7ab8b973bcd53f1a41f7e797cbf7dca/packages/metro/src/commands/build.js#L85-L91). This also improves validation on parsing (done after initial `commander` arg parsing as variadic string). Changelog: [Internal] (same as facebook#42333) Reviewed By: motiz88 Differential Revision: D52911017
02f6e2d
to
90fa286
Compare
This pull request was exported from Phabricator. Differential Revision: D52911017 |
Base commit: a89005d |
90fa286
to
db74b86
Compare
Summary: Follow-up to facebook#42333 following internal feedback. We are now aligning this to match the [`metro build` command](https://github.com/facebook/metro/blob/702e1b8fc7ab8b973bcd53f1a41f7e797cbf7dca/packages/metro/src/commands/build.js#L85-L91). This also improves validation on parsing (done after initial `commander` arg parsing as variadic string). Changelog: [Internal] (same as facebook#42333) Reviewed By: motiz88 Differential Revision: D52911017
This pull request was exported from Phabricator. Differential Revision: D52911017 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D52911017 |
db74b86
to
075e1dc
Compare
Summary: Follow-up to facebook#42333 following internal feedback. We are now aligning this to match the [`metro build` command](https://github.com/facebook/metro/blob/702e1b8fc7ab8b973bcd53f1a41f7e797cbf7dca/packages/metro/src/commands/build.js#L85-L91). This also improves validation on parsing (done after initial `commander` arg parsing as variadic string). Changelog: [Internal] (same as facebook#42333) Reviewed By: motiz88 Differential Revision: D52911017
This pull request was exported from Phabricator. Differential Revision: D52911017 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D52911017 |
Summary: Pull Request resolved: facebook#42392 Follow-up to facebook#42333 following internal feedback. We are now aligning this to match the [`metro build` command](https://github.com/facebook/metro/blob/702e1b8fc7ab8b973bcd53f1a41f7e797cbf7dca/packages/metro/src/commands/build.js#L85-L91). This also improves validation on parsing (done after initial `commander` arg parsing as variadic string). Changelog: [Internal] (same as facebook#42333) Reviewed By: motiz88 Differential Revision: D52911017 fbshipit-source-id: a7277ca82778936cf9df345faf9b86f0ba9cfa5e
075e1dc
to
6c4814c
Compare
Summary: Pull Request resolved: facebook#42392 Follow-up to facebook#42333 following internal feedback. We are now aligning this to match the [`metro build` command](https://github.com/facebook/metro/blob/702e1b8fc7ab8b973bcd53f1a41f7e797cbf7dca/packages/metro/src/commands/build.js#L85-L91). This also improves validation on parsing (done after initial `commander` arg parsing as variadic string). Changelog: [Internal] (same as facebook#42333) Reviewed By: motiz88 Differential Revision: D52911017 fbshipit-source-id: e3c9c3b82b1ae58fb82ab2cb31adf78775c18916
This pull request was exported from Phabricator. Differential Revision: D52911017 |
6c4814c
to
8f7528f
Compare
This pull request has been merged in 4e92f87. |
Summary:
Follow-up to #42333 following internal feedback. We are now aligning this to match the
metro build
command. This also improves validation on parsing (done after initialcommander
arg parsing as variadic string).Changelog: [Internal]
(same as #42333)
Reviewed By: motiz88
Differential Revision: D52911017