glideapps / glideapps/quicktype
"Explore its definition" link in README.md is not working
Open
- Dominant language
- TypeScript
- Stars
- 13.9k
- Forks
- 1.2k
- Avg merge
- 8h 53m
- Merged PRs (30d)
- 369
Description
Hi, I just want to let you know that the link the "Explore its definition"
is pointing to : https://github.com/quicktype/quicktype/blob/javascript-use-examples/src/quicktype-core/Run.ts#L171
while should point to: https://github.com/quicktype/quicktype-vscode/blob/master/src/extension.ts
Is this the best way to render only types with the API?
```
quicktype({
inputData,
lang: targetLanguage,
**rendererOptions: {
"just-types": true
},**
});
```
Contributor guide
Assessment
This issue has not been assessed yet.