inline-schema/src
hypercross eef3dbfac8 feat(csv-loader): resolve @table references in type declarations
Update type generation to transform @table references into capitalized
type names when using custom schema strings. This ensures that
generated TypeScript types correctly reference other CSV modules.
2026-04-22 18:15:55 +08:00
..
csv-loader feat(csv-loader): resolve @table references in type declarations 2026-04-22 18:15:55 +08:00
index.test.ts Add reverse reference schema (~tablename(foreignKey)) 2026-04-18 22:47:58 +08:00
index.ts Add reverse reference schema (~tablename(foreignKey)) 2026-04-18 22:47:58 +08:00
parser.ts feat: enrich ParseError with schema and value context 2026-04-22 16:14:23 +08:00
type-gen.test.ts fix: fix type generator for tuples 2026-04-17 15:11:46 +08:00
type-utils.ts refactor: modularize validator and type declaration logic 2026-04-21 13:55:47 +08:00
types.ts Add reverse reference schema (~tablename(foreignKey)) 2026-04-18 22:47:58 +08:00
validator.ts refactor: modularize validator and type declaration logic 2026-04-21 13:55:47 +08:00
value-parser.ts feat: enrich ParseError with schema and value context 2026-04-22 16:14:23 +08:00