ts2asl icon indicating copy to clipboard operation
ts2asl copied to clipboard

validate whether promises are correctly awaited.

Open OlafConijn opened this issue 2 years ago • 0 comments

if a statemachine is invokes as a typescript function, the compiler must throw an error if the call is awaited (synchronous invokes of statemachines are not supported).

if a lambda is invoked as a typescript function, the compiler must throw an error if the call is not awaited (until the following issue is implemented: https://github.com/OlafConijn/ts2asl/issues/27)

OlafConijn avatar Mar 13 '22 23:03 OlafConijn