@@ -59,22 +59,22 @@ import { type Source } from './scriptlets';
5959 *
6060 * <!-- markdownlint-enable line-length -->
6161 *
62- * - `propsToRemove` — optional, string of space-separated properties to remove
62+ * - `propsToRemove` — optional, string of space-separated properties to remove.
6363 * In `jsonpath` mode only single JSONPath prune expression is supported.
6464 * - `obligatoryProps` — optional, string of space-separated properties
65- * which must be all present for the pruning to occur
65+ * which must be all present for the pruning to occur.
6666 * - `propsToMatch` — optional, string of space-separated properties to match for extra condition; possible props:
6767 * - string or regular expression for matching the URL passed to `XMLHttpRequest.open()` call;
68- * - colon-separated pairs `name:value` where
69- * - `name` — string or regular expression for matching XMLHttpRequest property name
68+ * - colon-separated pairs `name:value` where:
69+ * - `name` — string or regular expression for matching XMLHttpRequest property name;
7070 * - `value` — string or regular expression for matching the value of the option
71- * passed to `XMLHttpRequest.open()` call
71+ * passed to `XMLHttpRequest.open()` call.
7272 * - `stack` — optional, string or regular expression that must match the current function call stack trace;
73- * if regular expression is invalid it will be skipped
73+ * if regular expression is invalid it will be skipped.
7474 * - `mode` — optional, syntax mode selector.
7575 * Supported values:
76- * - `legacy` — force the existing legacy path syntax
77- * - `jsonpath` — force JSONPath syntax
76+ * - `legacy` — force the existing legacy path syntax;
77+ * - `jsonpath` — force JSONPath syntax.
7878 * If omitted, the scriptlet detects JSONPath automatically for clearly JSONPath-shaped expressions.
7979 *
8080 * > Note please that you can use wildcard `*` for chain property name,
0 commit comments