Skip to content

Support sources as Uint8Arrays #207

Support sources as Uint8Arrays

Support sources as Uint8Arrays #207

Triggered via pull request January 11, 2024 06:42
Status Failure
Total duration 27s
Artifacts

node.js.yaml

on: pull_request
Matrix: build
notify-slack
0s
notify-slack
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build (16.x): src/ast_to_source_printer.ts#L13
Cannot find module 'solc-typed-ast' or its corresponding type declarations.
build (16.x): src/ast_to_source_printer.ts#L107
'source' is possibly 'undefined'.
build (16.x): src/bin/scribble.ts#L36
Cannot find module 'solc-typed-ast' or its corresponding type declarations.
build (16.x): src/bin/scribble.ts#L902
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
build (16.x): src/instrumenter/annotations.ts#L16
Cannot find module 'solc-typed-ast' or its corresponding type declarations.
build (16.x): src/instrumenter/annotations.ts#L725
Argument of type 'SAnnotation' is not assignable to parameter of type 'SProperty'.
build (16.x): src/instrumenter/annotations.ts#L823
Parameter 'nd' implicitly has an 'any' type.
build (16.x): src/instrumenter/callgraph.ts#L10
Cannot find module 'solc-typed-ast' or its corresponding type declarations.
build (16.x): src/instrumenter/callgraph.ts#L40
Parameter 'node' implicitly has an 'any' type.
build (16.x): src/instrumenter/callgraph.ts#L97
Parameter 'contractT' implicitly has an 'any' type.