hyper
377a47e49f
fix: improve path handling for .d.ts file emission
...
- Fix leading slash in relative path
- Use .d.ts extension instead of .csv.d.ts
- Support typesOutputDir option properly
- Use ./ prefix for module declaration path
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-31 15:49:05 +08:00
hyper
452b600487
fix: use declare module syntax for type definitions
...
- Change from standalone .d.ts to module augmentation style
- Now properly declares types for the CSV module path
- Fixes TypeScript module resolution
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-31 15:25:58 +08:00
hyper
69b419256c
feat: add TypeScript type definition generation for csv-loader
...
- Add emitTypes option (default true) to generate .d.ts files
- Add typesOutputDir option for custom output directory
- Generate interface based on CSV schema definitions
- Export RowType for explicit type imports
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-31 15:19:03 +08:00
hyper
9a8cdcaaea
refactor: default csv-parse params
2026-03-31 14:45:02 +08:00
hyper
3a6f57ef6f
fix: typing
2026-03-31 14:25:38 +08:00
hypercross
fe2e323d19
feat: csv-loader?
2026-03-31 13:02:29 +08:00