Skip to content

Refactor invoker.ts functionality into separate files #134

@grant

Description

@grant

The invoker.ts file of ~600 lines contains dozens of pieces of logic that are somewhat unrelated:

  • Error handling
  • Serving
  • Routing
  • Eventing
  • Logging

This makes the framework difficult to understand and introduces many "global" variables. It would be much easier to separate some of these functions out into separate files.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions