Local test #71
Triggered via pull request
September 15, 2023 12:35
Status
Success
Total duration
2m 54s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pull-request.yml
on: pull_request
examples-test
2m 41s
dependabot-auto-merge
0s
Annotations
6 errors
examples-test
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
|
examples-test:
src/index.ts#L2
Type 'typeof webcrypto' is missing the following properties from type 'Crypto': subtle, getRandomValues, randomUUID
|
examples-test
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
|
examples-test:
src/index.ts#L2
Type 'typeof webcrypto' is not assignable to type 'Crypto'.
|
examples-test
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
|
examples-test:
src/index.ts#L2
Type 'typeof webcrypto' is not assignable to type 'Crypto'.
|