glideapps / glideapps/quicktype

quicktype does not use typescript library when parsing typescript

Open
#1,287 2 comments 3 reactions 0 assignees View on GitHub
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

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.