Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
42e4eff
refactor(errors): migrate error classes to compiled distribution
d-klotz Mar 19, 2026
24e492e
refactor(core): migrate TypeScript sources to compiled distribution
d-klotz Mar 19, 2026
58f72d2
feat(core): add Delegate, Worker, and handler utilities
d-klotz Mar 19, 2026
d04acf9
refactor(core): migrate handlers and routers to TypeScript
d-klotz Mar 19, 2026
1fe33f7
refactor(core): migrate database layer to TypeScript with DDD architectu
d-klotz Mar 19, 2026
0ca09ae
Final verification and cleanup
d-klotz Mar 19, 2026
a579cca
refactor(core): convert @friggframework/core to TypeScript
d-klotz Mar 20, 2026
7ec0695
Convert test files to TypeScript (batch 4: integrations, handlers, appli
d-klotz Mar 20, 2026
6674256
refactor(core): delete old JS files, convert tests and jest configs t…
d-klotz Mar 20, 2026
70ef06a
fix(core): resolve SonarCloud S1848 unused instantiation warnings in …
d-klotz Mar 20, 2026
634aab9
Fix S1444: Make public static properties readonly (40 issues, 18 files)
d-klotz Mar 20, 2026
54f5561
Fix S6582, S7735: Use optional chaining and simplify negated conditio…
d-klotz Mar 20, 2026
ca39dc5
fix(core): resolve ~50 minor SonarCloud issues across 14 rules (26 fi…
d-klotz Mar 20, 2026
81f4ab1
fix(core): resolve ~50 minor SonarCloud issues across 14 rules (26 fi…
d-klotz Mar 20, 2026
b074651
fix(core): resolve CRITICAL SonarCloud issues and S5145 vulnerability
d-klotz Mar 20, 2026
922386d
fix(core): resolve 14 behavioral regressions from JS-to-TS conversion…
d-klotz Mar 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,106 changes: 336 additions & 770 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/core/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ node_modules
# Keep environment variables out of version control
.env

# TypeScript build output
dist/

# Prisma generated clients
generated/
245 changes: 0 additions & 245 deletions packages/core/application/commands/credential-commands.js

This file was deleted.

Loading
Loading