chore: format sources and update protocol outputs
This commit is contained in:
@@ -159,10 +159,7 @@ function axValue(v: unknown): string {
|
||||
return "";
|
||||
}
|
||||
|
||||
export function formatAriaSnapshot(
|
||||
nodes: RawAXNode[],
|
||||
limit: number,
|
||||
): AriaSnapshotNode[] {
|
||||
export function formatAriaSnapshot(nodes: RawAXNode[], limit: number): AriaSnapshotNode[] {
|
||||
const byId = new Map<string, RawAXNode>();
|
||||
for (const n of nodes) {
|
||||
if (n.nodeId) byId.set(n.nodeId, n);
|
||||
|
||||
Reference in New Issue
Block a user