Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support for recursive types in the form type Foo = ReadonlyArray<Foo> #88

Merged
merged 1 commit into from
Mar 11, 2023

Conversation

RebeccaStevens
Copy link
Owner

fix #86

@RebeccaStevens RebeccaStevens merged commit a2582a7 into main Mar 11, 2023
github-actions bot pushed a commit that referenced this pull request Mar 11, 2023
## [1.2.5](v1.2.4...v1.2.5) (2023-03-11)

### Bug Fixes

* support for recursive types in the form `type Foo = ReadonlyArray<Foo>` ([#88](#88)) ([a2582a7](a2582a7))
@RebeccaStevens RebeccaStevens deleted the direcet-recursive-types branch July 15, 2023 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash with recursive types
1 participant