@microsoft/jest-sarif
Version:
A collection of jest matchers for working with SARIF
2 lines • 1.03 kB
TypeScript
export declare type Definition = 'address' | 'artifact' | 'artifactChange' | 'artifactContent' | 'artifactLocation' | 'attachment' | 'codeFlow' | 'configurationOverride' | 'conversion' | 'edge' | 'edgeTraversal' | 'exception' | 'externalProperties' | 'externalPropertyFileReference' | 'externalPropertyFileReferences' | 'fix' | 'graph' | 'graphTraversal' | 'invocation' | 'location' | 'locationRelationship' | 'logicalLocation' | 'message' | 'multiformatMessageString' | 'node' | 'notification' | 'physicalLocation' | 'propertyBag' | 'rectangle' | 'region' | 'replacement' | 'reportingDescriptor' | 'reportingConfiguration' | 'reportingDescriptorReference' | 'reportingDescriptorRelationship' | 'result' | 'resultProvenance' | 'run' | 'runAutomationDetails' | 'specialLocations' | 'stack' | 'stackFrame' | 'suppression' | 'threadFlow' | 'threadFlowLocation' | 'tool' | 'toolComponent' | 'toolComponentReference' | 'translationMetadata' | 'versionControlDetails' | 'webRequest' | 'webResponse';
//# sourceMappingURL=definition.d.ts.map