Skip to content

chore: consolidate aria parser in isomorphic bundle#34298

Merged
pavelfeldman merged 1 commit intomicrosoft:mainfrom
pavelfeldman:better_parser
Jan 10, 2025
Merged

chore: consolidate aria parser in isomorphic bundle#34298
pavelfeldman merged 1 commit intomicrosoft:mainfrom
pavelfeldman:better_parser

Conversation

@pavelfeldman
Copy link
Copy Markdown
Member

No description provided.

// - child
const valueIsSequence = value instanceof yaml.YAMLSeq ;
if (valueIsSequence) {
convertSeq(childNode, value as yamlTypes.YAMLSeq);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we drop the cast after the check?

Suggested change
convertSeq(childNode, value as yamlTypes.YAMLSeq);
convertSeq(childNode, value);

@github-actions
Copy link
Copy Markdown
Contributor

Test results for "tests 1"

10 flaky ⚠️ [firefox-page] › tests/page/page-evaluate.spec.ts:403:3 › should throw for too deep reference chain @firefox-ubuntu-22.04-node18
⚠️ [installation tests] › tests/playwright-electron-should-work.spec.ts:21:5 › electron should work @package-installations-macos-latest
⚠️ [installation tests] › tests/playwright-electron-should-work.spec.ts:31:5 › electron should work with special characters in path @package-installations-macos-latest
⚠️ [playwright-test] › tests/ui-mode-trace.spec.ts:341:5 › should work behind reverse proxy @ubuntu-latest-node20-1
⚠️ [webkit-library] › tests/library/browsercontext-clearcookies.spec.ts:92:3 › should remove cookies by domain @webkit-ubuntu-22.04-node18
⚠️ [webkit-library] › tests/library/screenshot.spec.ts:219:14 › element screenshot › element screenshot should work with device scale factor @webkit-ubuntu-22.04-node18
⚠️ [webkit-library] › tests/library/trace-viewer.spec.ts:109:1 › should show tracing.group in the action list with location @webkit-ubuntu-22.04-node18
⚠️ [webkit-library] › tests/library/trace-viewer.spec.ts:238:1 › should show params and return value @webkit-ubuntu-22.04-node18
⚠️ [webkit-library] › tests/library/tracing.spec.ts:614:5 › should hide internal stack frames in expect @webkit-ubuntu-22.04-node18
⚠️ [webkit-page] › tests/page/page-set-input-files.spec.ts:245:3 › should upload large file with relative path @webkit-ubuntu-22.04-node18

37571 passed, 648 skipped
✔️✔️✔️

Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants