-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some typegen-specific types (#4600)
* Remove a bunch of typegen types * interpreter.ts -> createActor.ts * Remove offending tests * Deprecate AreAllImplementationsAssumedToBeProvided * remove more stuff * Remove redundant test cases * Add changeset * Update .changeset/mean-pillows-move.md Co-authored-by: Mateusz Burzyński <[email protected]> --------- Co-authored-by: Mateusz Burzyński <[email protected]>
- Loading branch information
1 parent
4dde96a
commit 1f2ccb9
Showing
24 changed files
with
164 additions
and
994 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@xstate/svelte': patch | ||
'@xstate/react': patch | ||
'@xstate/vue': patch | ||
'xstate': patch | ||
--- | ||
|
||
Typegen-based types for detecting missing implementations have been removed internally. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.