Handle reflection type in type rendering

This commit is contained in:
Fabio Berger
2018-03-16 14:02:55 +01:00
parent 8d1e27a1a5
commit 5175fe8107
2 changed files with 15 additions and 0 deletions

View File

@@ -4,3 +4,4 @@
* Move example out into a separate sub-package
* Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452)
* Handle `reflection` type rendering so that anonymous function type declarations render properly