Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 23, 2022
1 parent 723024c commit 3186091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/normalize/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import { set } from './prop_path/set.js'
// wildcard import
// - This also enables aggregating errors when multiple configuration
// properties are invalid, as opposed to only the first one
// - This is used instead of allowing properties to set each others, which
// would be more complicated and lead to ambiguous order
// TODO: abstract this function to its own library
export const normalizeConfigProps = async function (
config,
Expand Down

0 comments on commit 3186091

Please sign in to comment.