Skip to content

Commit 0a6bd57

Browse files
committed
feat: add unidirectional enum conversion functions
- Add generateEnumToIntFunctions for string to number conversions - Add generateEnumToStringFunctions for number to string conversions - Add configuration options for unidirectional generation - Update store to support both bidirectional and unidirectional modes - Add comprehensive tests for new functionality - Update documentation to cover all three generation modes Benefits: - Cleaner, more precise TypeScript types - Better IDE support and IntelliSense - Smaller bundle sizes with tree-shaking - Slightly better performance for single-direction conversions
1 parent 53bfd0a commit 0a6bd57

File tree

14 files changed

+36085
-14
lines changed

14 files changed

+36085
-14
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"workbench.colorTheme": "Default Dark Modern",
3+
"workbench.startupEditor": "none"
4+
}

0 commit comments

Comments
 (0)