Deploying to gh-pages from @ harttle/liquidjs@70fdb7af48 🚀

This commit is contained in:
harttle
2021-09-30 16:55:43 +00:00
parent cec0814a9b
commit 9a2a2bfd55
515 changed files with 11719 additions and 9833 deletions
+30 -9
View File
@@ -36,8 +36,8 @@
<link rel="stylesheet" href="../../css/navy.css">
<link rel="alternate" href="../../atom.xml" title="LiquidJS">
</head>
<link rel="alternate" href="../../atom.xml" title="LiquidJS" type="application/atom+xml">
<meta name="generator" content="Hexo 5.4.0"></head>
<body>
<div id="container">
@@ -63,7 +63,7 @@
</select>
</div>
<a href="https://github.com/harttle/liquidjs" target="_blank" rel="noopener external nofollow noreferrer" id="github-link-wrap" class="main-nav-link"><i class="icon-github"></i>Github</a>
<a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs" id="github-link-wrap" class="main-nav-link"><i class="icon-github"></i>Github</a>
<a id="mobile-nav-toggle">
<span class="mobile-nav-toggle-bar"></span>
<span class="mobile-nav-toggle-bar"></span>
@@ -87,15 +87,15 @@
<header class="article-header">
<h1 class="article-title" itemprop="name">Class: Render</h1>
<a href="https://github.com/harttle/liquidjs/issues/new?title=docs:&body=URL: https%3A%2F%2Fliquidjs.com%2Fapi%2Fclasses%2Frender_render_.render.html&labels=docs" target="_blank" rel="noopener external nofollow noreferrer" class="article-edit-link" title="Report problems"><i class="icon-chat-bubble-dots"></i></a>
<a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/issues/new?title=docs:&body=URL: https%3A%2F%2Fliquidjs.com%2Fapi%2Fclasses%2Frender_render_.render.html&labels=docs" class="article-edit-link" title="Report problems"><i class="icon-chat-bubble-dots"></i></a>
</header>
<div class="article-content" itemprop="articleBody">
<h2 id="Hierarchy" class="article-heading"><a href="#Hierarchy" class="headerlink" title="Hierarchy"></a>Hierarchy<a class="article-anchor" href="#Hierarchy" aria-hidden="true"></a></h2><ul>
<li><strong>Render</strong></li>
</ul>
<h2 id="Methods" class="article-heading"><a href="#Methods" class="headerlink" title="Methods"></a>Methods<a class="article-anchor" href="#Methods" aria-hidden="true"></a></h2><h3 id="renderTemplates" class="article-heading"><a href="#renderTemplates" class="headerlink" title="renderTemplates"></a>renderTemplates<a class="article-anchor" href="#renderTemplates" aria-hidden="true"></a></h3><p><strong>renderTemplates</strong>(<code>templates</code>: <a href="../interfaces/template_template_.template.html">Template</a>[], <code>ctx</code>: <a href="context_context_.context.html">Context</a>, <code>emitter?</code>: <a href="render_emitter_.emitter.html">Emitter</a>): <em>IterableIteratorany</em></p>
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/render/render.ts#L7" target="_blank" rel="noopener external nofollow noreferrer">render/render.ts:7</a></em></p>
<h2 id="Methods" class="article-heading"><a href="#Methods" class="headerlink" title="Methods"></a>Methods<a class="article-anchor" href="#Methods" aria-hidden="true"></a></h2><h3 id="renderTemplates" class="article-heading"><a href="#renderTemplates" class="headerlink" title="renderTemplates"></a>renderTemplates<a class="article-anchor" href="#renderTemplates" aria-hidden="true"></a></h3><p><strong>renderTemplates</strong>(<code>templates</code>: <a href="../interfaces/template_template_.template.html">Template</a>[], <code>ctx</code>: <a href="context_context_.context.html">Context</a>, <code>emitter?</code>: <a href="../interfaces/emitters_emitter_.emitter.html">Emitter</a>): <em>IterableIteratorany</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/render/render.ts#L16">render/render.ts:16</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -114,14 +114,35 @@
</tr>
<tr>
<td><code>emitter?</code></td>
<td><a href="render_emitter_.emitter.html">Emitter</a></td>
<td><a href="../interfaces/emitters_emitter_.emitter.html">Emitter</a></td>
</tr>
</tbody></table>
<p><strong>Returns:</strong> <em>IterableIteratorany</em></p>
<hr>
<h3 id="renderTemplatesToNodeStream" class="article-heading"><a href="#renderTemplatesToNodeStream" class="headerlink" title="renderTemplatesToNodeStream"></a>renderTemplatesToNodeStream<a class="article-anchor" href="#renderTemplatesToNodeStream" aria-hidden="true"></a></h3><p><strong>renderTemplatesToNodeStream</strong>(<code>templates</code>: <a href="../interfaces/template_template_.template.html">Template</a>[], <code>ctx</code>: <a href="context_context_.context.html">Context</a>): <em>ReadableStream</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/render/render.ts#L11">render/render.ts:11</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
</tr>
</thead>
<tbody><tr>
<td><code>templates</code></td>
<td><a href="../interfaces/template_template_.template.html">Template</a>[]</td>
</tr>
<tr>
<td><code>ctx</code></td>
<td><a href="context_context_.context.html">Context</a></td>
</tr>
</tbody></table>
<p><strong>Returns:</strong> <em>ReadableStream</em></p>
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2021-09-26T12:45:49.282Z" itemprop="dateModified">Last updated: 2021-09-26</time>
<time class="article-footer-updated" datetime="2021-09-30T16:55:13.898Z" itemprop="dateModified">Last updated: 2021-09-30</time>
<a href="../classes/liquid_.liquid.html" class="article-footer-next" title="sidebar.api.Liquid"><span>Next</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
@@ -130,7 +151,7 @@
<div id="article-toc-inner">
<div id="article-toc-inner-list">
<strong class="sidebar-title">Contents</strong>
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Hierarchy"><span class="toc-text">Hierarchy</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Methods"><span class="toc-text">Methods</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#renderTemplates"><span class="toc-text">renderTemplates</span></a></li></ol></li></ol>
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Hierarchy"><span class="toc-text">Hierarchy</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Methods"><span class="toc-text">Methods</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#renderTemplates"><span class="toc-text">renderTemplates</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#renderTemplatesToNodeStream"><span class="toc-text">renderTemplatesToNodeStream</span></a></li></ol></li></ol>
</div>
<a href="#" id="article-toc-top">Back to Top</a>
</div>