jssm 5.141.13 → 5.142.0

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 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.141.13 at 6/5/2026, 10:01:10 PM
21
+ * Generated for version 5.142.0 at 6/7/2026, 11:29:31 PM
22
22
 
23
23
  -->
24
- # jssm 5.141.13
24
+ # jssm 5.142.0
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/) ·
@@ -189,14 +189,14 @@ CDN one-liner (with an import map for `@viz-js/viz`):
189
189
 
190
190
  ```html
191
191
  <script type="module" src="https://cdn.jsdelivr.net/npm/jssm/dist/cdn/viz.js"></script>
192
- <jssm-viz fsl="Off -> On -> Off;"></jssm-viz>
192
+ <fsl-viz fsl="Off -> On -> Off;"></fsl-viz>
193
193
  ```
194
194
 
195
195
  npm one-liner:
196
196
 
197
197
  ```ts
198
198
  import 'jssm/wc/viz/define';
199
- // then use <jssm-viz fsl="..."> or its synonym <fsl-viz fsl="..."> anywhere
199
+ // then use <fsl-viz fsl="..."> anywhere; <jssm-viz> is an accepted alias
200
200
  ```
201
201
 
202
202
  Full documentation: [src/doc_md/WebComponents.md](src/doc_md/WebComponents.md).
@@ -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,603 tests at 100.0% line coverage
284
+ library.** 6,628 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,603 tests***, run 57,390 times.
417
+ ***6,628 tests***, run 57,415 times.
418
418
 
419
- - 6,090 specs with 100.0% coverage
420
- - 513 fuzz tests with 3.4% coverage
421
- - 5,594 TypeScript lines - 1.2 tests per line, 10.3 generated tests per line
419
+ - 6,115 specs with 100.0% coverage
420
+ - 513 fuzz tests with 3.3% coverage
421
+ - 5,634 TypeScript lines - 1.2 tests per line, 10.2 generated tests per line
422
422
 
