jssm 5.143.22 → 5.143.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/cdn/instance.js +18 -1
- package/dist/cdn/viz.js +18 -1
- package/dist/cli/fsl-render.cjs +1 -1
- package/dist/cli/fsl.cjs +1 -1
- package/dist/deno/README.md +2 -2
- package/dist/deno/jssm.js +1 -1
- package/dist/jssm.es5.cjs +1 -1
- package/dist/jssm.es5.iife.js +1 -1
- package/dist/jssm.es6.mjs +1 -1
- package/dist/jssm_viz.cjs +1 -1
- package/dist/jssm_viz.iife.cjs +1 -1
- package/dist/jssm_viz.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,10 +18,10 @@ Please edit the file it's derived from, instead: `./src/md/readme_base.md`
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
* Generated for version 5.143.
|
|
21
|
+
* Generated for version 5.143.23 at 6/12/2026, 1:50:43 PM
|
|
22
22
|
|
|
23
23
|
-->
|
|
24
|
-
# jssm 5.143.
|
|
24
|
+
# jssm 5.143.23
|
|
25
25
|
|
|
26
26
|
[**Try the live editor**](https://stonecypher.github.io/jssm-viz-demo/graph_explorer.html) ·
|
|
27
27
|
[Documentation](https://stonecypher.github.io/jssm/docs/) ·
|
package/dist/cdn/instance.js
CHANGED
|
@@ -11842,6 +11842,14 @@ function peg$parse(input, options) {
|
|
|
11842
11842
|
}
|
|
11843
11843
|
function peg$parseStripe() {
|
|
11844
11844
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
11845
|
+
var cg = input.charCodeAt(peg$currPos);
|
|
11846
|
+
if (cg !== 43 && cg !== 45) {
|
|
11847
|
+
if (peg$silentFails === 0 && peg$currPos >= peg$maxFailPos) {
|
|
11848
|
+
peg$fail(peg$c1297);
|
|
11849
|
+
peg$fail(peg$c1300);
|
|
11850
|
+
}
|
|
11851
|
+
return peg$FAILED;
|
|
11852
|
+
}
|
|
11845
11853
|
s0 = peg$currPos;
|
|
11846
11854
|
if (input.substr(peg$currPos, 2) === peg$c1296) {
|
|
11847
11855
|
s1 = peg$c1296;
|
|
@@ -11958,6 +11966,15 @@ function peg$parse(input, options) {
|
|
|
11958
11966
|
}
|
|
11959
11967
|
function peg$parseCycle() {
|
|
11960
11968
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
11969
|
+
var cg = input.charCodeAt(peg$currPos);
|
|
11970
|
+
if (cg !== 43 && cg !== 45) {
|
|
11971
|
+
if (peg$silentFails === 0 && peg$currPos >= peg$maxFailPos) {
|
|
11972
|
+
peg$fail(peg$c1303);
|
|
11973
|
+
peg$fail(peg$c1306);
|
|
11974
|
+
peg$fail(peg$c1309);
|
|
11975
|
+
}
|
|
11976
|
+
return peg$FAILED;
|
|
11977
|
+
}
|
|
11961
11978
|
s0 = peg$currPos;
|
|
11962
11979
|
if (input.charCodeAt(peg$currPos) === 43) {
|
|
11963
11980
|
s1 = peg$c1302;
|
|
@@ -22383,7 +22400,7 @@ var constants = /*#__PURE__*/Object.freeze({
|
|
|
22383
22400
|
* Useful for runtime diagnostics and for embedding in serialized machine
|
|
22384
22401
|
* snapshots so that deserializers can detect version-skew.
|
|
22385
22402
|
*/
|
|
22386
|
-
const version = "5.143.
|
|
22403
|
+
const version = "5.143.23";
|
|
22387
22404
|
|
|
22388
22405
|
// whargarbl lots of these return arrays could/should be sets
|
|
22389
22406
|
const { state_name_chars, state_name_first_chars, action_label_chars } = constants;
|
package/dist/cdn/viz.js
CHANGED
|
@@ -11867,6 +11867,14 @@ function peg$parse(input, options) {
|
|
|
11867
11867
|
}
|
|
11868
11868
|
function peg$parseStripe() {
|
|
11869
11869
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
11870
|
+
var cg = input.charCodeAt(peg$currPos);
|
|
11871
|
+
if (cg !== 43 && cg !== 45) {
|
|
11872
|
+
if (peg$silentFails === 0 && peg$currPos >= peg$maxFailPos) {
|
|
11873
|
+
peg$fail(peg$c1297);
|
|
11874
|
+
peg$fail(peg$c1300);
|
|
11875
|
+
}
|
|
11876
|
+
return peg$FAILED;
|
|
11877
|
+
}
|
|
11870
11878
|
s0 = peg$currPos;
|
|
11871
11879
|
if (input.substr(peg$currPos, 2) === peg$c1296) {
|
|
11872
11880
|
s1 = peg$c1296;
|
|
@@ -11983,6 +11991,15 @@ function peg$parse(input, options) {
|
|
|
11983
11991
|
}
|
|
11984
11992
|
function peg$parseCycle() {
|
|
11985
11993
|
var s0, s1, s2, s3, s4, s5, s6;
|
|
11994
|
+
var cg = input.charCodeAt(peg$currPos);
|
|
11995
|
+
if (cg !== 43 && cg !== 45) {
|
|
11996
|
+
if (peg$silentFails === 0 && peg$currPos >= peg$maxFailPos) {
|
|
11997
|
+
peg$fail(peg$c1303);
|
|
11998
|
+
peg$fail(peg$c1306);
|
|
11999
|
+
peg$fail(peg$c1309);
|
|
12000
|
+
}
|
|
12001
|
+
return peg$FAILED;
|
|
12002
|
+
}
|
|
11986
12003
|
s0 = peg$currPos;
|
|
11987
12004
|
if (input.charCodeAt(peg$currPos) === 43) {
|
|
11988
12005
|
s1 = peg$c1302;
|
|
@@ -22408,7 +22425,7 @@ var constants = /*#__PURE__*/Object.freeze({
|
|
|
22408
22425
|
* Useful for runtime diagnostics and for embedding in serialized machine
|
|
22409
22426
|
* snapshots so that deserializers can detect version-skew.
|
|
22410
22427
|
*/
|
|
22411
|
-
const version = "5.143.
|
|
22428
|
+
const version = "5.143.23";
|
|
22412
22429
|
|
|
22413
22430
|
// whargarbl lots of these return arrays could/should be sets
|
|
22414
22431
|
const { state_name_chars, state_name_first_chars, action_label_chars } = constants;
|