Skip to content

feat: add support for collpasing value by constructor name #34

feat: add support for collpasing value by constructor name

feat: add support for collpasing value by constructor name #34

Triggered via push September 8, 2024 06:38
Status Failure
Total duration 5m 59s
Artifacts

checks.yml

on: push
Matrix: test / test_linux
Matrix: test / test_windows
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
typecheck / typecheck: formatters/console/printers/main.ts#L30
Property ''collapse'' is missing in type '{ 'object-start': (token: { constructorName: string | null; }, formatter: ConsoleFormatter) => string; 'object-end': (_: {}, formatter: ConsoleFormatter) => string; ... 54 more ...; 'static-members-end': (_: {}, formatter: ConsoleFormatter) => string; }' but required in type 'TokenPrinters'.
typecheck / typecheck: formatters/html/printers/main.ts#L32
Property ''collapse'' is missing in type '{ 'object-start': (token: { constructorName: string | null; }, formatter: HTMLFormatter) => string; 'object-end': (_: {}, formatter: HTMLFormatter) => string; ... 54 more ...; 'static-members-end': (_: {}, formatter: HTMLFormatter) => string; }' but required in type 'TokenPrinters'.
typecheck / typecheck
Process completed with exit code 2.
test / test_linux (20.10.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
typecheck / typecheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / test_linux (21.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint / lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / test_windows (20.10.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test / test_windows (21.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/