glideapps/quicktype

Generate correct comment for Ruby top-level enum

Open

#724 opened on Apr 1, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (968 forks)batch import
Rubygood first issue

Repository metrics

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

Description

We don't generate helpers for top-level enums, but the usage comment is written as if we did. Either generate them, or fix the comment. The test file is tests/input/schema/top-level-enum.schema.

Contributor guide