Update core.ts #7
Annotations
13 errors
typecheck:
test/core.test.ts#L7
Argument of type '{ fromCal: string; }' is not assignable to parameter of type 'string'.
|
typecheck:
test/core.test.ts#L8
Argument of type '{ fromCal: string; }' is not assignable to parameter of type 'string'.
|
typecheck
Process completed with exit code 1.
|
lint:
src/core.ts#L47
A space is required after ','
|
lint:
src/utils.ts#L1
Too many blank lines at the beginning of file. Max of 0 allowed
|
lint:
src/utils.ts#L4
Trailing spaces not allowed
|
lint:
src/utils.ts#L9
Expected indentation of 2 spaces but found 4
|
lint:
src/utils.ts#L9
Extra semicolon
|
lint:
src/utils.ts#L10
Newline required at end of file but not found
|
lint
Process completed with exit code 1.
|
test (lts/*, macos-latest)
Process completed with exit code 1.
|
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
|
test (lts/*, windows-latest)
Process completed with exit code 1.
|