Skip to content

Commit

Permalink
feat: Support generating lazy runtypes (#107)
Browse files Browse the repository at this point in the history
Adds support for emitting runtypes that use the `Lazy` pattern. This makes it possible to generate runtypes that refer to refer to each other cyclically.

BREAKING CHANGE: Previous versions vould emit code that doesn't deal with cycles, this version does. The previous versions would likely emit illegal code, nevertheless, this is breaking change.
  • Loading branch information
runeh committed Jun 2, 2021
1 parent 85267f0 commit a63d32c
Show file tree
Hide file tree
Showing 8 changed files with 373 additions and 39 deletions.
16 changes: 8 additions & 8 deletions docs/interfaces/main.generateoptions.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/modules/main.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions docs/modules/types.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 40 additions & 4 deletions docs/modules/util.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a63d32c

Please sign in to comment.