chore: typescript #540
Annotations
1 error and 10 warnings
test-node
Process completed with exit code 1.
|
test-node:
modules/core/bundle.ts#L5
'@hubble.gl/core' should be listed in the project's dependencies. Run 'npm i -S @hubble.gl/core' to add it
|
test-node:
modules/core/src/capture/video-capture.ts#L78
'console' is not defined
|
test-node:
modules/core/src/capture/video-capture.ts#L81
'console' is not defined
|
test-node:
modules/core/src/capture/video-capture.ts#L96
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
|
test-node:
modules/core/src/capture/video-capture.ts#L103
'console' is not defined
|
test-node:
modules/core/src/capture/video-capture.ts#L124
'console' is not defined
|
test-node:
modules/core/src/capture/video-capture.ts#L130
'console' is not defined
|
test-node:
modules/core/src/capture/video-capture.ts#L140
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
|
test-node:
modules/core/src/capture/video-capture.ts#L157
'console' is not defined
|
test-node:
modules/core/src/capture/video-capture.ts#L161
'console' is not defined
|