• Home
  • Raw
  • Download

Lines Matching defs:message

231             const message: string = `Please use a valid decorator.`;  constant
261 …const message: string = `Decorator '@Component', '@ComponentV2', or '@CustomDialog' is missing for… constant
265 const message: string = `A struct must have a name.`; constant
381 const message: string = `The struct '${componentName}' use invalid decorator.`; constant
388 …const message: string = `Decorator '@Component', '@ComponentV2', or '@CustomDialog' is missing for… constant
391 …const message: string = `The struct '${componentName}' can not be decorated with '@ComponentV2' ` + constant
395 …const message: string = `'@ReusableV2' is only applicable to custom components decorated by '@Comp… constant
399 …const message: string = `The '@Reusable' and '@ReusableV2' decoraotrs cannot be applied simultaneo… constant
403 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
408 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
418 const message: string = `'@Concurrent' can only be used in ESMODULE compile mode.`; constant
422 …const message: string = `'@Concurrent' can not be used on method, please use it on function declar… constant
431 const message: string = `'@Concurrent' can not be used on '${funcKind}' function declaration.`; constant
614 …const message: string = 'The member property or method can not be decorated by multiple built-in d… constant
702 …const message: string = `Duplicate '@${duplicateDecorators}' decorators for function are not allow… constant
706 const message: string = 'A function can only be decorated by one of the ' + constant
752 const message: string = `'@Computed' can only decorate 'GetAccessor'.`; constant
759 const message: string = `'${decoratorName}' can only decorate method.`; constant
765 const message: string = `'${decoratorName}' can only decorate member property.`; constant
802 …const message: string = `The '@${decoratorName}' decorator can decorate only member variables of a… constant
813 …const message: string = `'@${decoratorName}' cannot be used with classes decorated by '@ObservedV2… constant
827 …const message: string = `The '@${decoratorName}' can decorate only member '${info}' within a 'clas… constant
836 …const message: string = `The '@${decoratorName}' decorator can not be used in a 'class' decorated … constant
840 …const message: string = `The '@${decoratorName}' decorator can not be used in a 'class' decorated … constant
844 …const message: string = `The '@${decoratorName}' can decorate only member variables in a 'class'.`; constant
897 …const message: string = `A class can not be decorated by '@Observed' and '@ObservedV2' at the same… constant
953 …const message: string = `A class decorated by '@ObservedV2' cannot inherit from a class decorated … constant
958 …const message: string = `A class decorated by '@Observed' cannot inherit from a class decorated by… constant
970 …const message: string = `The '@${decoratorName}' decorator can only be used in a 'struct' decorate… constant
974 …const message: string = `The '@${decoratorName}' decorator can only be used in a 'struct' decorate… constant
978 const message: string = `The '@${decoratorName}' decorator can only be used with 'struct'.`; constant
988 …const message: string = `Use the '@${decoratorName}' decorator only in the global scope or in a st… constant
992 const message: string = `Use the '@${decoratorName}' decorator only in the global scope.`; constant
1224 const message: string = constant
1822 … const message: string = `It's not a recommended way to export struct with '@Entry' decorator, ` + constant