Lines Matching defs:message
196 const message: string = `A struct should use decorator '@Component'.`; constant
200 const message: string = `A struct must have a name.`; constant
208 const message: string = `Please use a valid decorator.`; constant
313 const message: string = `The struct '${componentName}' use invalid decorator.`; constant
318 const message: string = `The struct '${componentName}' should use decorator '@Component'.`; constant
322 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
327 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
336 const message: string = `@Concurrent can only be used in ESMODULE compile mode.`; constant
340 …const message: string = `@Concurrent can not be used on method. please use it on function declarat… constant
348 const message: string = `@Concurrent can not be used on ${funcKind} function declaration.`; constant
432 const message: string = isCheckType.name === null ? constant
486 const message: string = isCheckType.name === null ? constant
600 const message: string = constant
1142 … const message: string = `It's not a recommended way to export struct with @Entry decorator, ` + constant