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
bf15adb1c0
chore: move tsup/ts to dev dependencies
2026-03-31 14:57:02 +08:00
hyper
5e93bb5a1d
chore: add dist files and .npmignore for npm distribution
...
- Include dist/ in git for npm package distribution
- Add .npmignore to exclude source files from npm package
- This ensures npm install from git works without requiring build
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-31 14:55:46 +08:00
hyper
7243a677fe
fix: downgrade to ts v5.9.3
2026-03-31 14:50:17 +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
hyper
c41ff44708
fix: build issue
2026-03-31 13:55:11 +08:00
hyper
848d7f136f
fix: dep
2026-03-31 13:50:02 +08:00
hypercross
fe2e323d19
feat: csv-loader?
2026-03-31 13:02:29 +08:00
hypercross
4296c2bdcd
init: inline-schema thing
2026-03-31 12:17:46 +08:00