Skip to content

Commit

Permalink
Bump Typedoc; bump CI to node 17
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Oct 19, 2021
1 parent 53f01ab commit cdedc1e
Show file tree
Hide file tree
Showing 13 changed files with 475 additions and 451 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/nodejs.yml
Expand Up @@ -8,11 +8,11 @@ jobs:
strategy:
matrix:
include:
- node-version: 16.x # fastest, so run first, to error fast
- node-version: 17.x # fastest, so run first, to error fast
os: ubuntu-latest
- node-version: 16.x # slowest, so run next. sort by slowest from here to get earliest end through parallelism
- node-version: 17.x # slowest, so run next. sort by slowest from here to get earliest end through parallelism
os: macos-latest
- node-version: 16.x # finish check big-3 on latest current
- node-version: 17.x # finish check big-3 on latest current
os: windows-latest
- node-version: 10.x # lastly check just ubuntu on historic node versions because speed, oldest (slowest) first
os: ubuntu-latest
Expand All @@ -26,6 +26,8 @@ jobs:
os: ubuntu-latest
- node-version: 15.x
os: ubuntu-latest
- node-version: 16.x
os: ubuntu-latest

runs-on: ${{matrix.os}}

Expand Down
2 changes: 1 addition & 1 deletion dist/es6/version.js
@@ -1,2 +1,2 @@
const version = "5.36.2";
const version = "5.37.0";
export { version };
2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.nonmin.js
Expand Up @@ -15736,7 +15736,7 @@ function peg$parse(input, options) {
}
}

const version = "5.36.2";
const version = "5.37.0";

// whargarbl lots of these return arrays could/should be sets
/* eslint-disable complexity */
Expand Down
2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jssm.es5.iife.nonmin.js
Expand Up @@ -15735,7 +15735,7 @@ var jssm = (function (exports) {
}
}

const version = "5.36.2";
const version = "5.37.0";

// whargarbl lots of these return arrays could/should be sets
/* eslint-disable complexity */
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/assets/js/search.js

Large diffs are not rendered by default.

352 changes: 176 additions & 176 deletions docs/docs/classes/machine.html

Large diffs are not rendered by default.

