Deploying to gh-pages from @ harttle/liquidjs@822ba0be0f 🚀

This commit is contained in:
harttle
2021-10-06 10:45:27 +00:00
parent bc651d3a72
commit ff1e9ccecb
524 changed files with 5462 additions and 3208 deletions
+11 -3
View File
@@ -172,7 +172,7 @@
</tbody></table>
<p><strong>Returns:</strong> <em>IterableIteratorany</em></p>
<hr>
<h3 id="parseLayoutFile" class="article-heading"><a href="#parseLayoutFile" class="headerlink" title="_parseLayoutFile"></a>_parseLayoutFile<a class="article-anchor" href="#parseLayoutFile" aria-hidden="true"></a></h3><p><strong>_parseLayoutFile</strong>(<code>file</code>: string, <code>sync?</code>: undefined | false | true): <em>Iterator<a href="../interfaces/template_template_.template.html">Template</a>[]</em></p>
<h3 id="parseLayoutFile" class="article-heading"><a href="#parseLayoutFile" class="headerlink" title="_parseLayoutFile"></a>_parseLayoutFile<a class="article-anchor" href="#parseLayoutFile" aria-hidden="true"></a></h3><p><strong>_parseLayoutFile</strong>(<code>file</code>: string, <code>sync?</code>: undefined | false | true, <code>currentFile?</code>: undefined | string): <em>Iterator<a href="../interfaces/template_template_.template.html">Template</a>[]</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/liquid.ts#L70">liquid.ts:70</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
@@ -190,10 +190,14 @@
<td><code>sync?</code></td>
<td>undefined &#124; false &#124; true</td>
</tr>
<tr>
<td><code>currentFile?</code></td>
<td>undefined &#124; string</td>
</tr>
</tbody></table>
<p><strong>Returns:</strong> <em>Iterator<a href="../interfaces/template_template_.template.html">Template</a>[]</em></p>
<hr>
<h3 id="parsePartialFile" class="article-heading"><a href="#parsePartialFile" class="headerlink" title="_parsePartialFile"></a>_parsePartialFile<a class="article-anchor" href="#parsePartialFile" aria-hidden="true"></a></h3><p><strong>_parsePartialFile</strong>(<code>file</code>: string, <code>sync?</code>: undefined | false | true): <em>Iterator<a href="../interfaces/template_template_.template.html">Template</a>[]</em></p>
<h3 id="parsePartialFile" class="article-heading"><a href="#parsePartialFile" class="headerlink" title="_parsePartialFile"></a>_parsePartialFile<a class="article-anchor" href="#parsePartialFile" aria-hidden="true"></a></h3><p><strong>_parsePartialFile</strong>(<code>file</code>: string, <code>sync?</code>: undefined | false | true, <code>currentFile?</code>: undefined | string): <em>Iterator<a href="../interfaces/template_template_.template.html">Template</a>[]</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/liquid.ts#L67">liquid.ts:67</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
@@ -211,6 +215,10 @@
<td><code>sync?</code></td>
<td>undefined &#124; false &#124; true</td>
</tr>
<tr>
<td><code>currentFile?</code></td>
<td>undefined &#124; string</td>
</tr>
</tbody></table>
<p><strong>Returns:</strong> <em>Iterator<a href="../interfaces/template_template_.template.html">Template</a>[]</em></p>
<hr>
@@ -576,7 +584,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2021-10-04T13:37:40.532Z" itemprop="dateModified">Last updated: 2021-10-04</time>
<time class="article-footer-updated" datetime="2021-10-06T10:44:42.735Z" itemprop="dateModified">Last updated: 2021-10-06</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>