export const ROOT_LABEL = "root"; export const TREE_LABEL = "Source tree"; export const TREE_NAV_LABEL = "Files"; export const OPEN_FOLDER_TITLE = "Open this folder"; export const OPEN_FILE_TITLE = "Open this file"; export const LAYER_LABEL = "Layer"; export const SUBJECT_LABEL = "Subject"; export const CONCERN_LABEL = "Concern"; export const VARIANT_LABEL = "Variant"; export const FILES_LABEL = "Files"; export const FOLDERS_LABEL = "Folders"; export const LINES_LABEL = "Lines of code"; export const BLANK_LABEL = "Blank lines"; export const BYTES_LABEL = "Bytes"; export const DEFINITIONS_LABEL = "Definitions"; export const EXPORTED_LABEL = "Exported"; export const CALLABLE_LABEL = "Callable"; export const EDGES_LABEL = "Call edges"; export const FLOWS_LABEL = "Flow classes"; export const FLOW_SUFFIX = " flow"; export const FINDING_SUFFIX = " finding"; export const FINDINGS_LABEL = "Findings"; export const SYNTAX_LABEL = "Syntax kinds"; export const RARE_SYNTAX_LABEL = "Once only"; export const GENERATED_LABEL = "generated on build"; export const UNPARSED_LABEL = "outside the naming grammar"; export const INHERITED_LABEL = "inherited from above the member"; export const CALLS_LABEL = "calls"; export const CALLED_BY_LABEL = "called by"; export const IN_LABEL = "in"; export const OUT_LABEL = "out"; export const LINE_MARK = ":"; export const UNRESOLVED_LABEL = "Unresolved calls"; export const RESOLUTION_LABEL = "Resolution rate"; export const MAX_IN_LABEL = "Highest in-degree"; export const MAX_OUT_LABEL = "Highest out-degree"; export const NONE_FOUND = "none found"; export const NO_ANOMALIES = "no anomalies"; export const EVIDENCE_RELATION = "in this codebase"; export const GROUNDS_RELATION = "grounds"; export const FINDINGS_CLEAN = "No anomalies. Every diagnosis ran over the whole tree and reported nothing: no call cycle, no import cycle, no dead definition, no duplicate, no reach across a concern. The graph is closed and cohesive."; export const FOLDER_WALK_CAPTION = "the folder's walk"; export const FILE_WALK_CAPTION = "the file's walk"; export const SOURCE_TITLE = "the source"; export const DOCUMENT_TITLE = "the document"; export const STATS_LABEL = "Stats"; export const FOLDER_INTRO_LEAD = "A "; export const FOLDER_INTRO_ON_LAYER = " on the "; export const FOLDER_INTRO_LAYER_TAIL = " layer"; export const FOLDER_INTRO_HOLDING = " holding "; export const FOLDER_INTRO_FILES = " file(s), "; export const STRUCTURE_FILES_SUFFIX = " files"; export const FOLDER_INTRO_LINES = " line(s) of code, "; export const FOLDER_INTRO_DEFINITIONS = " definition(s) and "; export const FOLDER_INTRO_EDGES = " call edge(s)."; export const IMPORT_EDGE_LABEL = " import(s)"; export const DOCUMENT_LABEL = "Document"; export const FORM_LABEL = "Form"; export const BOUNDARY_LABEL = "boundary document"; export const HEADINGS_LABEL = "Headings"; export const MERMAID_LABEL = "Mermaid blocks"; export const PATHS_LABEL = "Path references"; export const CONSTRUCTS_LABEL = "Reference constructs"; export const FIELDS_LABEL = "Frontmatter fields"; export const DOCUMENT_FINDINGS_LABEL = "Document findings"; export const FILE_KIND = "file"; export const DEFINITION_KIND = "definition"; export const DEFINITIONS_RELATION = "definitions"; export const FILES_RELATION = "files"; export const FOLDERS_RELATION = "folders"; export const CALLS_RELATION = "calls"; export const CALLED_BY_RELATION = "called-by"; export const LOCATION_RELATION = "location"; export const FOLDER_RELATION = "folder";