ba-web-framework/src
2026-02-18 21:42:15 -06:00
..
bin Initial Code Commit 2025-02-17 16:32:27 -06:00
controllers Moved joinPaths to BaseController as a protected static function + refactored large chunks of Router to work with the new stuff 2026-01-12 16:54:56 -06:00
decorators Updated dependency version (and made appropriate changes) + added new @PATCH decorators for HTTP PATCH routes + dded generic @AuthenticatedRoute decorator 2026-02-18 21:42:15 -06:00
middlewares Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ... 2026-01-08 13:45:41 -06:00
oauth Updated dependency version (and made appropriate changes) + added new @PATCH decorators for HTTP PATCH routes + dded generic @AuthenticatedRoute decorator 2026-02-18 21:42:15 -06:00
utils Bringing local and remote repository in line with one another and adding Github Actions to publish package 2025-04-29 12:06:39 -05:00
App.ts Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ... 2026-01-08 13:45:41 -06:00
BaseTemplateCreator.ts Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ... 2026-01-08 13:45:41 -06:00
index.ts Updated auth package and made corresponding changes within the code including creating types etc... + separated oauth stuff to it's own folder 2026-01-11 01:34:37 -06:00
Initializer.ts Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ... 2026-01-08 13:45:41 -06:00
Renderer.ts Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ... 2026-01-08 13:45:41 -06:00
Router.ts Updated dependency version (and made appropriate changes) + added new @PATCH decorators for HTTP PATCH routes + dded generic @AuthenticatedRoute decorator 2026-02-18 21:42:15 -06:00
StaticFileResolver.ts Further work to move from CJS to ESM as well as better use of import type ... rather than generic import ... 2026-01-08 13:45:41 -06:00