moon-cycle/src
Aric Camarata 9b9abb99c8 refactor: code quality improvements across the board
- Add input validation (TypeError) to cycleMonth and cycleYear
- Convert tests to node:test runner with describe/it structure
- Add ESLint + Prettier with lint, format, and format:check scripts
- Update CI workflow with lint job, frozen-lockfile, and pack-check
- Add noImplicitReturns, noFallthroughCasesInSwitch, skipLibCheck to tsconfig
- Add invalid Date tests for both ESM and CJS suites
2026-03-08 11:32:47 -04:00
..
cycleMonth.ts refactor: code quality improvements across the board 2026-03-08 11:32:47 -04:00
cycleYear.ts refactor: code quality improvements across the board 2026-03-08 11:32:47 -04:00
helpers.ts refactor: code quality improvements across the board 2026-03-08 11:32:47 -04:00
index.ts feat: v2.0.0 — TypeScript rewrite, npm-publishable, off-by-one fix 2026-02-25 15:34:10 -05:00
types.ts feat: v2.0.0 — TypeScript rewrite, npm-publishable, off-by-one fix 2026-02-25 15:34:10 -05:00