web-client-ui
web-client-ui copied to clipboard
@deephaven/utils - errors when installing in vscode extension
I attempted to install @deephaven/utils in the vscode-deephaven extension and get a number of errors:
It looks like there are at least 2 classes of errors here:
- Incompatible
CustomEventtype (presumably due to differences in TypeScript version or tsconfig target) - References to
jest. This dependency is not declared inpackage.json. We may also want to remove the dependency onjestfrom@deephaven/utilsaltogether since not all consumers would be usingjestas their testing framework.