-
-
Notifications
You must be signed in to change notification settings - Fork 644
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
javascript: NodeJS bootstrapping via binary paths, PATH, asdf or nvm (#…
…18520) Enables (nodejs dialect) semver version specification for NodeJS binary in the `nodejs` subsystem. Also enables support for `asdf` and `nvm` binary installation discovery, along with `$PATH` discovery. Addresses #16959.
- Loading branch information
Showing
11 changed files
with
766 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,7 @@ module = [ | |
"hdrh", | ||
"hdrh.histogram", | ||
"ijson.*", | ||
"nodesemver", | ||
"pex.*", | ||
"psutil", | ||
] | ||
|
Oops, something went wrong.