glideapps/quicktype

Incorrect filename in comment in TS output

Open

#971 opened on Jul 22, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (968 forks)batch import
TypeScriptgood first issue

Repository metrics

Stars
 (10,867 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Running quicktype from the command line like so

quicktype --src-lang schema -o src/cli/ExperimentCounts.ts src/counts.schema

yields

// To parse this data:
//
//   import { Convert, ExperimentCounts } from "./file";

Contributor guide