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
+13 -13
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,12 +87,12 @@
<header class="article-header">
<h1 class="article-title" itemprop="name">External module: &quot;fs/node&quot;</h1>
<a href="https://github.com/harttle/liquidjs/issues/new?title=docs:&body=URL: https%3A%2F%2Fliquidjs.com%2Fapi%2Fmodules%2Ffs_node_.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%2Fmodules%2Ffs_node_.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="Variables" class="article-heading"><a href="#Variables" class="headerlink" title="Variables"></a>Variables<a class="article-anchor" href="#Variables" aria-hidden="true"></a></h2><h3 id="Const-readFileAsync" class="article-heading"><a href="#Const-readFileAsync" class="headerlink" title="Const readFileAsync"></a><code>Const</code> readFileAsync<a class="article-anchor" href="#Const-readFileAsync" aria-hidden="true"></a></h3><p><strong>readFileAsync</strong>: <em>function</em> = _.promisify&lt;string, string, string&gt;(nodeReadFile)</p>
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L6" target="_blank" rel="noopener external nofollow noreferrer">fs/node.ts:6</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L6">fs/node.ts:6</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>arg1</code>: T1, <code>arg2</code>: T2): <em>PromiseT3</em></p>
<p><strong>Parameters:</strong></p>
<table>
@@ -113,7 +113,7 @@
</tbody></table>
<hr>
<h3 id="Const-statAsync" class="article-heading"><a href="#Const-statAsync" class="headerlink" title="Const statAsync"></a><code>Const</code> statAsync<a class="article-anchor" href="#Const-statAsync" aria-hidden="true"></a></h3><p><strong>statAsync</strong>: <em>function</em> = _.promisify(stat)</p>
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L5" target="_blank" rel="noopener external nofollow noreferrer">fs/node.ts:5</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L5">fs/node.ts:5</a></em></p>
<h4 id="Type-declaration-1" class="article-heading"><a href="#Type-declaration-1" class="headerlink" title="Type declaration:"></a>Type declaration:<a class="article-anchor" href="#Type-declaration-1" aria-hidden="true"></a></h4><p>▸ (<code>arg1</code>: T1): <em>PromiseT2</em></p>
<p><strong>Parameters:</strong></p>
<table>
@@ -129,7 +129,7 @@
</tr>
</tbody></table>
<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="exists" class="article-heading"><a href="#exists" class="headerlink" title="exists"></a>exists<a class="article-anchor" href="#exists" aria-hidden="true"></a></h3><p><strong>exists</strong>(<code>filepath</code>: string): <em>Promiseboolean</em></p>
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L8" target="_blank" rel="noopener external nofollow noreferrer">fs/node.ts:8</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L8">fs/node.ts:8</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -146,7 +146,7 @@
<p><strong>Returns:</strong> <em>Promiseboolean</em></p>
<hr>
<h3 id="existsSync" class="article-heading"><a href="#existsSync" class="headerlink" title="existsSync"></a>existsSync<a class="article-anchor" href="#existsSync" aria-hidden="true"></a></h3><p><strong>existsSync</strong>(<code>filepath</code>: string): <em>boolean</em></p>
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L14" target="_blank" rel="noopener external nofollow noreferrer">fs/node.ts:14</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L14">fs/node.ts:14</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -163,7 +163,7 @@
<p><strong>Returns:</strong> <em>boolean</em></p>
<hr>
<h3 id="fallback" class="article-heading"><a href="#fallback" class="headerlink" title="fallback"></a>fallback<a class="article-anchor" href="#fallback" aria-hidden="true"></a></h3><p><strong>fallback</strong>(<code>file</code>: string): <em>undefined | string</em></p>
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L29" target="_blank" rel="noopener external nofollow noreferrer">fs/node.ts:29</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L29">fs/node.ts:29</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -180,7 +180,7 @@
<p><strong>Returns:</strong> <em>undefined | string</em></p>
<hr>
<h3 id="readFile" class="article-heading"><a href="#readFile" class="headerlink" title="readFile"></a>readFile<a class="article-anchor" href="#readFile" aria-hidden="true"></a></h3><p><strong>readFile</strong>(<code>filepath</code>: string): <em>Promisestring</em></p>
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L11" target="_blank" rel="noopener external nofollow noreferrer">fs/node.ts:11</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L11">fs/node.ts:11</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -197,7 +197,7 @@
<p><strong>Returns:</strong> <em>Promisestring</em></p>
<hr>
<h3 id="readFileSync" class="article-heading"><a href="#readFileSync" class="headerlink" title="readFileSync"></a>readFileSync<a class="article-anchor" href="#readFileSync" aria-hidden="true"></a></h3><p><strong>readFileSync</strong>(<code>filepath</code>: string): <em>string</em></p>
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L22" target="_blank" rel="noopener external nofollow noreferrer">fs/node.ts:22</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L22">fs/node.ts:22</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -214,7 +214,7 @@
<p><strong>Returns:</strong> <em>string</em></p>
<hr>
<h3 id="resolve" class="article-heading"><a href="#resolve" class="headerlink" title="resolve"></a>resolve<a class="article-anchor" href="#resolve" aria-hidden="true"></a></h3><p><strong>resolve</strong>(<code>root</code>: string, <code>file</code>: string, <code>ext</code>: string): <em>string</em></p>
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L25" target="_blank" rel="noopener external nofollow noreferrer">fs/node.ts:25</a></em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/fs/node.ts#L25">fs/node.ts:25</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -240,7 +240,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2021-09-26T12:45:48.822Z" itemprop="dateModified">Last updated: 2021-09-26</time>
<time class="article-footer-updated" datetime="2021-09-30T16:55:13.762Z" 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>