Lines Matching defs:message
174 const message: string = `A struct should use decorator '@Component'.`; constant
178 const message: string = `A struct must have a name.`; constant
186 const message: string = `Please use a valid decorator.`; constant
290 const message: string = `The struct '${componentName}' use invalid decorator.`; constant
295 const message: string = `The struct '${componentName}' should use decorator '@Component'.`; constant
299 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
304 const message: string = `The struct '${componentName}' cannot have the same name ` + constant
353 const message: string = constant
367 const message: string = `The component '${componentName}' can't have any child.`; constant
394 const message: string = constant
506 const message: string = constant
898 … const message: string = `It's not a recommended way to export struct with @Entry decorator, ` + constant