jssm 5.112.3 → 5.112.4

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.
Files changed (78) hide show
  1. package/README.md +3 -3
  2. package/dist/deno/README.md +347 -0
  3. package/dist/deno/jssm.js +1 -0
  4. package/dist/{es6 → deno}/jssm_constants.d.ts +5 -0
  5. package/dist/{es6 → deno}/jssm_types.d.ts +298 -5
  6. package/dist/jssm.es5.cjs +1 -1
  7. package/dist/jssm.es5.iife.js +1 -1
  8. package/dist/jssm.es6.mjs +1 -1
  9. package/dist/jssm_viz.cjs +1 -1
  10. package/dist/jssm_viz.iife.cjs +1 -1
  11. package/dist/jssm_viz.mjs +1 -1
  12. package/jssm.es5.d.cts +241 -2
  13. package/jssm.es6.d.ts +241 -2
  14. package/jssm_viz.es5.d.cts +216 -2
  15. package/jssm_viz.es6.d.ts +216 -2
  16. package/package.json +18 -2
  17. package/.clocignore +0 -1
  18. package/.codeclimate.yml +0 -22
  19. package/.editorconfig +0 -12
  20. package/.eslintrc +0 -20
  21. package/.gitattributes +0 -17
  22. package/.log-progress.json +0 -9
  23. package/.nycrc +0 -6
  24. package/.travis.yml +0 -9
  25. package/CHANGELOG.md +0 -263
  26. package/CLAUDE.md +0 -11
  27. package/dist/es6/fsl_parser.js +0 -1
  28. package/dist/es6/jssm.js +0 -3320
  29. package/dist/es6/jssm_arrow.js +0 -211
  30. package/dist/es6/jssm_compiler.js +0 -380
  31. package/dist/es6/jssm_constants.js +0 -121
  32. package/dist/es6/jssm_error.js +0 -47
  33. package/dist/es6/jssm_theme.js +0 -24
  34. package/dist/es6/jssm_types.js +0 -3
  35. package/dist/es6/jssm_util.js +0 -337
  36. package/dist/es6/jssm_viz.js +0 -560
  37. package/dist/es6/jssm_viz_colors.js +0 -63
  38. package/dist/es6/themes/jssm_base_stylesheet.d.ts +0 -11
  39. package/dist/es6/themes/jssm_base_stylesheet.js +0 -58
  40. package/dist/es6/themes/jssm_theme_bold.d.ts +0 -11
  41. package/dist/es6/themes/jssm_theme_bold.js +0 -58
  42. package/dist/es6/themes/jssm_theme_default.d.ts +0 -11
  43. package/dist/es6/themes/jssm_theme_default.js +0 -58
  44. package/dist/es6/themes/jssm_theme_modern.d.ts +0 -11
  45. package/dist/es6/themes/jssm_theme_modern.js +0 -58
  46. package/dist/es6/themes/jssm_theme_ocean.d.ts +0 -11
  47. package/dist/es6/themes/jssm_theme_ocean.js +0 -56
  48. package/dist/es6/themes/jssm_theme_plain.d.ts +0 -11
  49. package/dist/es6/themes/jssm_theme_plain.js +0 -70
  50. package/dist/es6/version.js +0 -2
  51. package/dist/jssm.es5.nonmin.cjs +0 -24506
  52. package/dist/jssm.es6.nonmin.cjs +0 -24473
  53. package/dist/jssm_viz.es5.iife.nonmin.cjs +0 -24679
  54. package/dist/jssm_viz.es5.nonmin.cjs +0 -24674
  55. package/dist/jssm_viz.es6.nonmin.cjs +0 -24661
  56. package/jest-dragon.config.cjs +0 -36
  57. package/jest-spec.config.cjs +0 -36
  58. package/jest-stoch.config.cjs +0 -36
  59. package/jest-unicode.config.cjs +0 -36
  60. package/log-progress.data.json +0 -28
  61. package/rollup.config.deno.js +0 -44
  62. package/rollup.config.es5.js +0 -52
  63. package/rollup.config.es6.js +0 -55
  64. package/rollup.config.viz.es5.js +0 -46
  65. package/rollup.config.viz.es6.js +0 -46
  66. package/rollup.config.viz.iife.js +0 -36
  67. package/tutorial_learn_testing.md +0 -168
  68. package/typedoc-options.cjs +0 -69
  69. /package/dist/{es6 → deno}/fsl_parser.d.ts +0 -0
  70. /package/dist/{es6 → deno}/jssm.d.ts +0 -0
  71. /package/dist/{es6 → deno}/jssm_arrow.d.ts +0 -0
  72. /package/dist/{es6 → deno}/jssm_compiler.d.ts +0 -0
  73. /package/dist/{es6 → deno}/jssm_error.d.ts +0 -0
  74. /package/dist/{es6 → deno}/jssm_theme.d.ts +0 -0
  75. /package/dist/{es6 → deno}/jssm_util.d.ts +0 -0
  76. /package/dist/{es6 → deno}/jssm_viz.d.ts +0 -0
  77. /package/dist/{es6 → deno}/jssm_viz_colors.d.ts +0 -0
  78. /package/dist/{es6 → deno}/version.d.ts +0 -0
