Commit d944deb
committed
Support type aliasing to basic types
Previously, validation schema generation was skipped on a type alias:
```
type A = B
```
Whereas, a new type was fine:
```
type A B
```
This commit implements support for generating validation schemas for
type aliases to basic types, i.e. string, int, etc.
Signed-off-by: Chris Tarazi <tarazichris@gmail.com>1 parent 7bb5dee commit d944deb
1 file changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
211 | 224 | | |
212 | | - | |
213 | | - | |
| 225 | + | |
214 | 226 | | |
215 | 227 | | |
216 | 228 | | |
| |||
0 commit comments