423
423
  [![Actions Status](https://github.com/StoneCypher/jssm/workflows/Node%20CI/badge.svg)](https://github.com/StoneCypher/jssm/actions)
424
424
  [![NPM version](https://img.shields.io/npm/v/jssm.svg)](https://www.npmjs.com/package/jssm)
@@ -4,7 +4,7 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "src/ts/wc/jssm_bind_wc.ts",
7
+ "path": "src/ts/wc/fsl_bind_wc.ts",
8
8
  "declarations": [
9
9
  {
10
10
  "kind": "function",
@@ -119,8 +119,8 @@
119
119
  },
120
120
  {
121
121
  "kind": "class",
122
- "description": "`<jssm-bind>` configuration tag. The element itself is invisible —\r\nit carries `selector`, `source`, and optional `target` attributes\r\nthat the parent `<jssm-instance>` reads during its connection\r\nlifecycle to wire up a machine-to-DOM binding.\r\n\r\nRegistering it as a `LitElement` (rather than leaving it as a generic\r\nunknown tag) gives it a stable upgrade timing, a `display: none`\r\ndefault style, and a proper place in the custom-elements registry so\r\n`customElements.get('jssm-bind')` resolves.",
123
- "name": "JssmBind",
122
+ "description": "`<fsl-bind>` / `<jssm-bind>` configuration tag. The element itself is\r\ninvisible — it carries `selector`, `source`, and optional `target`\r\nattributes that the parent `<fsl-instance>` reads during its connection\r\nlifecycle to wire up a machine-to-DOM binding.\r\n\r\nRegistering it as a `LitElement` (rather than leaving it as a generic\r\nunknown tag) gives it a stable upgrade timing, a `display: none`\r\ndefault style, and a proper place in the custom-elements registry so\r\n`customElements.get('fsl-bind')` resolves.",
123
+ "name": "FslBind",
124
124
  "members": [],
125
125
  "attributes": [
126
126
  {
@@ -140,7 +140,7 @@
140
140
  "name": "LitElement",
141
141
  "package": "lit"
142
142
  },
143
- "tagName": "jssm-bind",
143
+ "tagName": "fsl-bind",
144
144
  "customElement": true
145
145
  }
146
146
  ],
@@ -150,7 +150,7 @@
150
150
  "name": "walk_path",
151
151
  "declaration": {
152
152
  "name": "walk_path",
153
- "module": "src/ts/wc/jssm_bind_wc.ts"
153
+ "module": "src/ts/wc/fsl_bind_wc.ts"
154
154
  }
155
155
  },
156
156
  {
@@ -158,7 +158,7 @@
158
158
  "name": "resolve_binding",
159
159
  "declaration": {
160
160
  "name": "resolve_binding",
161
- "module": "src/ts/wc/jssm_bind_wc.ts"
161
+ "module": "src/ts/wc/fsl_bind_wc.ts"
162
162
  }
163
163
  },
164
164
  {
@@ -166,7 +166,7 @@
166
166
  "name": "set_on_element",
167
167
  "declaration": {
168
168
  "name": "set_on_element",
169
- "module": "src/ts/wc/jssm_bind_wc.ts"
169
+ "module": "src/ts/wc/fsl_bind_wc.ts"
170
170
  }
171
171
  },
172
172
  {
@@ -174,22 +174,22 @@
174
174
  "name": "install_bindings",
175
175
  "declaration": {
176
176
  "name": "install_bindings",
177
- "module": "src/ts/wc/jssm_bind_wc.ts"
177
+ "module": "src/ts/wc/fsl_bind_wc.ts"
178
178
  }
179
179
  },
180
180
  {
181
181
  "kind": "js",
182
- "name": "JssmBind",
182
+ "name": "FslBind",
183
183
  "declaration": {
184
- "name": "JssmBind",
185
- "module": "src/ts/wc/jssm_bind_wc.ts"
184
+ "name": "FslBind",
185
+ "module": "src/ts/wc/fsl_bind_wc.ts"
186
186
  }
187
187
  }
188
188
  ]
189
189
  },
190
190
  {
191
191
  "kind": "javascript-module",
192
- "path": "src/ts/wc/jssm_hook_wc.ts",
192
+ "path": "src/ts/wc/fsl_hook_wc.ts",
193
193
  "declarations": [
194
194
  {
195
195
  "kind": "function",
@@ -263,7 +263,7 @@
263
263
  "name": "registry",
264
264
  "optional": true,
265
265
  "type": {
266
- "text": "JssmHookRegistry"
266
+ "text": "FslHookRegistry"
267
267
  },
268
268
  "description": "Optional in-WC registry to consult first."
269
269
  }
@@ -316,7 +316,7 @@
316
316
  "name": "registry",
317
317
  "optional": true,
318
318
  "type": {
319
- "text": "JssmHookRegistry"
319
+ "text": "FslHookRegistry"
320
320
  },
321
321
  "description": "Optional in-WC registry of named handlers."
322
322
  }
@@ -335,7 +335,7 @@
335
335
  {
336
336
  "name": "spec",
337
337
  "type": {
338
- "text": "JssmHookInstallSpec"
338
+ "text": "FslHookInstallSpec"
339
339
  },
340
340
  "description": "The parsed install spec carrying the user handler."
341
341
  },
@@ -361,7 +361,7 @@
361
361
  {
362
362
  "name": "spec",
363
363
  "type": {
364
- "text": "JssmHookInstallSpec"
364
+ "text": "FslHookInstallSpec"
365
365
  },
366
366
  "description": "The parsed install spec."
367
367
  },
@@ -382,7 +382,7 @@
382
382
  "name": "make_hook_proxy",
383
383
  "declaration": {
384
384
  "name": "make_hook_proxy",
385
- "module": "src/ts/wc/jssm_hook_wc.ts"
385
+ "module": "src/ts/wc/fsl_hook_wc.ts"
386
386
  }
387
387
  },
388
388
  {
@@ -390,7 +390,7 @@
390
390
  "name": "compile_inline_body",
391
391
  "declaration": {
392
392
  "name": "compile_inline_body",
393
- "module": "src/ts/wc/jssm_hook_wc.ts"
393
+ "module": "src/ts/wc/fsl_hook_wc.ts"
394
394
  }
395
395
  },
396
396
  {
@@ -398,7 +398,7 @@
398
398
  "name": "resolve_named_handler",
399
399
  "declaration": {
400
400
  "name": "resolve_named_handler",
401
- "module": "src/ts/wc/jssm_hook_wc.ts"
401
+ "module": "src/ts/wc/fsl_hook_wc.ts"
402
402
  }
403
403
  },
404
404
  {
@@ -406,7 +406,7 @@
406
406
  "name": "normalize_hook_kind",
407
407
  "declaration": {
408
408
  "name": "normalize_hook_kind",
409
- "module": "src/ts/wc/jssm_hook_wc.ts"
409
+ "module": "src/ts/wc/fsl_hook_wc.ts"
410
410
  }
411
411
  },
412
412
  {
@@ -414,7 +414,7 @@
414
414
  "name": "parse_hook_element",
415
415
  "declaration": {
416
416
  "name": "parse_hook_element",
417
- "module": "src/ts/wc/jssm_hook_wc.ts"
417
+ "module": "src/ts/wc/fsl_hook_wc.ts"
418
418
  }
419
419
  },
420
420
  {
@@ -422,7 +422,7 @@
422
422
  "name": "wrap_user_handler",
423
423
  "declaration": {
424
424
  "name": "wrap_user_handler",
425
- "module": "src/ts/wc/jssm_hook_wc.ts"
425
+ "module": "src/ts/wc/fsl_hook_wc.ts"
426
426
  }
427
427
  },
428
428
  {
@@ -430,14 +430,14 @@
430
430
  "name": "build_hook_descriptor",
431
431
  "declaration": {
432
432
  "name": "build_hook_descriptor",
433
- "module": "src/ts/wc/jssm_hook_wc.ts"
433
+ "module": "src/ts/wc/fsl_hook_wc.ts"
434
434
  }
435
435
  }
436
436
  ]
437
437
  },
