(path: array<KeyOrKeyNode>)
| 787 | } |
| 788 | |
| 789 | export const typePathToPropString = (path: array<KeyOrKeyNode>): string => |
| 790 | stringifyPath(path, { |
| 791 | stringifyNonKey: node => node.expression |
| 792 | }) |
| 793 | |
| 794 | const referenceMatcher = /"(\$ark\.[^"]+)"/g |
| 795 |
no test coverage detected
searching dependent graphs…