Skip to content

Update year in LICENSE #265

Update year in LICENSE

Update year in LICENSE #265

Triggered via push January 9, 2024 13:55
Status Failure
Total duration 21s
Artifacts

ci.yml

on: push
Static code analysis
10s
Static code analysis
Type checking
8s
Type checking
Prettier
10s
Prettier
Unit tests
11s
Unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Type checking: src/get_daily_opening_hours.ts#L20
Cannot find name 'Map'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
Type checking: src/get_next_closed_at.ts#L34
Cannot find name 'Map'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
Type checking: src/get_next_closed_at.ts#L35
Property 'from' does not exist on type 'ArrayConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
Type checking: src/get_next_closed_at.ts#L35
Parameter '_' implicitly has an 'any' type.
Type checking: src/get_next_open_at.ts#L27
Cannot find name 'Map'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
Type checking: src/get_next_open_at.ts#L28
Property 'from' does not exist on type 'ArrayConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
Type checking: src/get_next_open_at.ts#L28
Parameter '_' implicitly has an 'any' type.
Type checking: src/get_next_open_at.ts#L28
Parameter 'index' implicitly has an 'any' type.
Type checking: src/get_opening_hours.ts#L17
Property 'endsWith' does not exist on type '`${number}:${number}-${number}:${number}` | `${number}:${number}+`'.
Type checking: src/get_opening_hours.ts#L53
Property 'startsWith' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.