Lines Matching defs:message
229 const message: string = `Please use a valid decorator.`; constant
259 …const message: string = `Decorator '@Component', '@ComponentV2', or '@CustomDialog' is missing for… constant
263 const message: string = `A struct must have a name.`; constant
371 const message: string = `The struct '${componentName}' use invalid decorator.`; constant
378 …const message: string = `Decorator '@Component', '@ComponentV2', or '@CustomDialog' is missing for… constant
381 …const message: string = `The struct '${componentName}' can not be decorated with '@ComponentV2' ` + constant
386 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
391 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
401 const message: string = `@Concurrent can only be used in ESMODULE compile mode.`; constant
405 …const message: string = `@Concurrent can not be used on method. please use it on function declarat… constant
414 const message: string = `@Concurrent can not be used on ${funcKind} function declaration.`; constant
597 …const message: string = 'The member property or method can not be decorated by multiple built-in d… constant
668 const message: string = 'Duplicate decorators for function are not allowed.'; constant
673 const message: string = 'A function can only be decorated by one of the ' + constant
709 const message: string = `@Computed can only decorate 'GetAccessor'.`; constant
716 const message: string = `'${decoratorName}' can only decorate method.`; constant
722 const message: string = `'${decoratorName}' can only decorate member property.`; constant
759 const message: string = `The '@${decoratorName}' decorator can only be used in 'class'.`; constant
770 …const message: string = `The '@${decoratorName}' decorator can not be used in a 'class' decorated … constant
783 …const message: string = `The '@${decoratorName}' can decorate only member ${info} within a 'class'… constant
792 …const message: string = `The '@${decoratorName}' decorator can not be used in a 'class' decorated … constant
796 …const message: string = `The '@${decoratorName}' decorator can not be used in a 'class' decorated … constant
800 …const message: string = `The '@${decoratorName}' can decorate only member variables in a 'class'.`; constant
853 …const message: string = `A class can not be decorated by '@Observed' and '@ObservedV2' at the same… constant
909 const message: string = `Because the current class is decorated by '@ObservedV2', ` + constant
915 const message: string = `Because the current class is decorated by '@Observed', ` + constant
928 …const message: string = `The '@${decoratorName}' decorator can only be used in a 'struct' decorate… constant
932 …const message: string = `The '@${decoratorName}' decorator can only be used in a 'struct' decorate… constant
936 const message: string = `The '@${decoratorName}' decorator can only be used with 'struct'.`; constant
1003 const message: string = isCheckType.name === null ? constant
1058 const message: string = isCheckType.name === null ? constant
1172 const message: string = constant
1756 … const message: string = `It's not a recommended way to export struct with @Entry decorator, ` + constant