export const EXTERNAL_ALIAS_SOURCE_COMPONENT_NAME = 'compass:componentNameInFile'; export const EXTERNAL_ALIAS_SOURCE_COMPONENT_PATH_TO_FILE = 'compass:componentPathToFile'; export const DEFAULT_COMPONENT_TYPE_ID = 'SERVICE'; export const DEFAULT_UNNAMED_COMPONENT_NAME = 'Unnamed Component'; export const DUPLICATED_NAME_ERROR_MESSAGE = 'A component with this name already exists in this git repository and component names must be unique. Change it to a unique name inside the source file.';