refactor: use optional chaining #7656
test.yml
on: pull_request
Node
1m 36s
Runtime, Linting, and Coverage
2m 39s
Matrix: CLI
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]`
|