import * as xstate from "https://deno.land/x/xstate@xstate%405.9.1/src/reportUnhandledError.ts";
Functions
This function makes sure that unhandled errors are thrown in a separate macrotask. It allows those errors to be detected by global error handlers and reported to bug tracking services without interrupting our own stack of execution. |