inline-schema/src/csv-loader
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
..
fixtures test: add support for array suffixes in type expansion 2026-04-22 16:37:54 +08:00
tests feat(csv-loader): resolve @table references in type declarations 2026-04-22 18:15:55 +08:00
esbuild.ts refactor(csv-loader): decouple reference resolution and module 2026-04-20 00:48:01 +08:00
integration.test.ts test: add integration test for CSV reference resolution 2026-04-20 00:21:41 +08:00
loader.ts feat(csv-loader): expand custom type references in schemas 2026-04-22 17:58:36 +08:00
module-gen.test.ts refactor: update CSV comment syntax for declarations 2026-04-21 14:36:02 +08:00
module-gen.ts test: update csvToModule to mutate rows instead of returning new objects 2026-04-21 14:24:24 +08:00
reference-resolver.ts refactor: use parseValue for reference ID extraction 2026-04-20 11:15:51 +08:00
rollup.ts refactor(csv-loader): decouple reference resolution and module 2026-04-20 00:48:01 +08:00
test-utils.ts test: add comprehensive tests for csvToModule 2026-04-20 01:29:59 +08:00
type-declarations.ts test: add support for array suffixes in type expansion 2026-04-22 16:37:54 +08:00
type-gen.ts feat(csv-loader): resolve @table references in type declarations 2026-04-22 18:15:55 +08:00
types.ts feat(csv-loader): expand custom type references in schemas 2026-04-22 17:58:36 +08:00
webpack.ts refactor(csv-loader): decouple reference resolution and module 2026-04-20 00:48:01 +08:00