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 ad74a8ba Adds working state implementation for typescript
add 199642fb Updates action implementation
No new revisions were added by this update.
Summary of changes:
typescript/README.md | 151 +++++
typescript/packages/burr-core/package.json | 3 +
.../burr-core/src/__tests__/action.test.ts | 649 +++++++++++++++++++++
.../packages/burr-core/src/__tests__/state.test.ts | 226 +++----
typescript/packages/burr-core/src/action.ts | 306 +++++++++-
typescript/packages/burr-core/src/index.ts | 23 +
typescript/packages/burr-core/src/state.ts | 463 ++++++++++++---
7 files changed, 1628 insertions(+), 193 deletions(-)
create mode 100644 typescript/packages/burr-core/src/__tests__/action.test.ts