FormidableLabs / FormidableLabs/ts-simplify

Cyclic types

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
20
Forks
3
PR merge metrics
No merged PRs in 30d

Description

```typescript
export type Type = {
referencedType?: Type;
}

export interface Interface {
referencedInterface?: Interface;
}
```

It should leave those alone. And should also consider longer cycles, ie A => B => C => A

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.