Lines Matching defs:message
208 const message: string = `A struct should use decorator '@Component'.`; constant
212 const message: string = `A struct must have a name.`; constant
220 const message: string = `Please use a valid decorator.`; constant
332 const message: string = `The struct '${componentName}' use invalid decorator.`; constant
337 const message: string = `The struct '${componentName}' should use decorator '@Component'.`; constant
341 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
346 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
355 const message: string = `@Concurrent can only be used in ESMODULE compile mode.`; constant
359 …const message: string = `@Concurrent can not be used on method. please use it on function declarat… constant
367 const message: string = `@Concurrent can not be used on ${funcKind} function declaration.`; constant
456 const message: string = `The '@${decoratorName}' decorator can only be used with 'struct'.`; constant
501 const message: string = isCheckType.name === null ? constant
555 const message: string = isCheckType.name === null ? constant
669 const message: string = constant
1230 … const message: string = `It's not a recommended way to export struct with @Entry decorator, ` + constant