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 199642fb Updates action implementation
add 883db9d1 Adds typescript error-handling tests
No new revisions were added by this update.
Summary of changes:
typescript/packages/burr-core/package.json | 4 +-
.../burr-core/src/__tests__/TYPE_TESTS_README.md | 74 ++++++++
.../burr-core/src/__tests__/action.test.ts | 72 +++++---
.../burr-core/src/__tests__/index.test-d.ts | 196 +++++++++++++++++++++
typescript/packages/burr-core/src/action.ts | 41 ++++-
typescript/packages/burr-core/src/state.ts | 35 +++-
typescript/packages/burr-core/tsconfig.json | 2 +-
typescript/packages/burr-core/tsd.json | 4 +
8 files changed, 391 insertions(+), 37 deletions(-)
create mode 100644
typescript/packages/burr-core/src/__tests__/TYPE_TESTS_README.md
create mode 100644 typescript/packages/burr-core/src/__tests__/index.test-d.ts
create mode 100644 typescript/packages/burr-core/tsd.json