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 fa0366e4 Adds creation of state with defaults
add 633f6d79 Fixes some typing problems in state updates
No new revisions were added by this update.
Summary of changes:
typescript/packages/burr-core/README.md | 28 +++-
.../burr-core/scratch-examples/counter-hw.ts | 54 ++++++-
.../burr-core/src/__tests__/index.test-d.ts | 167 +++++++++++++++++++++
typescript/packages/burr-core/src/action.ts | 45 +++---
.../packages/burr-core/src/application-builder.ts | 16 +-
typescript/packages/burr-core/src/graph.ts | 42 ++++--
typescript/packages/burr-core/src/state.ts | 141 +++++++++++++++--
7 files changed, 424 insertions(+), 69 deletions(-)