Add support for synchronous backend configuration #281
+335
−5
Annotations
10 warnings
|
Linting:
src/internal/devices.ts#L66
Unexpected any. Specify a different type
|
|
Linting:
src/internal/devices.ts#L54
Unexpected any. Specify a different type
|
|
Linting:
src/internal/devices.ts#L23
Unexpected any. Specify a different type
|
|
Linting:
src/config.ts#L263
Unexpected any. Specify a different type
|
|
Linting:
src/config.ts#L119
This assertion is unnecessary since it does not change the type of the expression
|
|
Linting:
src/backends/single_buffer.ts#L422
'lock' is assigned a value but never used
|
|
Linting:
src/backends/single_buffer.ts#L391
'lock' is assigned a value but never used
|
|
Linting:
src/backends/passthrough.ts#L182
Async method 'sync' has no 'await' expression
|
|
Linting:
src/backends/passthrough.ts#L89
Unexpected any. Specify a different type
|
|
Linting:
src/backends/passthrough.ts#L76
Unexpected any. Specify a different type
|
Loading