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 9fc27aca Adds core scaffolding for typesscript project. This is very 
much a WIP.
     add ad74a8ba Adds working state implementation for typescript

No new revisions were added by this update.

Summary of changes:
 typescript/packages/burr-core/package.json         |   3 +-
 .../packages/burr-core/src/__tests__/state.test.ts | 299 +++++++++++++
 typescript/packages/burr-core/src/state.ts         | 471 ++++++++++++++++++++-
 typescript/packages/burr-core/tsconfig.json        |   5 +-
 typescript/tsconfig.json                           |   3 +-
 5 files changed, 775 insertions(+), 6 deletions(-)
 create mode 100644 typescript/packages/burr-core/src/__tests__/state.test.ts

Reply via email to