208 changes: 114 additions & 94 deletions docs/docs/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/docs/modules.html
Expand Up @@ -77,7 +77,7 @@ <h1>Project jssm</h1>
<section class="tsd-index-section ">
<h3>Classes</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-class tsd-has-type-parameter"><a href="classes/machine.html" class="tsd-kind-icon">Machine</a></li>
<li class="tsd-kind-class tsd-has-type-parameter"><a href="classes/Machine.html" class="tsd-kind-icon">Machine</a></li>
</ul>
</section>
<section class="tsd-index-section ">
Expand Down Expand Up @@ -132,7 +132,7 @@ <h3><span class="tsd-flag ts-flagConst">Const</span> seq</h3>
<section class="tsd-panel tsd-member tsd-kind-variable">
<a name="version" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagConst">Const</span> version</h3>
<div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;5.36.2&quot;</span></div>
<div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;5.37.0&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in version.ts:2</li>
Expand Down Expand Up @@ -329,7 +329,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span
<a name="sm" class="tsd-anchor"></a>
<h3>sm</h3>
<ul class="tsd-signatures tsd-kind-function tsd-has-type-parameter">
<li class="tsd-signature tsd-kind-icon">sm&lt;mDT&gt;<span class="tsd-signature-symbol">(</span>template_strings<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">TemplateStringsArray</span>, <span class="tsd-signature-symbol">...</span>remainder<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="classes/machine.html" class="tsd-signature-type">Machine</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">mDT</span><span class="tsd-signature-symbol">&gt;</span></li>
<li class="tsd-signature tsd-kind-icon">sm&lt;mDT&gt;<span class="tsd-signature-symbol">(</span>template_strings<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">TemplateStringsArray</span>, <span class="tsd-signature-symbol">...</span>remainder<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="classes/Machine.html" class="tsd-signature-type">Machine</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">mDT</span><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
Expand All @@ -353,7 +353,7 @@ <h5>template_strings: <span class="tsd-signature-type">TemplateStringsArray</spa
<h5><span class="tsd-flag ts-flagRest">Rest</span> <span class="tsd-signature-symbol">...</span>remainder: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="classes/machine.html" class="tsd-signature-type">Machine</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">mDT</span><span class="tsd-signature-symbol">&gt;</span></h4>
<h4 class="tsd-returns-title">Returns <a href="classes/Machine.html" class="tsd-signature-type">Machine</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">mDT</span><span class="tsd-signature-symbol">&gt;</span></h4>
</li>
</ul>
</section>
Expand Down Expand Up @@ -381,13 +381,13 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">JssmState
</ul>
</section>
</section>
<!--{&quot;options&quot;:&quot;C:\\Users\\john\\projects\\jssm&quot;,&quot;tsconfig&quot;:&quot;C:\\Users\\john\\projects\\jssm&quot;,&quot;entryPoints&quot;:[&quot;src/ts/jssm.ts&quot;],&quot;exclude&quot;:[],&quot;externalPattern&quot;:[&quot;**/node_modules/**&quot;],&quot;excludeExternals&quot;:false,&quot;excludeNotDocumented&quot;:false,&quot;excludeInternal&quot;:false,&quot;excludePrivate&quot;:false,&quot;excludeProtected&quot;:false,&quot;disableSources&quot;:false,&quot;includes&quot;:&quot;&quot;,&quot;media&quot;:&quot;&quot;,&quot;out&quot;:&quot;docs/docs&quot;,&quot;json&quot;:&quot;&quot;,&quot;theme&quot;:&quot;./node_modules/typedoc-neo-theme/bin/default&quot;,&quot;name&quot;:&quot;&quot;,&quot;includeVersion&quot;:false,&quot;excludeTags&quot;:[],&quot;readme&quot;:&quot;&quot;,&quot;defaultCategory&quot;:&quot;Other&quot;,&quot;categoryOrder&quot;:[],&quot;categorizeByGroup&quot;:true,&quot;gitRevision&quot;:&quot;&quot;,&quot;gitRemote&quot;:&quot;origin&quot;,&quot;gaID&quot;:&quot;&quot;,&quot;gaSite&quot;:&quot;auto&quot;,&quot;hideGenerator&quot;:false,&quot;toc&quot;:[],&quot;disableOutputCheck&quot;:false,&quot;help&quot;:false,&quot;version&quot;:false,&quot;showConfig&quot;:false,&quot;plugin&quot;:[],&quot;logger&quot;:&quot;console&quot;,&quot;logLevel&quot;:1,&quot;listInvalidSymbolLinks&quot;:false}-->
<!--{&quot;options&quot;:&quot;C:\\Users\\john\\projects\\jssm&quot;,&quot;tsconfig&quot;:&quot;C:\\Users\\john\\projects\\jssm&quot;,&quot;packages&quot;:[],&quot;entryPoints&quot;:[&quot;C:\\Users\\john\\projects\\jssm\\src\\ts\\jssm.ts&quot;],&quot;exclude&quot;:[],&quot;externalPattern&quot;:[&quot;**/node_modules/**&quot;],&quot;excludeExternals&quot;:false,&quot;excludeNotDocumented&quot;:false,&quot;excludeInternal&quot;:false,&quot;excludePrivate&quot;:false,&quot;excludeProtected&quot;:false,&quot;disableSources&quot;:false,&quot;includes&quot;:&quot;&quot;,&quot;media&quot;:&quot;&quot;,&quot;watch&quot;:false,&quot;preserveWatchOutput&quot;:false,&quot;emit&quot;:false,&quot;out&quot;:&quot;C:\\Users\\john\\projects\\jssm\\docs\\docs&quot;,&quot;json&quot;:&quot;&quot;,&quot;pretty&quot;:true,&quot;theme&quot;:&quot;./node_modules/typedoc-neo-theme/bin/default&quot;,&quot;highlightTheme&quot;:&quot;light-plus&quot;,&quot;name&quot;:&quot;&quot;,&quot;includeVersion&quot;:false,&quot;excludeTags&quot;:[],&quot;readme&quot;:&quot;&quot;,&quot;defaultCategory&quot;:&quot;Other&quot;,&quot;categoryOrder&quot;:[],&quot;categorizeByGroup&quot;:true,&quot;sort&quot;:[&quot;kind&quot;,&quot;instance-first&quot;,&quot;alphabetical&quot;],&quot;gitRevision&quot;:&quot;&quot;,&quot;gitRemote&quot;:&quot;origin&quot;,&quot;gaID&quot;:&quot;&quot;,&quot;gaSite&quot;:&quot;auto&quot;,&quot;hideGenerator&quot;:false,&quot;toc&quot;:[],&quot;disableOutputCheck&quot;:false,&quot;help&quot;:false,&quot;version&quot;:false,&quot;showConfig&quot;:false,&quot;plugin&quot;:[],&quot;logger&quot;:&quot;console&quot;,&quot;logLevel&quot;:1,&quot;treatWarningsAsErrors&quot;:false,&quot;listInvalidSymbolLinks&quot;:false}-->
</div>
<div class="col-2 col-menu secondary-menu">
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-has-type-parameter root">
<a href="classes/machine.html" class="tsd-kind-icon">Machine</a>
<a href="classes/Machine.html" class="tsd-kind-icon">Machine</a>
</li>
<li class=" tsd-kind-variable root">
<a href="modules.html#histograph" class="tsd-kind-icon">histograph</a>
Expand Down

0 comments on commit cdedc1e

Please sign in to comment.