This is an automated email from the ASF dual-hosted git repository.
ebenizzy pushed a change to branch feat/typescript-implementation
in repository https://gitbox.apache.org/repos/asf/burr.git
from 4d0c120b Small internal refactor to make typing cleaner/more DRY
add 008b6c87 Updates typing to cascade through from builder -> application
No new revisions were added by this update.
Summary of changes:
typescript/packages/burr-core/package.json | 2 +-
.../packages/burr-core/src/application-builder.ts | 136 +++++++++++-------
typescript/packages/burr-core/src/application.ts | 152 +++++++++++++++++++--
typescript/packages/burr-core/src/graph.ts | 22 +--
typescript/packages/burr-core/src/index.ts | 7 +-
typescript/packages/burr-core/src/type-utils.ts | 96 +++++++++++++
6 files changed, 345 insertions(+), 70 deletions(-)