dequelabs/axe-core

Axe-core's d.ts file is incomplete

Open

#4,241 opened on Nov 9, 2023

 (4 comments) (0 reactions) (0 assignees)JavaScript (783 forks)batch import
help wanted

Repository metrics

Stars
 (5,457 stars)
PR merge metrics
 (Avg merge 6d) (21 merged PRs in 30d)

Description

Product

axe-core

Product Version

No response

Latest Version

  • I have tested the issue with the latest version of the product

Issue Description

I wanted to access the function isVisibleOnScreen from axe.commons.dom, but this is not exported in the .d.ts.

This technically can be solved by adding the function to the d.ts file, but there are multiple functions that are not exported, not just the function I'm mentioning.

Contributor guide