gristlabs / gristlabs/ts-interface-builder

Lookup or indexed access operator doesn't support

Open
#29 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.