-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(browser): export aria tree utils #10171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
6960106
c833570
ed6ee88
64cd094
9fc20e7
6b8eea0
1f4d4a4
459f7cf
a69091c
61d57ca
07a6fe2
633fdbd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -556,4 +556,7 @@ export const utils = { | |
| debug, | ||
| getElementLocatorSelectors, | ||
| configurePrettyDOM, | ||
| get aria() { | ||
| return getBrowserState().aria | ||
| }, | ||
|
Comment on lines
+559
to
+561
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What exactly does this work-around fix? Why not
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's some weird There's other globals that are passed around like |
||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| export type * as __ivyaAriaTypes from 'ivya/aria' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typescript couldn't infer jsdoc from the original
ivya/ariaexports (likely due to dts bundling), so I wrote up it manually by partially duplicating the ones in ivya.