Skip to content

Commit

Permalink
docs: replace comment with improved sentence (#22981)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored Jun 26, 2023
1 parent 96c06e5 commit 9d4f561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/adding-a-package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ For example the npm and Yarn package manager must process the `package.json` and
This allows features like Lerna and Workspaces to work.
This means that for npm or Yarn we need to iterate through all package files after the initial parsing.

As another example, Gradle needs to call a command via a child process in order to extract dependencies, so that must be done first. //Unclear what that must be done first refers to here...
As another example, in order for Gradle to extract dependencies Renovate must first call a command via a child process.

The `extractAllPackageFiles` function takes an array of filenames as input.
It returns an array of filenames and dependencies.
Expand Down

0 comments on commit 9d4f561

Please sign in to comment.