@@ -1,69 +0,0 @@
1
- module.exports = {
2
- name: 'JSSM, a JavaScript state machine - the FSM for FSL',
3
- readme: './src/doc_md/DocLandingPage.md',
4
- out: 'docs/docs',
5
- // entryPoints: [
6
- // 'packages/*',
7
- // ],
8
- customCss: './src/site/typedoc-addon.css',
9
- // entryPointStrategy: 'packages',
10
- pluginPages: {
11
- source: './src/doc_md/',
12
- pages: [
13
- { title: 'Tutorials', childrenDir: './', children: [
14
- { title: 'What are state machines?', source: 'WhatAreStateMachines.md' },
15
- { title: '☕ Quick Start', source: 'GettingStarted.md' },
16
- { title: 'Language reference', source: 'LanguageReference.md' },
17
- { title: 'API reference', source: 'todo.md' },
18
- { title: 'Example machines', source: 'ExampleMachines.md' },
19
- { title: 'Howtos and Recipes', childrenDir: './', children: [
20
- { title: 'Frameworks', childrenDir: './', children: [
21
- { title: 'React', source: 'todo.md' },
22
- { title: 'Vue', source: 'todo.md' },
23
- { title: 'Angular', source: 'todo.md' },
24
- { title: 'Node', source: 'todo.md' },
25
- ] },
26
- { title: 'Environments', childrenDir: './', children: [
27
- { title: 'Node', source: 'todo.md' },
28
- { title: 'Typescript', source: 'todo.md' },
29
- { title: 'The browser', source: 'todo.md' },
30
- { title: 'Deno', source: 'Environments_Deno.md' },
31
- { title: 'AWS Lambda', source: 'todo.md' },
32
- { title: 'SQL', source: 'todo.md' },
33
- ] },
34
- { title: 'Bundling', childrenDir: './', children: [
35
- { title: 'Rollup', source: 'todo.md' },
36
- { title: 'Webpack', source: 'todo.md' },
37
- { title: 'CDN', source: 'todo.md' },
38
- { title: 'Local files', source: 'todo.md' },
39
- ] },
40
- { title: "Let's make a large machine", source: 'todo.md' },
41
- { title: 'Publishing', source: 'todo.md' },
42
- { title: 'Theme, style, color', source: 'Styling.md' }
43
- ] },
44
- { title: 'Comparisons', childrenDir: './', children: [
45
- { title: 'Feature comparison', source: 'FeatureComparison.md' },
46
- { title: 'LOC Shootout', source: 'Shootout.md' }
47
- ] },
48
- ] },
49
- { title: 'Tools', childrenDir: './', children: [
50
- { title: 'Live Editor', source: 'live_editor.md' },
51
- { title: 'Visualization', source: 'Visualization.md' },
52
- { title: 'Github Action', source: 'todo.md' },
53
- { title: 'CLI', source: 'todo.md' },
54
- ] },
55
- { title: 'VIRTUAL', childrenDir: './', children: [
56
- { title: 'Community', source: 'community.md' }
57
- ] },
58
- { title: 'VIRTUAL', childrenDir: './', children: [
59
- { title: 'Changelog', source: 'CHANGELOG.long.md' }
60
- ] },
61
- { title: 'VIRTUAL', source: 'ExampleMachines_TrafficLight.md' }
62
- // { title: '@knodes/typedoc-plugin-code-blocks', source: 'readme-extras.md', children: [
63
- // { title: 'Using options', source: 'options.md' },
64
- // ] },
65
- ]
66
- },
67
- // pluginCodeBlocks: { source: '__tests__/mock-fs' },
68
- excludePrivate: true
69
- };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes