mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 05:10:40 -07:00
Deploying to gh-pages from @ harttle/liquidjs@ca3240c2c4 🚀
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
<tbody><tr>
|
||||
<td><code>env</code></td>
|
||||
<td>object</td>
|
||||
<td>{}</td>
|
||||
<td>{}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>opts</code></td>
|
||||
@@ -120,15 +120,13 @@
|
||||
<tr>
|
||||
<td><code>renderOptions</code></td>
|
||||
<td><a href="../interfaces/liquid_options_.renderoptions.html">RenderOptions</a></td>
|
||||
<td>{}</td>
|
||||
<td>{}</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em><a href="context_context_.context.html">Context</a></em></p>
|
||||
<h2 id="Properties" class="article-heading"><a href="#Properties" class="headerlink" title="Properties"></a>Properties<a class="article-anchor" href="#Properties" aria-hidden="true"></a></h2><h3 id="environments" class="article-heading"><a href="#environments" class="headerlink" title="environments"></a>environments<a class="article-anchor" href="#environments" aria-hidden="true"></a></h3><p>• <strong>environments</strong>: <em><a href="../modules/context_scope_.html#scope">Scope</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#L20">src/context/context.ts:20</a></em></p>
|
||||
<p>user passed in scope</p>
|
||||
{% increment %}, {% decrement %} changes this scope,
|
||||
<p>whereas {% capture %}, {% assign %} only hide this scope</p>
|
||||
<p>user passed in scope<br><code>{% increment %}</code>, <code>{% decrement %}</code> changes this scope,<br>whereas <code>{% capture %}</code>, <code>{% assign %}</code> only hide this scope</p>
|
||||
<hr>
|
||||
<h3 id="globals" class="article-heading"><a href="#globals" class="headerlink" title="globals"></a>globals<a class="article-anchor" href="#globals" aria-hidden="true"></a></h3><p>• <strong>globals</strong>: <em><a href="../modules/context_scope_.html#scope">Scope</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#L24">src/context/context.ts:24</a></em></p>
|
||||
@@ -141,9 +139,9 @@
|
||||
<h3 id="Private-registers" class="article-heading"><a href="#Private-registers" class="headerlink" title="Private registers"></a><code>Private</code> registers<a class="article-anchor" href="#Private-registers" aria-hidden="true"></a></h3><p>• <strong>registers</strong>: <em>object</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#L14">src/context/context.ts:14</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><hr>
|
||||
<h3 id="Private-scopes" class="article-heading"><a href="#Private-scopes" class="headerlink" title="Private scopes"></a><code>Private</code> scopes<a class="article-anchor" href="#Private-scopes" aria-hidden="true"></a></h3><p>• <strong>scopes</strong>: <em><a href="../modules/context_scope_.html#scope">Scope</a>[]</em> = [{}]</p>
|
||||
<h3 id="Private-scopes" class="article-heading"><a href="#Private-scopes" class="headerlink" title="Private scopes"></a><code>Private</code> scopes<a class="article-anchor" href="#Private-scopes" aria-hidden="true"></a></h3><p>• <strong>scopes</strong>: <em><a href="../modules/context_scope_.html#scope">Scope</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#L13">src/context/context.ts:13</a></em></p>
|
||||
<p>insert a Context-level empty scope,<br>for tags like {% capture %} {% assign %} to operate</p>
|
||||
<p>insert a Context-level empty scope,<br>for tags like <code>{% capture %}</code> <code>{% assign %}</code> to operate</p>
|
||||
<hr>
|
||||
<h3 id="strictVariables" class="article-heading"><a href="#strictVariables" class="headerlink" title="strictVariables"></a>strictVariables<a class="article-anchor" href="#strictVariables" aria-hidden="true"></a></h3><p>• <strong>strictVariables</strong>: <em>boolean</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#L33">src/context/context.ts:33</a></em></p>
|
||||
@@ -309,7 +307,7 @@
|
||||
|
||||
</div>
|
||||
<footer class="article-footer">
|
||||
<time class="article-footer-updated" datetime="2022-02-20T07:58:02.529Z" itemprop="dateModified">Last updated: 2022-02-20</time>
|
||||
<time class="article-footer-updated" datetime="2022-02-23T17:19:37.295Z" itemprop="dateModified">Last updated: 2022-02-23</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