Skip to content

Commit

Permalink
publish: Support Nodes back to 0.12
Browse files Browse the repository at this point in the history
generated from commit f232139
  • Loading branch information
mde committed May 1, 2024
1 parent 084a19b commit 9056d22
Show file tree
Hide file tree
Showing 15 changed files with 2,728 additions and 757 deletions.
8 changes: 7 additions & 1 deletion Cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ <h5>Parameters:</h5>





<h5>Returns:</h5>


Expand Down Expand Up @@ -351,6 +353,8 @@ <h4 class="name" id="reset"><span class="type-signature"></span>reset<span class








Expand Down Expand Up @@ -509,6 +513,8 @@ <h5>Parameters:</h5>








Expand All @@ -531,7 +537,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ej
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Sep 02 2019 12:31:27 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed May 01 2024 10:49:53 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs_jsdoc_cache.jsdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ej
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Sep 02 2019 12:31:27 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed May 01 2024 10:49:53 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
4 changes: 2 additions & 2 deletions docs_jsdoc_callbacks.jsdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1 class="page-title">Source: docs/jsdoc/callbacks.jsdoc</h1>
*
* @callback RenderFileCallback
* @param {?Error} err error, if any resulted from the rendering process
* @param {?String} str output string, is `null` if there is an error
* @param {?String} [str] output string, is `null` or `undefined` if there is an error
* @static
* @global
*/
Expand All @@ -51,7 +51,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ej
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Sep 02 2019 12:31:27 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed May 01 2024 10:49:53 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs_jsdoc_fileLoader.jsdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ej
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Sep 02 2019 12:31:27 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed May 01 2024 10:49:53 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
16 changes: 12 additions & 4 deletions docs_jsdoc_options.jsdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ <h1 class="page-title">Source: docs/jsdoc/options.jsdoc</h1>
* whose name is specified by {@link module:ejs.localsName} (default to
* `locals`).
*
* @property {Boolean} [strict=false]
* Whether to run in strict mode or not.
* Enforces `_with=false`.
*
* @property {String[]} [destructuredLocals=[]]
* An array of local variables that are always destructured from {@link module:ejs.localsName},
* available even in strict mode.
*
* @property {Boolean} [rmWhitespace=false]
* Remove all safe-to-remove whitespace, including leading and trailing
* whitespace. It also enables a safer version of `-%>` line slurping for all
Expand All @@ -64,9 +72,9 @@ <h1 class="page-title">Source: docs/jsdoc/options.jsdoc</h1>
* The filename of the template. Required for inclusion and caching unless
* you are using {@link module:ejs.renderFile}. Also used for error reporting.
*
* @property {String} [root=undefined]
* The path to the project root. When this is set, absolute paths for includes
* (/filename.ejs) will be relative to the project root.
* @property {String|String[]} [root=undefined]
* The path to the template root(s). When this is set, absolute paths for includes
* (/filename.ejs) will be relative to the template root(s).
*
* @property {String} [openDelimiter='&lt;']
* The opening delimiter for all statements. This allows you to clearly delinate
Expand Down Expand Up @@ -118,7 +126,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ej
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Sep 02 2019 12:31:27 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed May 01 2024 10:49:53 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
5 changes: 3 additions & 2 deletions docs_jsdoc_template-functions.jsdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ <h1 class="page-title">Source: docs/jsdoc/template-functions.jsdoc</h1>
* @param {Error} err Error object
* @param {String} str full EJS source
* @param {String} filename file name of the EJS file
* @param {String} lineno line number of the error
* @param {Number} lineno line number of the error
* @param {EscapeCallback} esc
* @static
* @global
*/
Expand Down Expand Up @@ -117,7 +118,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ej
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Sep 02 2019 12:31:27 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed May 01 2024 10:49:53 GMT-0700 (Pacific Daylight Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
Loading

0 comments on commit 9056d22

Please sign in to comment.