Ran
|
Files
28
|
Run time
1s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/pelotom/runtypes/commit/<a class=hub.com/pelotom/runtypes/commit/0e8a68fe7341775828b76b92d74ae73c3f3424ac">0e8a68fe7<a href="https://github.com/pelotom/runtypes/commit/0e8a68fe7341775828b76b92d74ae73c3f3424ac">">optionally pass faster guard function (#99) * optionally pass faster guard function Default guard still uses validate/check. relates to pelotom/runtypes#95 * Revert &quot;optionally pass faster guard function" This reverts commit </a><a class="double-link" href="https://github.com/pelotom/runtypes/commit/<a class="double-link" href="https://github.com/pelotom/runtypes/commit/eb20b335ea1c4fa03a85b6d022cb43270f454ed8">eb20b335e</a>">eb20b335e</a><a href="https://github.com/pelotom/runtypes/commit/0e8a68fe7341775828b76b92d74ae73c3f3424ac">. * create expects validate function with returns validate object I guess, I fixed most "hidden" test failures from #102 Just don't get where "RangeError: Maximum call stack size exceeded" at src/types/lazy.ts:8:12 is comming from. Any ideas someone? * handle circular objects in show function Before the `type Person = { name: string; likes: Person[] }` caused "RangeError: Maximum call stack size exceeded" because each Person contains an Array of Persons so the show function would never finish.
196 of 199 branches covered (98.49%)
Branch coverage included in aggregate %.
306 of 306 relevant lines covered (100.0%)
66.92 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|