# core/ids/build.ids.ts

> 5 lines of code and 5 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-core-ids-build-ids-ts
Source text: https://banes-lab.com/assets/sources/source.c537bebc56034e21ac0e9e9ae8964c96fea369e55bddcaed9ffc71723cbe11b8.generated.txt

## Definitions

- `DETECT_SECTION_ID` (lexical_declaration, line 1, exported)
- `GATE_SECTION_ID` (lexical_declaration, line 2, exported)
- `ORDER_SECTION_ID` (lexical_declaration, line 3, exported)
- `SHAPE_SECTION_ID` (lexical_declaration, line 4, exported)
- `TOOL_SECTION_ID` (lexical_declaration, line 5, exported)

## Source

```typescript
export const DETECT_SECTION_ID = "detect-log-fix";
export const GATE_SECTION_ID = "the-gate-holds-the-line";
export const ORDER_SECTION_ID = "the-check-comes-first";
export const SHAPE_SECTION_ID = "a-check-matches-a-shape";
export const TOOL_SECTION_ID = "tools-live-in-the-tree";
```
