gristlabs / gristlabs/ts-interface-builder
Lookup or indexed access operator doesn't support
Open
- Dominant language
- TypeScript
- Stars
- 138
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-1.html
Sorry, maybe I just not found... Does this builder support lookups?
```
interface i1 {
field: string
}
interface i2 {
field: i1["field"]
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.