Skip to content

Commit

Permalink
Refactor @siteimprove/alfa-media (#1542)
Browse files Browse the repository at this point in the history
* Remove unused import

* Typo in function name

* Break down huge file a bit

* Break down huge file

* Break down value

* Break down parser circular references

* Simplify parsers

* Break down file

* Extract Comparison

* Break down big file

* Simplify parsers

* Improve typing

* Umprove parsers and typing

* Refactor and streamline parser

* Clean up

* Extract API

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Jym77 and github-actions[bot] authored Jan 2, 2024
1 parent ad65df6 commit b334aba
Show file tree
Hide file tree
Showing 33 changed files with 1,823 additions and 2,105 deletions.
2 changes: 1 addition & 1 deletion docs/review/api/alfa-dom.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ export namespace SupportsRule {
// @internal (undocumented)
export function fromSupportsRule(json: JSON): Trampoline<SupportsRule>;
// (undocumented)
export function isSupportsRue(value: unknown): value is SupportsRule;
export function isSupportsRule(value: unknown): value is SupportsRule;
// (undocumented)
export interface JSON extends ConditionRule.JSON<"supports"> {
}
Expand Down
Loading

0 comments on commit b334aba

Please sign in to comment.