feat: add support for collpasing value by constructor name #34
Annotations
3 errors and 1 warning
Run npm run 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'.
|
Run npm run 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'.
|
Run npm run typecheck
Process completed with exit code 2.
|
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/
|
Loading