Lines Matching defs:message
195 const message: string = `A struct should use decorator '@Component'.`; constant
199 const message: string = `A struct must have a name.`; constant
207 const message: string = `Please use a valid decorator.`; constant
305 const message: string = `The struct '${componentName}' use invalid decorator.`; constant
310 const message: string = `The struct '${componentName}' should use decorator '@Component'.`; constant
314 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
319 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
328 const message: string = `@Concurrent can only be used in ESMODULE compile mode.`; constant
332 …const message: string = `@Concurrent can not be used on method. please use it on function declarat… constant
340 const message: string = `@Concurrent can not be used on ${funcKind} function declaration.`; constant
424 const message: string = isCheckType.name === null ? constant
478 const message: string = isCheckType.name === null ? constant
592 const message: string = constant
1134 … const message: string = `It's not a recommended way to export struct with @Entry decorator, ` + constant