dependabit / detector/src / parseCodeComments
Function: parseCodeComments()
ts
function parseCodeComments(content, filePath): CommentReference[];Defined in: packages/detector/src/parsers/code-comments.ts:17
Parse code files and extract references from comments
Parameters
| Parameter | Type |
|---|---|
content | string |
filePath | string |