Skip to content

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

ParameterType
contentstring
filePathstring

Returns

CommentReference[]

Released under the MIT License.