Deploying to gh-pages from @ harttle/liquidjs@7e99efc513 🚀

This commit is contained in:
harttle
2022-01-28 17:27:54 +00:00
parent 59a0c0550f
commit 5b3a84961b
557 changed files with 3820 additions and 3137 deletions
+51 -21
View File
@@ -5,6 +5,7 @@
<title>Module: &quot;context/context&quot; | LiquidJS</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="LiquidJS is a simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.">
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net/">
<link rel="manifest" href="/manifest.json">
<!-- Canonical links -->
@@ -92,23 +93,6 @@
</header>
<div class="article-content" itemprop="articleBody">
<h2 id="Functions" class="article-heading"><a href="#Functions" class="headerlink" title="Functions"></a>Functions<a class="article-anchor" href="#Functions" aria-hidden="true"></a></h2><h3 id="readFirst" class="article-heading"><a href="#readFirst" class="headerlink" title="readFirst"></a>readFirst<a class="article-anchor" href="#readFirst" aria-hidden="true"></a></h3><p><strong>readFirst</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>): <em>any</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L104">src/context/context.ts:104</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
</tr>
</thead>
<tbody><tr>
<td><code>obj</code></td>
<td><a href="context_scope_.html#scope">Scope</a></td>
</tr>
</tbody></table>
<p><strong>Returns:</strong> <em>any</em></p>
<hr>
<h3 id="readLast" class="article-heading"><a href="#readLast" class="headerlink" title="readLast"></a>readLast<a class="article-anchor" href="#readLast" aria-hidden="true"></a></h3><p><strong>readLast</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>): <em>any</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L109">src/context/context.ts:109</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
@@ -125,7 +109,49 @@
</tbody></table>
<p><strong>Returns:</strong> <em>any</em></p>
<hr>
<h3 id="readProperty" class="article-heading"><a href="#readProperty" class="headerlink" title="readProperty"></a>readProperty<a class="article-anchor" href="#readProperty" aria-hidden="true"></a></h3><p><strong>readProperty</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>, <code>key</code>: string): <em>any</em></p>
<h3 id="readJSProperty" class="article-heading"><a href="#readJSProperty" class="headerlink" title="readJSProperty"></a>readJSProperty<a class="article-anchor" href="#readJSProperty" aria-hidden="true"></a></h3><p><strong>readJSProperty</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>, <code>key</code>: string, <code>ownPropertyOnly</code>: boolean): <em>any</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L104">src/context/context.ts:104</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
</tr>
</thead>
<tbody><tr>
<td><code>obj</code></td>
<td><a href="context_scope_.html#scope">Scope</a></td>
</tr>
<tr>
<td><code>key</code></td>
<td>string</td>
</tr>
<tr>
<td><code>ownPropertyOnly</code></td>
<td>boolean</td>
</tr>
</tbody></table>
<p><strong>Returns:</strong> <em>any</em></p>
<hr>
<h3 id="readLast" class="article-heading"><a href="#readLast" class="headerlink" title="readLast"></a>readLast<a class="article-anchor" href="#readLast" aria-hidden="true"></a></h3><p><strong>readLast</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>): <em>any</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L114">src/context/context.ts:114</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
</tr>
</thead>
<tbody><tr>
<td><code>obj</code></td>
<td><a href="context_scope_.html#scope">Scope</a></td>
</tr>
</tbody></table>
<p><strong>Returns:</strong> <em>any</em></p>
<hr>
<h3 id="readProperty" class="article-heading"><a href="#readProperty" class="headerlink" title="readProperty"></a>readProperty<a class="article-anchor" href="#readProperty" aria-hidden="true"></a></h3><p><strong>readProperty</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>, <code>key</code>: string, <code>ownPropertyOnly</code>: boolean): <em>any</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L90">src/context/context.ts:90</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
@@ -143,11 +169,15 @@
<td><code>key</code></td>
<td>string</td>
</tr>
<tr>
<td><code>ownPropertyOnly</code></td>
<td>boolean</td>
</tr>
</tbody></table>
<p><strong>Returns:</strong> <em>any</em></p>
<hr>
<h3 id="readSize" class="article-heading"><a href="#readSize" class="headerlink" title="readSize"></a>readSize<a class="article-anchor" href="#readSize" aria-hidden="true"></a></h3><p><strong>readSize</strong>(<code>obj</code>: <a href="context_scope_.html#scope">Scope</a>): <em>any</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L114">src/context/context.ts:114</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/context/context.ts#L119">src/context/context.ts:119</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -165,7 +195,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2022-01-28T14:44:29.375Z" itemprop="dateModified">Last updated: 2022-01-28</time>
<time class="article-footer-updated" datetime="2022-01-28T17:27:39.997Z" itemprop="dateModified">Last updated: 2022-01-28</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>
@@ -174,7 +204,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="#Functions"><span class="toc-text">Functions</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#readFirst"><span class="toc-text">readFirst</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readLast"><span class="toc-text">readLast</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readProperty"><span class="toc-text">readProperty</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readSize"><span class="toc-text">readSize</span></a></li></ol></li></ol>
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Functions"><span class="toc-text">Functions</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#readFirst"><span class="toc-text">readFirst</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readJSProperty"><span class="toc-text">readJSProperty</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readLast"><span class="toc-text">readLast</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readProperty"><span class="toc-text">readProperty</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#readSize"><span class="toc-text">readSize</span></a></li></ol></li></ol>
</div>
<a href="#" id="article-toc-top">Back to Top</a>
</div>