perf: array optimizations #2852
+16
β5
Draft
Annotations
4 errors and 1 warning
Lint:
src/runtime/plugins/colors.ts#L21
`new Array()` is unclear in intent; use either `[x]` or `Array.from({length: x})`
|
Lint:
src/runtime/plugins/colors.ts#L22
`new Array()` is unclear in intent; use either `[x]` or `Array.from({length: x})`
|
Lint:
src/runtime/plugins/colors.ts#L23
`new Array()` is unclear in intent; use either `[x]` or `Array.from({length: x})`
|
Lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading