Create node.js.yml #1
Annotations
11 errors
|
Run npm run build --if-present:
src/Neurosity.ts#L79
Property 'bluetoothClient' has no initializer and is not definitely assigned in the constructor.
|
Run npm run build --if-present:
src/Neurosity.ts#L84
Property 'isMissingBluetoothTransport' has no initializer and is not definitely assigned in the constructor.
|
Run npm run build --if-present:
src/Neurosity.ts#L137
Argument of type 'STREAMING_MODE | undefined' is not assignable to parameter of type 'STREAMING_MODE'.
|
Run npm run build --if-present:
src/Neurosity.ts#L185
Argument of type 'string | null' is not assignable to parameter of type 'string | undefined'.
|
Run npm run build --if-present:
src/Neurosity.ts#L562
Type 'DeviceInfo | null' is not assignable to type 'DeviceInfo'.
|
Run npm run build --if-present:
src/__tests__/settings.test.ts#L10
Argument of type '{ lsl: false; bluetooth: boolean; timesync: boolean; deviceNickname: string; }' is not assignable to parameter of type 'Settings'.
|
Run npm run build --if-present:
src/__tests__/settings.test.ts#L74
Property 'bluetooth' does not exist on type 'Settings'.
|
Run npm run build --if-present:
src/__tests__/settings.test.ts#L75
Property 'timesync' does not exist on type 'Settings'.
|
Run npm run build --if-present:
src/__tests__/settings.test.ts#L76
Property 'deviceNickname' does not exist on type 'Settings'.
|
Run npm run build --if-present:
src/__tests__/settings.test.ts#L99
Property 'bluetooth' does not exist on type 'Settings'.
|
Loading