Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 6, 2022
1 parent 4bbb9c2 commit 004c60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/normalize/lib/star_dot_path/parsing/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import { isQueryString } from './validate.js'
// - Tokens format: { type: "slice", from: 0, end: 2 }
// - Matches multiple indices of an array
// - Negatives indices like the array indices format
// - `from` is included, `to` is excluded (like `Array.slice()`)
// - `from` defaults to 0 and `to` to -0
// - Wildcard
// - Query format: "*"
Expand Down

0 comments on commit 004c60a

Please sign in to comment.