glideapps/quicktype

Incorrect filename in comment in TS output

Open

#971 aberto em 22 de jul. de 2018

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

Métricas do repositório

Stars
 (10.867 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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";

Guia do colaborador