• Home
  • Raw
  • Download

Lines Matching defs:message

241             const message: string = `Please use a valid decorator.`;  constant
271 …const message: string = `Decorator '@Component', '@ComponentV2', or '@CustomDialog' is missing for… constant
275 const message: string = `A struct must have a name.`; constant
391 const message: string = `The struct '${componentName}' use invalid decorator.`; constant
398 …const message: string = `Decorator '@Component', '@ComponentV2', or '@CustomDialog' is missing for… constant
401 …const message: string = `The struct '${componentName}' can not be decorated with '@ComponentV2' ` + constant
405 …const message: string = `'@ReusableV2' is only applicable to custom components decorated by '@Comp… constant
409 …const message: string = `The '@Reusable' and '@ReusableV2' decoraotrs cannot be applied simultaneo… constant
413 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
418 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
428 const message: string = `'@Concurrent' can only be used in ESMODULE compile mode.`; constant
432 …const message: string = `'@Concurrent' can not be used on method, please use it on function declar… constant
441 const message: string = `'@Concurrent' can not be used on '${funcKind}' function declaration.`; constant
621 …const message: string = 'The member property or method can not be decorated by multiple built-in d… constant
729 …const message: string = `Duplicate '@${duplicateDecorators}' decorators for function are not allow… constant
733 const message: string = 'A function can only be decorated by one of the ' + constant
740 const message: string = `The '@Extend' function cannot have the same name as` + constant
828 const message: string = `'@Computed' can only decorate 'GetAccessor'.`; constant
835 const message: string = `'${decoratorName}' can only decorate method.`; constant
841 const message: string = `'${decoratorName}' can only decorate member property.`; constant
879 …const message: string = `The '@${decoratorName}' decorator can decorate only member variables of a… constant
890 …const message: string = `'@${decoratorName}' cannot be used with classes decorated by '@ObservedV2… constant
904 …const message: string = `The '@${decoratorName}' can decorate only member '${info}' within a 'clas… constant
913 …const message: string = `The '@${decoratorName}' decorator can not be used in a 'class' decorated … constant
917 …const message: string = `The '@${decoratorName}' decorator can not be used in a 'class' decorated … constant
921 …const message: string = `The '@${decoratorName}' can decorate only member variables in a 'class'.`; constant
974 …const message: string = `A class can not be decorated by '@Observed' and '@ObservedV2' at the same… constant
1033 …const message: string = `A class decorated by '@ObservedV2' cannot inherit from a class decorated … constant
1038 …const message: string = `A class decorated by '@Observed' cannot inherit from a class decorated by… constant
1050 …const message: string = `The '@${decoratorName}' decorator can only be used in a 'struct' decorate… constant
1054 …const message: string = `The '@${decoratorName}' decorator can only be used in a 'struct' decorate… constant
1058 const message: string = `The '@${decoratorName}' decorator can only be used with 'struct'.`; constant
1068 …const message: string = `Use the '@${decoratorName}' decorator only in the global scope or in a st… constant
1072 const message: string = `Use the '@${decoratorName}' decorator only in the global scope.`; constant
1304 const message: string = constant
1905 … const message: string = `It's not a recommended way to export struct with '@Entry' decorator, ` + constant
1980 …const message: string = `Methods, properties and accessors in structures decorated by '@Component'… constant