mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-12-04 23:37:22 +00:00
update ut for validate Signed-off-by: s00912778 <shijiakai2@huawei.com> Change-Id: I2d762340dc8a6ed0ae4c89eca753ba0e6416937a
This commit is contained in:
parent
e2cec99dca
commit
b997feb6a6
@ -195,10 +195,7 @@
|
|||||||
"message": "The module name 'Button' can not be the same as the inner component name.",
|
"message": "The module name 'Button' can not be the same as the inner component name.",
|
||||||
"type": "ERROR"
|
"type": "ERROR"
|
||||||
},
|
},
|
||||||
"notComponent": {
|
"notComponent": [],
|
||||||
"message": "Decorator '@Component', '@ComponentV2', or '@CustomDialog' is missing for struct 'EntryComponent'.",
|
|
||||||
"type": "ERROR"
|
|
||||||
},
|
|
||||||
"notConcurrent": {
|
"notConcurrent": {
|
||||||
"message": "The struct 'NotConcurrentIndexDecorator' use invalid decorator.",
|
"message": "The struct 'NotConcurrentIndexDecorator' use invalid decorator.",
|
||||||
"type": "WARN"
|
"type": "WARN"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
@Entry
|
||||||
struct EntryComponent{
|
struct EntryComponent{
|
||||||
build(){
|
build(){
|
||||||
Column(){
|
Column(){
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
declare const CustomMethod: PropertyDecorator;
|
// declare const CustomMethod: PropertyDecorator;
|
||||||
|
|
||||||
@Entry
|
@Entry
|
||||||
@Component
|
@Component
|
||||||
|
Loading…
Reference in New Issue
Block a user