feat: add trace event utils #3660
code-pushup.yml
on: pull_request
Standalone mode
9m 29s
Monorepo mode
13m 16s
Annotations
4 errors and 2 warnings
|
<✓> ESLint | disallow unsupported Node.js built-in APIs on the specified version:
packages/utils/src/lib/clock-epoch.ts#L44
The 'PerformanceEntry' is still an experimental feature and is not supported until Node.js 19.0.0. The configured version range is '>=18.2.0'.
|
|
Monorepo mode
Process completed with exit code 1.
|
|
Monorepo mode
Process failed with exit code 130
|
|
Monorepo mode
[Code PushUp GitHub action] Failed: Process failed with exit code 130
|
|
<✓> ESLint | Enforce the use of top-level import type qualifier when an import only has specifiers with inline type qualifiers:
packages/utils/src/lib/trace-file-utils.ts#L2
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import.
|
|
<✓> ESLint | Require braces around arrow function bodies:
packages/utils/src/lib/clock-epoch.ts#L44
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`.
|