You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(poet): add Indent field to FuncLit for nested function literals
- Add Indent field to FuncLit to support configurable body indentation
- Update RenderFuncLit to use the Indent field (defaults to "\t")
- Convert batchmany innerFunc from manual string building to poet.FuncLit
This eliminates the last remaining manual string building with tabs in
the batch functions, using structured poet AST throughout.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments