glideapps / glideapps/quicktype
quicktype does not use typescript library when parsing typescript
Open
- Dominant language
- TypeScript
- Stars
- 13.9k
- Forks
- 1.2k
- Avg merge
- 8h 53m
- Merged PRs (30d)
- 369
Description
When trying to parse [this file](https://github.com/microsoft/monaco-editor/blob/master/monaco.d.ts), quicktype trips because it does not know about e.g. DOM events (`KeyboardEvent`).
Typescript includes these via lib.d.ts, but quicktype seems not to do that. Adding something like
```
///
```
does not help.
Contributor guide
Assessment
This issue has not been assessed yet.