Skip to content

Commit

Permalink
feat: permissive mode
Browse files Browse the repository at this point in the history
Added permissved mode and some type ergonomics
  • Loading branch information
Robert Kesterson committed Mar 25, 2021
1 parent 13efde2 commit adab2f4
Show file tree
Hide file tree
Showing 14 changed files with 18,311 additions and 4,013 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ lib
environment.toml
.env

src/__tests__/**/*.validator.ts
src/__tests__/**/*.validator.ts
.vscode/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ Options:
one single type. [boolean] [default: false]
--useNamedExport Type name is a named export, rather than the default
export of the file [boolean] [default: false]
--generatePermissive If --noExtraProps is true then generate validators that
clean the object [boolean] [default: false]
--output overrides filename [string]
-* [default: []]
```
Expand Down
Loading

0 comments on commit adab2f4

Please sign in to comment.