refactor(frontend): unify dateFormat + numberFormat into formatters #50

Merged
dmolinari merged 1 commits from refactor/unify-formatters into main 2026-04-19 22:26:48 +00:00

1 Commits

Author SHA1 Message Date
7d06ac721b refactor(frontend): unify dateFormat + numberFormat into formatters (closes #46)
- Create src/web/src/lib/formatters.ts with all exports from both modules
- Migrate all 14 import sites to @/lib/formatters (Opción A — immediate migration)
- Replace dateFormat.test.ts with formatters.test.ts including 10 smoke tests + full suite
- Delete src/web/src/lib/dateFormat.ts and numberFormat.ts
- 464 tests green, tsc clean (TS5101 warning is pre-existing)
2026-04-19 19:26:24 -03:00