Skip to content

breaking: stop global modification. remove quick-base64. modernize podspec. #543

breaking: stop global modification. remove quick-base64. modernize podspec.

breaking: stop global modification. remove quick-base64. modernize podspec. #543

Triggered via pull request May 10, 2024 00:27
Status Failure
Total duration 1m 10s
Artifacts

validate-js.yml

on: pull_request
Compile JS (tsc)
34s
Compile JS (tsc)
JS Lint (eslint, prettier)
1m 2s
JS Lint (eslint, prettier)
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Compile JS (tsc): example/src/testing/Tests/CipherTests/CipherTestFirst.ts#L14
Argument of type '"aes192"' is not assignable to parameter of type 'CipherGCMTypes'.
Compile JS (tsc): example/src/testing/Tests/CipherTests/CipherTestFirst.ts#L22
Argument of type '"aes192"' is not assignable to parameter of type 'CipherGCMTypes'.
Compile JS (tsc): example/src/testing/Tests/CipherTests/CipherTestFirst.ts#L32
Argument of type '"aes192"' is not assignable to parameter of type 'CipherGCMTypes'.
Compile JS (tsc): example/src/testing/Tests/CipherTests/CipherTestFirst.ts#L36
Argument of type '"aes192"' is not assignable to parameter of type 'CipherGCMTypes'.
Compile JS (tsc): example/src/testing/Tests/CipherTests/CipherTestFirst.ts#L51
Argument of type '"aes256"' is not assignable to parameter of type 'CipherGCMTypes'.
Compile JS (tsc): example/src/testing/Tests/CipherTests/CipherTestFirst.ts#L58
Argument of type '"aes256"' is not assignable to parameter of type 'CipherGCMTypes'.
Compile JS (tsc): example/src/testing/Tests/CipherTests/CipherTestFirst.ts#L74
Argument of type '"blah"' is not assignable to parameter of type 'CipherGCMTypes'.
Compile JS (tsc): example/src/testing/Tests/CipherTests/CipherTestFirst.ts#L82
Argument of type '"aes-256-cbc"' is not assignable to parameter of type 'CipherGCMTypes'.
Compile JS (tsc): example/src/testing/Tests/CipherTests/CipherTestFirst.ts#L88
Argument of type '"aes-256-cbc"' is not assignable to parameter of type 'CipherGCMTypes'.
Compile JS (tsc): example/src/testing/Tests/CipherTests/CipherTestFirst.ts#L107
Argument of type '"aes-256-cbc"' is not assignable to parameter of type 'CipherGCMTypes'.
JS Lint (eslint, prettier)
Process completed with exit code 1.
JS Lint (eslint, prettier): example/src/testing/Tests/webcryptoTests/import_export.ts#L213
'prettier/prettier' rule is disabled but never reported.