dependabit / detector/src / extractSpecReferences
Function: extractSpecReferences()
ts
function extractSpecReferences(content): {
context: string;
spec: string;
}[];Defined in: packages/detector/src/parsers/code-comments.ts:153
Extract specification and RFC references from comments
Parameters
| Parameter | Type |
|---|---|
content | string |
Returns
{ context: string; spec: string; }[]