mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-12-04 07:22:30 +00:00
restore error message in notComponent ut Signed-off-by: s00912778 <shijiakai2@huawei.com> Change-Id: If2e0f4d8d3b7e07cbc31a31a673fb460c480bf8f
This commit is contained in:
parent
e93e60cec7
commit
717ad03a42
@ -180,7 +180,10 @@
|
||||
"type": "ERROR"
|
||||
},
|
||||
"validateModuleName": [],
|
||||
"notComponent": [],
|
||||
"notComponent": {
|
||||
"message": "Decorator '@Component', '@ComponentV2', or '@CustomDialog' is missing for struct 'EntryComponent'.",
|
||||
"type": "ERROR"
|
||||
},
|
||||
"notConcurrent": {
|
||||
"message": "The struct 'NotConcurrentIndexDecorator' use invalid decorator.",
|
||||
"type": "WARN"
|
||||
|
@ -1,4 +1,3 @@
|
||||
@Entry
|
||||
struct EntryComponent{
|
||||
build(){
|
||||
Column(){
|
||||
|
Loading…
Reference in New Issue
Block a user