-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use more "proper" package-manager-specific parsing, including what should be a fully-compliant (albiet over-engineered) parser for npm's ini format used in .npmrc. - Moves all config loading into its own set of classes. (As it turns out, this *does* walk recursively, contrary to what I said before, oops!) - Terminology change: rename rcfile -> config, just to match more with how npm describes itself. Signed-off-by: Ryan Gonzalez <[email protected]>
- Loading branch information
Showing
7 changed files
with
364 additions
and
109 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
Oops, something went wrong.