glideapps / glideapps/quicktype

"Explore its definition" link in README.md is not working

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

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.