(style?: SyntaxStyle)
| 3 | import type { StreamCommit } from "./types" |
| 4 | |
| 5 | function syntax(style?: SyntaxStyle): SyntaxStyle { |
| 6 | return style ?? SyntaxStyle.fromTheme([]) |
| 7 | } |
| 8 | |
| 9 | export function entrySyntax(commit: StreamCommit, theme: RunTheme): SyntaxStyle { |
| 10 | if (commit.kind === "reasoning") { |
no outgoing calls
no test coverage detected