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 a701a542 Loosens restrictions on types for graph versus state schema
add 827738db WIP for getting execution working
No new revisions were added by this update.
Summary of changes:
.../burr-core/src/__tests__/execution.test.ts | 64 ++--
typescript/packages/burr-core/src/action.ts | 36 ++
.../packages/burr-core/src/application-builder.ts | 68 +++-
typescript/packages/burr-core/src/application.ts | 393 +++++++++++++++++++--
typescript/packages/burr-core/src/graph.ts | 10 +-
typescript/packages/burr-core/src/state.ts | 11 +
typescript/packages/burr-core/tsconfig.json | 2 +-
7 files changed, 507 insertions(+), 77 deletions(-)