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 883db9d1 Adds typescript error-handling tests
add 9a5b5d88 Adds basic graph builder interface + application builder
No new revisions were added by this update.
Summary of changes:
typescript/packages/burr-core/jest.config.js | 5 +-
.../packages/burr-core/src/__tests__/graph.test.ts | 209 +++++++++++++++
.../burr-core/src/__tests__/index.test-d.ts | 95 +++++++
typescript/packages/burr-core/src/graph.ts | 280 +++++++++++++++++++++
typescript/packages/burr-core/src/index.ts | 3 +
5 files changed, 590 insertions(+), 2 deletions(-)
create mode 100644 typescript/packages/burr-core/src/__tests__/graph.test.ts