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 7736157c Renames defineAction to action
add 4d0c120b Small internal refactor to make typing cleaner/more DRY
No new revisions were added by this update.
Summary of changes:
typescript/packages/burr-core/src/graph.ts | 25 +--
typescript/packages/burr-core/src/schema-utils.ts | 211 ++++++++++++++++++
typescript/packages/burr-core/src/state.ts | 127 ++---------
typescript/packages/burr-core/src/type-utils.ts | 253 ++++++++++++++++++++++
4 files changed, 490 insertions(+), 126 deletions(-)
create mode 100644 typescript/packages/burr-core/src/schema-utils.ts
create mode 100644 typescript/packages/burr-core/src/type-utils.ts