extractStringPaths
Overview
Extracts string paths (those that don't start with object paths).
Signature
extractStringPaths(paths, objectPaths)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| paths | string[] | yes | Paths to process. |
| objectPaths | string[] | yes | Paths already identified as object errors/warnings. |
Returns
string[]
Array of string paths.
Source
client/lib/utils/errors.js:183