mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
Deploying to gh-pages from @ harttle/liquidjs@822ba0be0f 🚀
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
<hr>
|
||||
<h3 id="parseFile" class="article-heading"><a href="#parseFile" class="headerlink" title="parseFile"></a>parseFile<a class="article-anchor" href="#parseFile" aria-hidden="true"></a></h3><p>• <strong>parseFile</strong>: <em>function</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/parser/parser.ts#L16">parser/parser.ts:16</a></em></p>
|
||||
<h4 id="Type-declaration" class="article-heading"><a href="#Type-declaration" class="headerlink" title="Type declaration:"></a>Type declaration:<a class="article-anchor" href="#Type-declaration" aria-hidden="true"></a></h4><p>▸ (<code>file</code>: string, <code>sync?</code>: undefined | false | true, <code>type?</code>: <a href="../enums/fs_loader_.lookuptype.html">LookupType</a>): <em>Iterator‹<a href="../interfaces/template_template_.template.html">Template</a>[]›</em></p>
|
||||
<h4 id="Type-declaration" class="article-heading"><a href="#Type-declaration" class="headerlink" title="Type declaration:"></a>Type declaration:<a class="article-anchor" href="#Type-declaration" aria-hidden="true"></a></h4><p>▸ (<code>file</code>: string, <code>sync?</code>: undefined | false | true, <code>type?</code>: <a href="../enums/fs_loader_.lookuptype.html">LookupType</a>, <code>currentFile?</code>: undefined | string): <em>Iterator‹<a href="../interfaces/template_template_.template.html">Template</a>[]›</em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -145,9 +145,13 @@
|
||||
<td><code>type?</code></td>
|
||||
<td><a href="../enums/fs_loader_.lookuptype.html">LookupType</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>currentFile?</code></td>
|
||||
<td>undefined | string</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<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="Private-parseFile" class="article-heading"><a href="#Private-parseFile" class="headerlink" title="Private _parseFile"></a><code>Private</code> _parseFile<a class="article-anchor" href="#Private-parseFile" aria-hidden="true"></a></h3><p>▸ <strong>_parseFile</strong>(<code>file</code>: string, <code>sync?</code>: undefined | false | true, <code>type</code>: <a href="../enums/fs_loader_.lookuptype.html">LookupType</a>): <em>IterableIterator‹Promise‹string› | <a href="../interfaces/template_template_.template.html">Template</a>[] | IterableIterator‹string | Promise‹boolean›››</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/parser/parser.ts#L68">parser/parser.ts:68</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="Private-parseFile" class="article-heading"><a href="#Private-parseFile" class="headerlink" title="Private _parseFile"></a><code>Private</code> _parseFile<a class="article-anchor" href="#Private-parseFile" aria-hidden="true"></a></h3><p>▸ <strong>_parseFile</strong>(<code>file</code>: string, <code>sync?</code>: undefined | false | true, <code>type</code>: <a href="../enums/fs_loader_.lookuptype.html">LookupType</a>, <code>currentFile?</code>: undefined | string): <em>IterableIterator‹Promise‹string› | <a href="../interfaces/template_template_.template.html">Template</a>[] | IterableIterator‹string | Promise‹boolean›››</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/parser/parser.ts#L70">parser/parser.ts:70</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -172,10 +176,15 @@
|
||||
<td><a href="../enums/fs_loader_.lookuptype.html">LookupType</a></td>
|
||||
<td>LookupType.Root</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>currentFile?</code></td>
|
||||
<td>undefined | string</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em>IterableIterator‹Promise‹string› | <a href="../interfaces/template_template_.template.html">Template</a>[] | IterableIterator‹string | Promise‹boolean›››</em></p>
|
||||
<hr>
|
||||
<h3 id="Private-parseFileCached" class="article-heading"><a href="#Private-parseFileCached" class="headerlink" title="Private _parseFileCached"></a><code>Private</code> _parseFileCached<a class="article-anchor" href="#Private-parseFileCached" aria-hidden="true"></a></h3><p>▸ <strong>_parseFileCached</strong>(<code>file</code>: string, <code>sync?</code>: undefined | false | true, <code>type</code>: <a href="../enums/fs_loader_.lookuptype.html">LookupType</a>): <em>IterableIterator‹any›</em></p>
|
||||
<h3 id="Private-parseFileCached" class="article-heading"><a href="#Private-parseFileCached" class="headerlink" title="Private _parseFileCached"></a><code>Private</code> _parseFileCached<a class="article-anchor" href="#Private-parseFileCached" aria-hidden="true"></a></h3><p>▸ <strong>_parseFileCached</strong>(<code>file</code>: string, <code>sync?</code>: undefined | false | true, <code>type</code>: <a href="../enums/fs_loader_.lookuptype.html">LookupType</a>, <code>currentFile?</code>: undefined | string): <em>IterableIterator‹any›</em></p>
|
||||
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/parser/parser.ts#L59">parser/parser.ts:59</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
@@ -201,6 +210,11 @@
|
||||
<td><a href="../enums/fs_loader_.lookuptype.html">LookupType</a></td>
|
||||
<td>LookupType.Root</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>currentFile?</code></td>
|
||||
<td>undefined | string</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em>IterableIterator‹any›</em></p>
|
||||
<hr>
|
||||
@@ -282,7 +296,7 @@
|
||||
|
||||
</div>
|
||||
<footer class="article-footer">
|
||||
<time class="article-footer-updated" datetime="2021-10-04T13:37:40.640Z" itemprop="dateModified">Last updated: 2021-10-04</time>
|
||||
<time class="article-footer-updated" datetime="2021-10-06T10:44:42.839Z" 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>
|
||||
|
||||
Reference in New Issue
Block a user