Skip to content

refactor: use optional chaining #7656

refactor: use optional chaining

refactor: use optional chaining #7656

Triggered via pull request December 4, 2024 18:41
Status Success
Total duration 2m 48s
Artifacts

test.yml

on: pull_request
Node
1m 36s
Node
Runtime, Linting, and Coverage
2m 39s
Runtime, Linting, and Coverage
Matrix: CLI
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
CLI (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Node
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Runtime, Linting, and Coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Runtime, Linting, and Coverage: src/compile/data/facet.ts#L216
Replace `(layoutHeaders[headerChannel]?.[headerType])` with `layoutHeaders[headerChannel]?.[headerType]`