jssm 5.142.0 → 5.142.2
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 +7 -7
- package/custom-elements.json +4 -4
- package/dist/cdn/instance.js +529 -245
- package/dist/cdn/viz.js +529 -245
- package/dist/cli/fsl-render.cjs +1 -1
- package/dist/cli/fsl.cjs +1 -1
- package/dist/deno/README.md +7 -7
- package/dist/deno/jssm.d.ts +42 -1
- package/dist/deno/jssm.js +1 -1
- package/dist/deno/jssm_types.d.ts +2 -0
- 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/jssm.es5.d.cts +44 -1
- package/jssm.es6.d.ts +44 -1
- package/jssm_viz.es5.d.cts +44 -1
- package/jssm_viz.es6.d.ts +44 -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.142.
|
|
21
|
+
* Generated for version 5.142.2 at 6/8/2026, 1:43:56 AM
|
|
22
22
|
|
|
23
23
|
-->
|
|
24
|
-
# jssm 5.142.
|
|
24
|
+
# jssm 5.142.2
|
|
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/) ·
|
|
@@ -281,7 +281,7 @@ That decision shows up everywhere downstream:
|
|
|
281
281
|
or run `npm run benny` against your own machine.
|
|
282
282
|
|
|
283
283
|
- **More thoroughly tested than any other JavaScript state-machine
|
|
284
|
-
library.** 6,
|
|
284
|
+
library.** 6,645 tests at 100.0% line coverage
|
|
285
285
|
([report](https://coveralls.io/github/StoneCypher/jssm)), plus
|
|
286
286
|
fuzz testing via `fast-check`, with parser test data across ten natural
|
|
287
287
|
languages and Emoji.
|
|
@@ -414,11 +414,11 @@ If your contribution is missing here, please open an issue.
|
|
|
414
414
|
|
|
415
415
|
<br/>
|
|
416
416
|
|
|
417
|
-
***6,
|
|
417
|
+
***6,645 tests***, run 57,927 times.
|
|
418
418
|
|
|
419
|
-
- 6,
|
|
420
|
-
-
|
|
421
|
-
- 5,
|
|
419
|
+
- 6,127 specs with 100.0% coverage
|
|
420
|
+
- 518 fuzz tests with 3.3% coverage
|
|
421
|
+
- 5,659 TypeScript lines - 1.2 tests per line, 10.2 generated tests per line
|
|
422
422
|
|
|
423
423
|
[](https://github.com/StoneCypher/jssm/actions)
|
|
424
424
|
[](https://www.npmjs.com/package/jssm)
|
package/custom-elements.json
CHANGED
|
@@ -1056,7 +1056,7 @@
|
|
|
1056
1056
|
"description": "The suffix to match after the prefix (e.g. `\"viz\"`)."
|
|
1057
1057
|
}
|
|
1058
1058
|
],
|
|
1059
|
-
"description": "Returns true when `tag_name` is exactly `fsl-<suffix>` or `jssm-<suffix>`\n(case-insensitive)."
|
|
1059
|
+
"description": "Returns true when `tag_name` is exactly `fsl-<suffix>` or `jssm-<suffix>`\r\n(case-insensitive)."
|
|
1060
1060
|
},
|
|
1061
1061
|
{
|
|
1062
1062
|
"kind": "function",
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
"description": "The suffix to match (e.g. `\"instance\"`)."
|
|
1083
1083
|
}
|
|
1084
1084
|
],
|
|
1085
|
-
"description": "Returns the nearest ancestor of `el` (or `el` itself) whose tag is\n`fsl-<suffix>` or `jssm-<suffix>`, or `null` if none exists."
|
|
1085
|
+
"description": "Returns the nearest ancestor of `el` (or `el` itself) whose tag is\r\n`fsl-<suffix>` or `jssm-<suffix>`, or `null` if none exists."
|
|
1086
1086
|
},
|
|
1087
1087
|
{
|
|
1088
1088
|
"kind": "function",
|
|
@@ -1119,10 +1119,10 @@
|
|
|
1119
1119
|
"type": {
|
|
1120
1120
|
"text": "CustomElementConstructor"
|
|
1121
1121
|
},
|
|
1122
|
-
"description": "Constructor to register under `synonym_tag`\n (must be a distinct class from `CanonicalClass`)."
|
|
1122
|
+
"description": "Constructor to register under `synonym_tag`\r\n (must be a distinct class from `CanonicalClass`)."
|
|
1123
1123
|
}
|
|
1124
1124
|
],
|
|
1125
|
-
"description": "Registers a canonical custom-element tag and its synonym tag.\n\n`customElements.define` requires a distinct constructor per tag name, so\ncallers pass the canonical class and a thin subclass for the synonym.\nThe function is idempotent: if either tag is already registered it skips\nthat `define` call rather than throwing."
|
|
1125
|
+
"description": "Registers a canonical custom-element tag and its synonym tag.\r\n\r\n`customElements.define` requires a distinct constructor per tag name, so\r\ncallers pass the canonical class and a thin subclass for the synonym.\r\nThe function is idempotent: if either tag is already registered it skips\r\nthat `define` call rather than throwing."
|
|
1126
1126
|
}
|
|
1127
1127
|
],
|
|
1128
1128
|
"exports": [
|