Parse and show planning details (Buffers, I/O Timings) #764
Annotations
4 errors and 1 warning
|
build (20.x)
Process completed with exit code 2.
|
|
build (20.x):
src/components/PlanStats.vue#L213
Type '{ "Memory Used": number; "Memory Allocated": number; "Local Dirtied Blocks": number; "Local Hit Blocks": number; "Local Read Blocks": number; "Local Written Blocks": number; "Shared Dirtied Blocks": number; ... 12 more ...; "*I/O Write Speed"?: number | undefined; } | undefined' is not assignable to type 'Node'.
|
|
build (20.x):
src/components/PlanStats.vue#L211
Type '{ "Memory Used": number; "Memory Allocated": number; "Local Dirtied Blocks": number; "Local Hit Blocks": number; "Local Read Blocks": number; "Local Written Blocks": number; "Shared Dirtied Blocks": number; ... 12 more ...; "*I/O Write Speed"?: number | undefined; } | undefined' is not assignable to type 'Node | ISerialization'.
|
|
build (20.x):
src/components/PlanStats.vue#L128
Element implicitly has an 'any' type because expression of type 'BuffersProp' can't be used to index type '{ Time: number; "Output Volume": number; "Local Dirtied Blocks": number; "Local Hit Blocks": number; "Local Read Blocks": number; "Local Written Blocks": number; "Shared Dirtied Blocks": number; "Shared Hit Blocks": number; "Shared Read Blocks": number; "Shared Written Blocks": number; "Temp Read Blocks": number; "T...'.
|
|
build (20.x)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|