-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): import - support enum string fields (#210)
When a JSON schema includes an `enum` string value list, generate a typescript `enum` to offer usability. Resolves #196 BREAKING CHANGE: enum string values are now proper enums instead of just `string`s. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information
Elad Ben-Israel
authored
May 27, 2020
1 parent
b37b105
commit 8b8ad44
Showing
6 changed files
with
1,976 additions
and
1,666 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.