glideapps/quicktype

Incorrect filename in comment in TS output

Open

#971 ouverte le 22 juil. 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)TypeScript (10 867 stars) (968 forks)batch import
TypeScriptgood first issue

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";

Guide contributeur