xstate-codegen
xstate-codegen copied to clipboard
A codegen tool for 100% TS type-safety in XState
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 9.18.5. Changelog Sourced from highlight.js's changelog. Release v9.18.5 Version 9 has reached end-of-support and will not receive future updates or fixes. Please see VERSION_10_UPGRADE.md and...
How would one go about publishing a compiled machine w/ generated types to npm (ie: can be consumed by js or ts)? I see that there's an `--outDir` parameter but...
**Problem**: Rollup cannot `import {Machine} from "@xstate/compiled"` **How to fix?** I added a `index.es.js` file: ```js export * from "xstate" ``` And patched `package.json`: ```json { "name": "@xstate/compiled", "main": "index.js",...
Bug report: Inline actions declared on the onDone attribute of invoked services are not fully typed
 Here is the minimal repo that shows this problem: https://github.com/FredyC/xstate-codegen-monorepo ```bash yarn install yarn machinery codegen yarn web validate ``` I have no idea why it should be a...
I am using path aliases quite heavily. An example of my `tsconfig.json`. ```json { "compilerOptions": { "baseUrl": "src", "paths": { "~machinery/graphql": ["generated/machinerygraphql"], "~machinery/*": ["*"], "~tools/*": ["../../tools/src/*"] }, }, } ```...
``` SyntaxError: C:\...\alert\index.tsx: Unexpected token, expected "," (53:20) 51 | 52 | const list = alerts.map((alert, index) => ( > 53 | | ^ 54 | ... ```
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...