[terra]upgrade terra to cxx-parser #407
Annotations
11 errors and 10 warnings
lint:
scripts/terra/config/assign_simple_type_list.ts#L1
Cannot find module '@agoraio-extensions/cxx-parser' or its corresponding type declarations.
|
lint:
scripts/terra/config/rename_member_function_param_type_list.ts#L1
'SimpleType' is declared but its value is never read.
|
lint:
scripts/terra/config/rename_member_function_param_type_list.ts#L1
Cannot find module '@agoraio-extensions/cxx-parser' or its corresponding type declarations.
|
lint:
scripts/terra/config/rename_member_function_param_type_list.ts#L2
All imports in import declaration are unused.
|
lint:
scripts/terra/config/rename_member_function_param_type_list.ts#L5
Cannot find module '@agoraio-extensions/terra_shared_configs' or its corresponding type declarations.
|
lint:
scripts/terra/config/update_simple_type_list.ts#L1
Cannot find module '@agoraio-extensions/cxx-parser' or its corresponding type declarations.
|
lint:
scripts/terra/config/update_simple_type_list.ts#L5
Cannot find module '@agoraio-extensions/terra_shared_configs' or its corresponding type declarations.
|
lint:
scripts/terra/index.ts#L3
Cannot find module '@agoraio-extensions/cxx-parser' or its corresponding type declarations.
|
lint:
scripts/terra/index.ts#L8
Cannot find module '@agoraio-extensions/terra-core' or its corresponding type declarations.
|
lint:
scripts/terra/index.ts#L10
Cannot find module '@agoraio-extensions/terra_shared_configs' or its corresponding type declarations.
|
build-os (macos)
[notice] A new release of pip is available: 23.3.1 -> 23.3.2
[notice] To update, run: python3.11 -m pip install --upgrade pip
|
lint:
example/src/renderer/components/ui/index.tsx#L180
'event' is defined but never used. Allowed unused args must match /^_/u
|
lint:
example/src/renderer/components/ui/index.tsx#L243
'onValueChange' is assigned a value but never used
|
lint:
example/src/renderer/components/ui/index.tsx#L263
'value' is already declared in the upper scope on line 243 column 18
|
lint:
example/src/renderer/components/ui/index.tsx#L274
'value' is already declared in the upper scope on line 243 column 18
|
lint:
example/src/renderer/components/ui/index.tsx#L283
'value' is already declared in the upper scope on line 243 column 18
|
lint:
example/src/renderer/examples/advanced/LocalVideoTranscoder/LocalVideoTranscoder.tsx#L494
'index' is defined but never used. Allowed unused args must match /^_/u
|
lint:
example/src/renderer/examples/advanced/ScreenShare/ScreenShare.tsx#L544
'index' is defined but never used. Allowed unused args must match /^_/u
|
lint:
example/src/renderer/examples/hook/DeviceManager/DeviceManager.tsx#L90
'playbackDevices' is already declared in the upper scope on line 42 column 10
|
lint:
example/src/renderer/examples/hook/DeviceManager/DeviceManager.tsx#L93
'recordingDevices' is already declared in the upper scope on line 48 column 10
|
lint:
example/src/renderer/examples/hook/DeviceManager/DeviceManager.tsx#L96
'videoDevices' is already declared in the upper scope on line 58 column 10
|