-
Notifications
You must be signed in to change notification settings - Fork 11
Description
编译报错了:1 ERROR: ArkTS:ERROR File: /Users/jimmy54/Documents/github/ohos_electron_hap/web_engine/src/main/ets/adapter/BatteryAdapter.ets:35:10
Module '"../interface/CommonInterface"' has no exported member 'BatteryInfo'.
2 ERROR: ArkTS:ERROR File: /Users/jimmy54/Documents/github/ohos_electron_hap/web_engine/src/main/ets/adapter/OcrAdapter.ets:32:10
Module '"../interface/CommonInterface"' has no exported member 'OcrAdapterImage'.
3 ERROR: ArkTS:ERROR File: /Users/jimmy54/Documents/github/ohos_electron_hap/web_engine/src/main/ets/adapter/OcrAdapter.ets:32:27
Module '"../interface/CommonInterface"' has no exported member 'TextWord'.
4 ERROR: ArkTS:ERROR File: /Users/jimmy54/Documents/github/ohos_electron_hap/web_engine/src/main/ets/adapter/PasteBoardApadter.ets:255:33
Property 'filterFileDocs' does not exist on type 'typeof StringUtil'.
5 ERROR: ArkTS:ERROR File: /Users/jimmy54/Documents/github/ohos_electron_hap/web_engine/src/main/ets/adapter/PowerMonitorAdapter.ets:62:40
Property 'PowerMonitor' does not exist on type 'NativeContext'.
6 ERROR: ArkTS:ERROR File: /Users/jimmy54/Documents/github/ohos_electron_hap/web_engine/src/main/ets/adapter/PowerMonitorAdapter.ets:65:40
Property 'PowerMonitor' does not exist on type 'NativeContext'.
7 ERROR: ArkTS:ERROR File: /Users/jimmy54/Documents/github/ohos_electron_hap/web_engine/src/main/ets/adapter/PowerMonitorAdapter.ets:69:40
Property 'PowerMonitor' does not exist on type 'NativeContext'.
8 ERROR: ArkTS:ERROR File: /Users/jimmy54/Documents/github/ohos_electron_hap/web_engine/src/main/ets/jsbindings/BatteryAdapterBind.ets:33:15
Module '"../interface/CommonInterface"' has no exported member 'BatteryInfo'.
9 ERROR: ArkTS:ERROR File: /Users/jimmy54/Documents/github/ohos_electron_hap/web_engine/src/main/ets/jsbindings/OcrAdapterBind.ets:33:15
Module '"../interface/CommonInterface"' has no exported member 'OcrAdapterImage'.