438
438
  {
439
439
  "kind": "javascript-module",
440
- "path": "src/ts/wc/jssm_instance_wc.ts",
440
+ "path": "src/ts/wc/fsl_instance_wc.ts",
441
441
  "declarations": [
442
442
  {
443
443
  "kind": "variable",
@@ -547,7 +547,7 @@
547
547
  {
548
548
  "kind": "class",
549
549
  "description": "Web component that owns a single `Machine<unknown>` constructed from an\r\nFSL source supplied via one of three mutually exclusive channels:\r\n\r\n 1. The `fsl=\"\"` attribute,\r\n 2. A child `<script type=\"text/fsl\">`,\r\n 3. The element's own text content (companion `<jssm-*>` children and\r\n any `<script type=\"text/fsl\">` are excluded from this channel).\r\n\r\nSupplying zero or more than one channel is a thrown error.\r\n\r\nOn every transition the component reflects machine state to its own\r\nattributes (`current-state`, `legal-actions`, `terminal`, `complete`)\r\nand sets a `--current-state` CSS custom property so consumer CSS can\r\nstyle by state without subclassing.",
550
- "name": "JssmInstance",
550
+ "name": "FslInstance",
551
551
  "cssProperties": [
552
552
  {
553
553
  "description": "The machine's current state name as a CSS string token.",
@@ -610,11 +610,11 @@
610
610
  "kind": "field",
611
611
  "name": "_unsubs",
612
612
  "type": {
613
- "text": "JssmBindUnsub[]"
613
+ "text": "FslBindUnsub[]"
614
614
  },
615
615
  "privacy": "private",
616
616
  "default": "[]",
617
- "description": "Live unsubscribe callbacks for #645 `<jssm-bind>` / `data-jssm-bind`\r\nprojections. Every entry must be invoked exactly once during\r\ndisconnectedCallback."
617
+ "description": "Live unsubscribe callbacks for #645 `<fsl-bind>` / `data-jssm-bind`\r\nprojections. Every entry must be invoked exactly once during\r\ndisconnectedCallback."
618
618
  },
619
619
  {
620
620
  "kind": "field",
@@ -630,11 +630,11 @@
630
630
  "kind": "field",
631
631
  "name": "registry",
632
632
  "type": {
633
- "text": "JssmHookRegistry"
633
+ "text": "FslHookRegistry"
634
634
  },
635
635
  "readonly": true,
636
636
  "default": "new Map()",
637
- "description": "Per-instance registry of named hook handlers consulted before\r\n`globalThis` when resolving `<jssm-hook handler=\"name\">`."
637
+ "description": "Per-instance registry of named hook handlers consulted before\r\n`globalThis` when resolving `<fsl-hook handler=\"name\">` /\r\n`<jssm-hook handler=\"name\">`."
638
638
  },
639
639
  {
640
640
  "kind": "field",
@@ -802,7 +802,7 @@
802
802
  "name": "LitElement",
803
803
  "package": "lit"
804
804
  },
805
- "tagName": "jssm-instance",
805
+ "tagName": "fsl-instance",
806
806
  "customElement": true
807
807
  }
808
808
  ],
@@ -812,7 +812,7 @@
812
812
  "name": "JSSM_ON_EVENT_NAMES",
813
813
  "declaration": {
814
814
  "name": "JSSM_ON_EVENT_NAMES",
815
- "module": "src/ts/wc/jssm_instance_wc.ts"
815
+ "module": "src/ts/wc/fsl_instance_wc.ts"
816
816
  }
817
817
  },
818
818
  {
@@ -820,7 +820,7 @@
820
820
  "name": "parse_jssm_on_element",
821
821
  "declaration": {
822
822
  "name": "parse_jssm_on_element",
823
- "module": "src/ts/wc/jssm_instance_wc.ts"
823
+ "module": "src/ts/wc/fsl_instance_wc.ts"
824
824
  }
825
825
  },
826
826
  {
@@ -828,7 +828,7 @@
828
828
  "name": "jssm_handler_registry",
829
829
  "declaration": {
830
830
  "name": "jssm_handler_registry",
831
- "module": "src/ts/wc/jssm_instance_wc.ts"
831
+ "module": "src/ts/wc/fsl_instance_wc.ts"
832
832
  }
833
833
  },
834
834
  {
@@ -836,7 +836,7 @@
836
836
  "name": "resolve_named_handler",
837
837
  "declaration": {
838
838
  "name": "resolve_named_handler",
839
- "module": "src/ts/wc/jssm_instance_wc.ts"
839
+ "module": "src/ts/wc/fsl_instance_wc.ts"
840
840
  }
841
841
  },
842
842
  {
@@ -844,7 +844,7 @@
844
844
  "name": "compile_inline_body",
845
845
  "declaration": {
846
846
  "name": "compile_inline_body",
847
- "module": "src/ts/wc/jssm_instance_wc.ts"
847
+ "module": "src/ts/wc/fsl_instance_wc.ts"
848
848
  }
849
849
  },
850
850
  {
@@ -852,22 +852,22 @@
852
852
  "name": "resolve_fsl_source",
853
853
  "declaration": {
854
854
  "name": "resolve_fsl_source",
855
- "module": "src/ts/wc/jssm_instance_wc.ts"
855
+ "module": "src/ts/wc/fsl_instance_wc.ts"
856
856
  }
857
857
  },
858
858
  {
859
859
  "kind": "js",
860
- "name": "JssmInstance",
860
+ "name": "FslInstance",
861
861
  "declaration": {
862
- "name": "JssmInstance",
863
- "module": "src/ts/wc/jssm_instance_wc.ts"
862
+ "name": "FslInstance",
863
+ "module": "src/ts/wc/fsl_instance_wc.ts"
864
864
  }
865
865
  }
866
866
  ]
867
867
  },
