Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 13, 2022
1 parent 7af03c6 commit cea64bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/normalize/lib/wild_wild_path/set.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { handleMissingValue } from './iterate/expand.js'
import { isParentPath } from './parsing/compare.js'

// Set a value to one or multiple properties in `target` using a query string.
// Unless `mutate` is `true`, this returns a new copy
// - The value is returned in both cases so consumers can forward the `mutate`
// option without inspecting it
// eslint-disable-next-line max-params
export const set = function (
target,
Expand Down

0 comments on commit cea64bd

Please sign in to comment.