App client deprecation #678
Annotations
10 errors and 11 warnings
Lint:
src/types/app-client.ts#L706
Unexpected any. Specify a different type
|
Lint:
src/types/app-client.ts#L998
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
Lint:
src/types/app-client.ts#L1116
Unexpected aliasing of 'this' to local variable
|
Lint:
src/types/app-client.ts#L1124
Unexpected any. Specify a different type
|
Lint:
src/types/app-client.ts#L1143
Unexpected any. Specify a different type
|
Lint:
src/types/app-client.ts#L1193
Unexpected aliasing of 'this' to local variable
|
Lint:
src/types/app-client.ts#L1202
Unexpected any. Specify a different type
|
Lint:
src/types/app-client.ts#L1229
Unexpected any. Specify a different type
|
Lint:
src/types/app-spec.ts#L18
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
Lint:
src/types/composer.ts#L1233
Unexpected any. Specify a different type
|
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/
|
Lint:
src/app.ts#L32
'AtomicTransactionComposer' is defined but never used
|
Lint:
src/app.ts#L35
'Transaction' is defined but never used
|
Lint:
src/asset.ts#L132
'clientManager' is assigned a value but never used
|
Lint:
src/asset.ts#L160
'clientManager' is assigned a value but never used
|
Lint:
src/debugging/debugging.spec.ts#L30
'algod' is assigned a value but never used
|
Lint:
src/debugging/debugging.spec.ts#L79
'algod' is assigned a value but never used
|
Lint:
src/transaction/transaction.spec.ts#L240
'algod' is assigned a value but never used
|
Lint:
src/types/app-client.ts#L74
'ABITupleType' is defined but never used
|
Lint:
src/types/app-client.ts#L1143
'appState' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/types/app-factory-and-client.spec.ts#L263
'algod' is assigned a value but never used
|
Loading