868
868
  {
869
869
  "kind": "javascript-module",
870
- "path": "src/ts/wc/jssm_viz_wc.ts",
870
+ "path": "src/ts/wc/fsl_viz_wc.ts",
871
871
  "declarations": [
872
872
  {
873
873
  "kind": "function",
@@ -890,8 +890,8 @@
890
890
  },
891
891
  {
892
892
  "kind": "class",
893
- "description": "Web component that renders a jssm machine as inline SVG.\r\n\r\nTwo operating modes:\r\n\r\n 1. **Standalone** (no parent `<jssm-instance>` ancestor): render from\r\n the element's own `fsl=\"\"` attribute / property. Re-renders on\r\n attribute change.\r\n 2. **Nested** (inside a `<jssm-instance>` ancestor, found via\r\n `closest('jssm-instance')` at `connectedCallback`): bind to the\r\n parent's machine and re-render on every `transition` event. The\r\n element's own `fsl` attribute is ignored in this mode; supplying it\r\n emits a `console.warn` for developer feedback.",
894
- "name": "JssmViz",
893
+ "description": "Web component that renders a jssm machine as inline SVG.\r\n\r\nTwo operating modes:\r\n\r\n 1. **Standalone** (no parent `<fsl-instance>` ancestor): render from\r\n the element's own `fsl=\"\"` attribute / property. Re-renders on\r\n attribute change.\r\n 2. **Nested** (inside a `<fsl-instance>` or `<jssm-instance>` ancestor,\r\n found via `closest_wc(this, 'instance')` at `connectedCallback`):\r\n bind to the parent's machine and re-render on every `transition`\r\n event. The element's own `fsl` attribute is ignored in this mode;\r\n supplying it emits a `console.warn` for developer feedback.",
894
+ "name": "FslViz",
895
895
  "cssProperties": [
896
896
  {
897
897
  "description": "Minimum height of the rendered SVG container.",
@@ -937,7 +937,7 @@
937
937
  },
938
938
  "privacy": "private",
939
939
  "default": "null",
940
- "description": "Parent `<jssm-instance>` host reference, set in `connectedCallback`\r\nwhen a parent is found. When non-null the viz is in nested mode and\r\nrenders the parent's machine instead of its own `fsl` attribute."
940
+ "description": "Parent `<fsl-instance>` (or `<jssm-instance>`) host reference, set in\r\n`connectedCallback` when a parent is found. When non-null the viz is\r\nin nested mode and renders the parent's machine instead of its own\r\n`fsl` attribute."
941
941
  },
942
942
  {
943
943
  "kind": "field",
@@ -1005,7 +1005,7 @@
1005
1005
  "name": "LitElement",
1006
1006
  "package": "lit"
1007
1007
  },
1008
- "tagName": "jssm-viz",
1008
+ "tagName": "fsl-viz",
1009
1009
  "customElement": true
1010
1010
  }
1011
1011
  ],
@@ -1015,15 +1015,155 @@
1015
1015
  "name": "normalize_viz_error",
1016
1016
  "declaration": {
1017
1017
  "name": "normalize_viz_error",
1018
- "module": "src/ts/wc/jssm_viz_wc.ts"
1018
+ "module": "src/ts/wc/fsl_viz_wc.ts"
1019
1019
  }
1020
1020
  },
