Skip to content

Commit

Permalink
Extract API
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 17, 2024
1 parent 8613e4a commit f37faf4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/review/api/alfa-rules.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ import { Text } from '@siteimprove/alfa-dom';
// @public (undocumented)
export const alfaVersion = "0.89.3";

// @public
const _default: Rule.Atomic<Page, Document, Question.Metadata, Element<string>>;
// @public (undocumented)
const _default: Rule.Atomic<Page, Element<string>, {}, Element<string>>;

// @public @deprecated (undocumented)
const _default_10: Rule.Atomic<Page, Text, Question.Metadata, Text>;

// @public
const _default_2: Rule.Atomic<Page, Element<string>, Question.Metadata, Node<string> | Array_2<Node<string>>>;
const _default_2: Rule.Atomic<Page, Document, Question.Metadata, Element<string>>;

// @public
const _default_3: Rule.Atomic<Page, Document, Question.Metadata, Document>;
const _default_3: Rule.Atomic<Page, Element<string>, Question.Metadata, Node<string> | Array_2<Node<string>>>;

// @public (undocumented)
const _default_4: Rule.Atomic<Page, Element<string>, {}, Element<string>>;
// @public
const _default_4: Rule.Atomic<Page, Document, Question.Metadata, Document>;

// @public @deprecated (undocumented)
const _default_5: Rule.Atomic<Page, Element<string>, {}, Element<string>>;
Expand Down Expand Up @@ -96,10 +96,10 @@ export namespace Diagnostic {

declare namespace experimentalRules {
export {
_default as ER87,
_default_2 as R82,
_default_3 as R109,
_default_4 as ER8
_default as ER8,
_default_2 as ER87,
_default_3 as R82,
_default_4 as R109
}
}
export { experimentalRules }
Expand Down

0 comments on commit f37faf4

Please sign in to comment.