Commit Graph

3 Commits

Author SHA1 Message Date
hyper 4e841be4f0 fix: make named member prefix optional in tuple values
- Allow parsing tuple values with or without name prefixes
- Supports both [x: 10; y: 20] and [10; 20] formats
- Useful for CSV data where names are schema-only metadata

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-31 16:45:38 +08:00
hyper 9adce3d45e build: update dist files with named tuple support
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-31 16:37:14 +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