Created: 2025-02-19T17:38:13.000Z
Modified: 2025-02-19T17:38:13.000Z
Configuration
/**
* Sidecar Config for templates/reply.ts
*/
module.exports = {
title: "reply.ts",
description: "Auto-generated draft",
created: "2025-02-19T17:38:13.000Z",
modified: "2025-02-19T17:38:13.000Z",
};
---
title: "Route Flow: ssutil /src/templates/reply.ts "
---
flowchart TD
postMessage{{"postMessage"}}
style postMessage fill:#161b22,color:#fff,stroke:#c2a35d
linkStyle default stroke:#c2a35d,stroke-width:2px,color:#fff
classDef default color:#fff
---
title: "AST Structure: ssutil /src/templates/reply.ts "
---
%%{init: { 'flowchart': { 'nodeSpacing': 20, 'rankSpacing': 30 }, 'themeVariables': { 'fontSize': '11px' } } }%%
graph LR
n0["SF"]
n2["./bindings"]
style n2 fill:#ffffff10,stroke:#ffffff33,color:#a1a1a1
n3["ID: Bindings"]
n0 --> n3
n3 --> n2
style n3 stroke-dasharray:5,stroke:#B4976A
style n0 fill:#5E377B,color:#fff,stroke:#B4976A
linkStyle default stroke:#c2a35d,stroke-width:1px,opacity:0.6
CE CallExpressionID ImportDeclarationSF SourceFile