Skip to content

cleaner deeptable instantiation pattern #6

cleaner deeptable instantiation pattern

cleaner deeptable instantiation pattern #6

Triggered via pull request November 11, 2024 17:02
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
Run ESLint, TypeScript, and Tests
27s
Run ESLint, TypeScript, and Tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Run ESLint, TypeScript, and Tests: src/Deeptable.ts#L413
Unexpected any. Specify a different type
Run ESLint, TypeScript, and Tests: src/Deeptable.ts#L433
Unsafe member access .typeId on an `any` value
Run ESLint, TypeScript, and Tests: src/scatterplot.ts#L621
Unsafe return of an `any` typed value
Run ESLint, TypeScript, and Tests: src/scatterplot.ts#L702
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Run ESLint, TypeScript, and Tests: src/scatterplot.ts#L720
Async method 'unsafe_plotAPI' has no 'await' expression
Run ESLint, TypeScript, and Tests
Process completed with exit code 1.