glideapps/quicktype

Incorrect filename in comment in TS output

Open

#971 geöffnet am 22. Juli 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (10.867 Stars) (968 Forks)batch import
TypeScriptgood first issue

Beschreibung

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