Skip to content

Commit 885378e

Browse files
rootclaude
authored andcommitted
feat: export SqlComponent class in public API
Add SqlComponent to the main package exports to make it available for public use. - Enables external access to core SQL component functionality - Maintains consistent API structure with other model classes - Supports extensibility for custom SQL processing implementations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent c6e51dd commit 885378e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export * from './parsers/WithClauseParser';
66

77
export * from './models/BinarySelectQuery';
88
export * from './models/SelectQuery';
9+
export * from './models/SqlComponent';
910
export * from './models/ValueComponent';
1011
export * from './models/ValuesQuery';
1112
export * from './models/CTEError';

0 commit comments

Comments
 (0)