TypeState
TypeState copied to clipboard
A strongly typed finite state machine for TypeScript
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.3 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
[`dist/typestate-1.0.6.min.js`](https://cdn.jsdelivr.net/npm/[email protected]/dist/typestate-1.0.6.min.js) is empty (apart from comments). ```sh $ cat dist/typestate-1.0.6.min.js ``` ```javascript /*! typestate - v1.0.6 - 2018-05-17 * https://github.com/eonarheim/TypeState * Copyright (c) 2018 Erik Onarheim; Licensed BSD-2-Clause*/ ```
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Hello, sorry for creating issue for this but I don't know how else contact you. Is it possible to create new tag so async callbacks are available when running `npm...
This is more of a question/feature request (or at least basis for discussion of such): Is there any standard way to add data to a state, or would you be...
Timeouts are reasonably common in state machines, however manually implementing them requires quite a number of lines of code. It might be nice if this library had built-in support for...
On startup of my program, I need to be able to sync my state machine to an external/remote machine with the same states. Looking at the code, creating a new...
It would be nice to see a description in the console of the reasoning behind transitions for complicated state machines.