Skip to content

Commit

Permalink
Updated dependencies and docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Nov 22, 2019
1 parent 98ee375 commit ba4abed
Show file tree
Hide file tree
Showing 10 changed files with 574 additions and 278 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "13.0"
- "13.1"
- "12.13"
- "10.16"
after_success:
Expand Down
93 changes: 44 additions & 49 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ ul.tsd-descriptions > li > :last-child > :last-child > :last-child {
padding-bottom: 200px; }

.row {
display: -ms-flexbox;
display: flex;
position: relative;
margin: 0 -10px; }
.row:after {
Expand Down Expand Up @@ -1884,7 +1886,7 @@ footer {
border-bottom: none; }

.tsd-navigation {
padding: 0 0 0 40px; }
margin: 0 0 0 40px; }
.tsd-navigation a {
display: block;
padding-top: 2px;
Expand Down Expand Up @@ -1934,56 +1936,45 @@ footer {
.tsd-navigation.primary li.globals + li > a {
padding-top: 20px; }

.tsd-navigation.secondary ul {
transition: opacity 0.2s; }
.tsd-navigation.secondary ul li a {
padding-left: 25px; }
.tsd-navigation.secondary ul li li a {
padding-left: 45px; }
.tsd-navigation.secondary ul li li li a {
padding-left: 65px; }
.tsd-navigation.secondary ul li li li li a {
padding-left: 85px; }
.tsd-navigation.secondary ul li li li li li a {
padding-left: 105px; }
.tsd-navigation.secondary ul li li li li li li a {
padding-left: 125px; }
.tsd-navigation.secondary ul.current a {
.tsd-navigation.secondary {
max-height: calc(100vh - 1rem - 40px);
overflow: auto;
position: -webkit-sticky;
position: sticky;
top: calc(.5rem + 40px);
transition: .3s; }
.tsd-navigation.secondary.tsd-navigation--toolbar-hide {
max-height: calc(100vh - 1rem);
top: .5rem; }
.tsd-navigation.secondary ul {
transition: opacity 0.2s; }
.tsd-navigation.secondary ul li a {
padding-left: 25px; }
.tsd-navigation.secondary ul li li a {
padding-left: 45px; }
.tsd-navigation.secondary ul li li li a {
padding-left: 65px; }
.tsd-navigation.secondary ul li li li li a {
padding-left: 85px; }
.tsd-navigation.secondary ul li li li li li a {
padding-left: 105px; }
.tsd-navigation.secondary ul li li li li li li a {
padding-left: 125px; }
.tsd-navigation.secondary ul.current a {
border-left-color: #eee; }
.tsd-navigation.secondary li.focus > a,
.tsd-navigation.secondary ul.current li.focus > a {
border-left-color: #000; }
.tsd-navigation.secondary li.current {
margin-top: 20px;
margin-bottom: 20px;
border-left-color: #eee; }

.tsd-navigation.secondary li.focus > a,
.tsd-navigation.secondary ul.current li.focus > a {
border-left-color: #000; }

.tsd-navigation.secondary li.current {
margin-top: 20px;
margin-bottom: 20px;
border-left-color: #eee; }
.tsd-navigation.secondary li.current > a {
font-weight: bold; }
.tsd-navigation.secondary li.current > a {
font-weight: bold; }

@media (min-width: 901px) {
.menu-sticky-wrap {
position: static; }
.no-csspositionsticky .menu-sticky-wrap.sticky {
position: fixed; }
.no-csspositionsticky .menu-sticky-wrap.sticky-current {
position: fixed; }
.no-csspositionsticky .menu-sticky-wrap.sticky-current ul.before-current,
.no-csspositionsticky .menu-sticky-wrap.sticky-current ul.after-current {
opacity: 0; }
.no-csspositionsticky .menu-sticky-wrap.sticky-bottom {
position: absolute;
top: auto !important;
left: auto !important;
bottom: 0;
right: 0; }
.csspositionsticky .menu-sticky-wrap.sticky {
position: -webkit-sticky;
position: sticky; }
.csspositionsticky .menu-sticky-wrap.sticky-current {
position: -webkit-sticky;
position: sticky; } }
position: static; } }

.tsd-panel {
margin: 20px 0;
Expand Down Expand Up @@ -2204,15 +2195,16 @@ ul.tsd-type-parameters {
padding: 0; }

.tsd-page-toolbar {
position: absolute;
position: fixed;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 40px;
color: #333;
background: #fff;
border-bottom: 1px solid #eee; }
border-bottom: 1px solid #eee;
transition: transform .3s linear; }
.tsd-page-toolbar a {
color: #333;
text-decoration: none; }
Expand All @@ -2232,6 +2224,9 @@ ul.tsd-type-parameters {
.tsd-page-toolbar .table-cell:first-child {
width: 100%; }

.tsd-page-toolbar--hide {
transform: translateY(-100%); }

.tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before {
content: '';
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/main.js

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions docs/classes/_index_.anyhow.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h3>app<wbr>Name</h3>
<div class="tsd-signature tsd-kind-icon">app<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L55">index.ts:55</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L55">index.ts:55</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -159,7 +159,7 @@ <h3>compact</h3>
<div class="tsd-signature tsd-kind-icon">compact<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;true</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L61">index.ts:61</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L61">index.ts:61</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -175,7 +175,7 @@ <h3>error<wbr>Stack</h3>
<div class="tsd-signature tsd-kind-icon">error<wbr>Stack<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L73">index.ts:73</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L73">index.ts:73</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -191,7 +191,7 @@ <h3>level<wbr>OnConsole</h3>
<div class="tsd-signature tsd-kind-icon">level<wbr>OnConsole<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L79">index.ts:79</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L79">index.ts:79</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -207,7 +207,7 @@ <h3>levels</h3>
<div class="tsd-signature tsd-kind-icon">levels<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[&quot;info&quot;, &quot;warn&quot;, &quot;error&quot;]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L85">index.ts:85</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L85">index.ts:85</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -223,7 +223,7 @@ <h3>preprocessor</h3>
<div class="tsd-signature tsd-kind-icon">preprocessor<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L114">index.ts:114</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L114">index.ts:114</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -241,7 +241,7 @@ <h3>separator</h3>
<div class="tsd-signature tsd-kind-icon">separator<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot; | &quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L91">index.ts:91</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L91">index.ts:91</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -257,7 +257,7 @@ <h3>timestamp</h3>
<div class="tsd-signature tsd-kind-icon">timestamp<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L67">index.ts:67</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L67">index.ts:67</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -280,7 +280,7 @@ <h3>is<wbr>Ready</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L25">index.ts:25</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L25">index.ts:25</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -302,7 +302,7 @@ <h3>lib</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L47">index.ts:47</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L47">index.ts:47</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -325,7 +325,7 @@ <h3>uncaught<wbr>Exceptions</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L127">index.ts:127</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L127">index.ts:127</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -338,7 +338,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L132">index.ts:132</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L132">index.ts:132</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -367,7 +367,7 @@ <h3>unhandled<wbr>Rejections</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L149">index.ts:149</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L149">index.ts:149</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -380,7 +380,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L154">index.ts:154</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L154">index.ts:154</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -411,7 +411,7 @@ <h3>console</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L246">index.ts:246</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L246">index.ts:246</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -450,7 +450,7 @@ <h3>debug</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L198">index.ts:198</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L198">index.ts:198</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -478,7 +478,7 @@ <h3>error</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L231">index.ts:231</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L231">index.ts:231</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -506,7 +506,7 @@ <h3>get<wbr>Message</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L414">index.ts:414</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L414">index.ts:414</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -538,7 +538,7 @@ <h3>info</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L209">index.ts:209</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L209">index.ts:209</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -566,7 +566,7 @@ <h3>log</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L179">index.ts:179</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L179">index.ts:179</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -604,7 +604,7 @@ <h3>setup</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L294">index.ts:294</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L294">index.ts:294</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -644,7 +644,7 @@ <h3>warn</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L220">index.ts:220</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L220">index.ts:220</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -671,7 +671,7 @@ <h3>styles</h3>
<div class="tsd-signature tsd-kind-icon">styles<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L97">index.ts:97</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L97">index.ts:97</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -686,7 +686,7 @@ <h3>debug</h3>
<div class="tsd-signature tsd-kind-icon">debug<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[&quot;gray&quot;]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L99">index.ts:99</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L99">index.ts:99</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -701,7 +701,7 @@ <h3>error</h3>
<div class="tsd-signature tsd-kind-icon">error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[&quot;red&quot;, &quot;bold&quot;]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L105">index.ts:105</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L105">index.ts:105</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -716,7 +716,7 @@ <h3>info</h3>
<div class="tsd-signature tsd-kind-icon">info<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[&quot;white&quot;]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L101">index.ts:101</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L101">index.ts:101</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -731,7 +731,7 @@ <h3>warn</h3>
<div class="tsd-signature tsd-kind-icon">warn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> =&nbsp;[&quot;yellow&quot;]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/69efeed/src/index.ts#L103">index.ts:103</a></li>
<li>Defined in <a href="https://github.com/igoramadas/anyhow/blob/98ee375/src/index.ts#L103">index.ts:103</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -750,7 +750,7 @@ <h3>warn</h3>
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/_index_.html">"index"</a>
<a href="../modules/_index_.html">&quot;index&quot;</a>
</li>
</ul>
</nav>
Expand Down
Loading

0 comments on commit ba4abed

Please sign in to comment.