You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.