File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ import { type Source } from './scriptlets';
7979 * - `throwFunc` — function throwing an error
8080 * - `noopPromiseResolve` — function returning Promise resolved with an empty response
8181 * - `noopPromiseReject` — function returning Promise.reject()
82- * - `json:{...}` — parses the provided JSON value; if the current target value is also an object,
83- * the parsed object is merged into it
8482 * - any other string is set as a string literal
8583 * Can also be a replacement applied to the current string value at the target path,
8684 * in the format `replace:/regex/replacement/`:
@@ -90,7 +88,6 @@ import { type Source } from './scriptlets';
9088 * if the current target value is also an object, the parsed object is merged into it.
9189 * - `requiredInitialProps` — optional, space-separated list of property paths.
9290 * All listed paths must be present in the JSON object for the modification to occur.
93- * the value at the target path even if it does not exist unless the path includes wildcards.
9491 * - `jsonSource` — optional, where to read and modify the JSON value from. Defaults to `result`.
9592 * Supported values:
9693 * - `arg` — only the first argument
You can’t perform that action at this time.
0 commit comments