1021
1021
  {
1022
1022
  "kind": "js",
1023
- "name": "JssmViz",
1023
+ "name": "FslViz",
1024
1024
  "declaration": {
1025
- "name": "JssmViz",
1026
- "module": "src/ts/wc/jssm_viz_wc.ts"
1025
+ "name": "FslViz",
1026
+ "module": "src/ts/wc/fsl_viz_wc.ts"
1027
+ }
1028
+ }
1029
+ ]
1030
+ },
1031
+ {
1032
+ "kind": "javascript-module",
1033
+ "path": "src/ts/wc/wc_tag_helpers.ts",
1034
+ "declarations": [
1035
+ {
1036
+ "kind": "function",
1037
+ "name": "wc_suffix_matches",
1038
+ "return": {
1039
+ "type": {
1040
+ "text": ""
1041
+ }
1042
+ },
1043
+ "parameters": [
1044
+ {
1045
+ "name": "tag_name",
1046
+ "type": {
1047
+ "text": "string"
1048
+ },
1049
+ "description": "The element tag name to test (e.g. `\"FSL-VIZ\"`, `\"jssm-viz\"`)."
1050
+ },
1051
+ {
1052
+ "name": "suffix",
1053
+ "type": {
1054
+ "text": "string"
1055
+ },
1056
+ "description": "The suffix to match after the prefix (e.g. `\"viz\"`)."
1057
+ }
1058
+ ],
1059
+ "description": "Returns true when `tag_name` is exactly `fsl-<suffix>` or `jssm-<suffix>`\n(case-insensitive)."
1060
+ },
1061
+ {
1062
+ "kind": "function",
1063
+ "name": "closest_wc",
1064
+ "return": {
1065
+ "type": {
1066
+ "text": ""
1067
+ }
1068
+ },
1069
+ "parameters": [
1070
+ {
1071
+ "name": "el",
1072
+ "type": {
1073
+ "text": "Element"
1074
+ },
1075
+ "description": "The element to start the search from."
1076
+ },
1077
+ {
1078
+ "name": "suffix",
1079
+ "type": {
1080
+ "text": "string"
1081
+ },
1082
+ "description": "The suffix to match (e.g. `\"instance\"`)."
1083
+ }
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."
1086
+ },
1087
+ {
1088
+ "kind": "function",
1089
+ "name": "define_with_synonym",
1090
+ "return": {
1091
+ "type": {
1092
+ "text": "void"
1093
+ }
1094
+ },
1095
+ "parameters": [
1096
+ {
1097
+ "name": "canonical_tag",
1098
+ "type": {
1099
+ "text": "string"
1100
+ },
1101
+ "description": "The primary tag name (e.g. `\"fsl-instance\"`)."
1102
+ },
1103
+ {
1104
+ "name": "synonym_tag",
1105
+ "type": {
1106
+ "text": "string"
1107
+ },
1108
+ "description": "The alias tag name (e.g. `\"jssm-instance\"`)."
1109
+ },
1110
+ {
1111
+ "name": "CanonicalClass",
1112
+ "type": {
1113
+ "text": "CustomElementConstructor"
1114
+ },
1115
+ "description": "Constructor to register under `canonical_tag`."
1116
+ },
1117
+ {
1118
+ "name": "SynonymClass",
1119
+ "type": {
1120
+ "text": "CustomElementConstructor"
1121
+ },
1122
+ "description": "Constructor to register under `synonym_tag`\n (must be a distinct class from `CanonicalClass`)."
1123
+ }
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."
1126
+ }
1127
+ ],
1128
+ "exports": [
1129
+ {
1130
+ "kind": "js",
1131
+ "name": "wc_suffix_matches",
1132
+ "declaration": {
1133
+ "name": "wc_suffix_matches",
1134
+ "module": "src/ts/wc/wc_tag_helpers.ts"
1135
+ }
1136
+ },
1137
+ {
1138
+ "kind": "js",
1139
+ "name": "closest_wc",
1140
+ "declaration": {
1141
+ "name": "closest_wc",
1142
+ "module": "src/ts/wc/wc_tag_helpers.ts"
1143
+ }
1144
+ },
1145
+ {
1146
+ "kind": "js",
1147
+ "name": "define_with_synonym",
1148
+ "declaration": {
1149
+ "name": "define_with_synonym",
1150
+ "module": "src/ts/wc/wc_tag_helpers.ts"
1151
+ }
1152
+ },
1153
+ {
1154
+ "kind": "custom-element-definition",
1155
+ "name": "canonical_tag",
1156
+ "declaration": {
1157
+ "name": "CanonicalClass",
1158
+ "module": "src/ts/wc/wc_tag_helpers.ts"
1159
+ }
1160
+ },
1161
+ {
1162
+ "kind": "custom-element-definition",
1163
+ "name": "synonym_tag",
1164
+ "declaration": {
1165
+ "name": "SynonymClass",
1166
+ "module": "src/ts/wc/wc_tag_helpers.ts"
1027
1167
  }
1028
1168
  }
1029
1169
  ]