feat: add support for collpasing value by constructor name #34
checks.yml
on: push
lint
/
lint
58s
typecheck
/
typecheck
56s
Matrix: test / test_linux
Matrix: test / test_windows
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/
|