-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Refactor generate-artifacts-executor.js: remove configFileDir CLI argument, use node resolution instead #41557
Conversation
This pull request was exported from Phabricator. Differential Revision: D51303793 |
This pull request was exported from Phabricator. Differential Revision: D51303793 |
6d383a9
to
5cb9b8c
Compare
…ument, use node resolution instead (facebook#41557) Summary: Pull Request resolved: facebook#41557 The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Differential Revision: D51303793 fbshipit-source-id: 9dce65510940641084185b32308bab7cab5c4588
5cb9b8c
to
9936b23
Compare
…ument, use node resolution instead (facebook#41557) Summary: The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Differential Revision: D51303793
This pull request was exported from Phabricator. Differential Revision: D51303793 |
…ument, use node resolution instead (facebook#41557) Summary: The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Differential Revision: D51303793
…ument, use node resolution instead (facebook#41557) Summary: Pull Request resolved: facebook#41557 The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Differential Revision: https://internalfb.com/D51303793 fbshipit-source-id: d9ce526b56f387f4af696a744e2faeead7fd37c7
…ument, use node resolution instead (facebook#41557) Summary: Pull Request resolved: facebook#41557 The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Differential Revision: https://internalfb.com/D51303793 fbshipit-source-id: c27d28c1598bcf9493290a9397a0480515065d82
9936b23
to
d9251b5
Compare
…ument, use node resolution instead (facebook#41557) Summary: The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Differential Revision: D51303793
This pull request was exported from Phabricator. Differential Revision: D51303793 |
…ument, use node resolution instead (facebook#41557) Summary: Pull Request resolved: facebook#41557 The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Differential Revision: https://internalfb.com/D51303793 fbshipit-source-id: 567fbaa683b336c7c7a95ff658893cc9554a384c
…ument, use node resolution instead (facebook#41557) Summary: The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Reviewed By: cipolleschi Differential Revision: D51303793
d9251b5
to
b3b96c0
Compare
…ument, use node resolution instead (facebook#41557) Summary: The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Reviewed By: cipolleschi Differential Revision: D51303793
This pull request was exported from Phabricator. Differential Revision: D51303793 |
Base commit: 6b89dc1 |
b3b96c0
to
622b9de
Compare
…ument, use node resolution instead (facebook#41557) Summary: The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Reviewed By: cipolleschi Differential Revision: D51303793
This pull request was exported from Phabricator. Differential Revision: D51303793 |
…ument, use node resolution instead (facebook#41557) Summary: The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Reviewed By: cipolleschi Differential Revision: D51303793
…ument, use node resolution instead (facebook#41557) Summary: The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Reviewed By: cipolleschi Differential Revision: D51303793
622b9de
to
bed0d4c
Compare
This pull request was exported from Phabricator. Differential Revision: D51303793 |
…ument, use node resolution instead (facebook#41557) Summary: The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Reviewed By: cipolleschi Differential Revision: D51303793
This pull request was exported from Phabricator. Differential Revision: D51303793 |
bed0d4c
to
e6b37ed
Compare
…ument, use node resolution instead (facebook#41557) Summary: The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Reviewed By: cipolleschi Differential Revision: D51303793
…ument, use node resolution instead (facebook#41557) Summary: The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Reviewed By: cipolleschi Differential Revision: D51303793
e6b37ed
to
3477cc3
Compare
This pull request was exported from Phabricator. Differential Revision: D51303793 |
This pull request has been merged in 8a62d61. |
…ument, use node resolution instead (facebook#41557) Summary: Pull Request resolved: facebook#41557 The `configFileDir` CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the root `package.json`, we can use `node` resolution instead of having to construct paths manually. In that case `configFileDir` becomes redundant. Changelog: [iOS][Breaking] - Delete configFileDir CLI argument. Reviewed By: cipolleschi Differential Revision: D51303793 fbshipit-source-id: 46cb61197ddf51515af634c8fc6b85a8d218c51e
Summary:
The
configFileDir
CLI argument is used to help to find paths to the 3rd party dependencies of the app. Since we only care about dependencies listed in the rootpackage.json
, we can usenode
resolution instead of having to construct paths manually. In that caseconfigFileDir
becomes redundant.Changelog: [iOS][Breaking] - Delete configFileDir CLI argument.
Differential Revision: D51303793