axe-sarif-converter
Version:
Convert axe-core accessibility scan results to the SARIF format
7 lines (6 loc) • 434 B
TypeScript
import * as Sarif from 'sarif';
import { DictionaryStringTo } from './dictionary-types';
import { WCAGLinkData } from './wcag-link-data';
export declare const WcagGuid = "ca34e0e1-5faf-4f55-a989-cdae42a98f18";
export declare function getWcagTaxonomyReference(): Sarif.ToolComponentReference;
export declare function getWcagTaxonomy(sortedWcagTags: string[], tagsToWcagLinkData: DictionaryStringTo<WCAGLinkData>): Sarif.ToolComponent;