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.
- package/README.md +3 -3
- package/dist/deno/README.md +347 -0
- package/dist/deno/jssm.js +1 -0
- package/dist/{es6 → deno}/jssm_constants.d.ts +5 -0
- package/dist/{es6 → deno}/jssm_types.d.ts +298 -5
- 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 +241 -2
- package/jssm.es6.d.ts +241 -2
- package/jssm_viz.es5.d.cts +216 -2
- package/jssm_viz.es6.d.ts +216 -2
- package/package.json +18 -2
- package/.clocignore +0 -1
- package/.codeclimate.yml +0 -22
- package/.editorconfig +0 -12
- package/.eslintrc +0 -20
- package/.gitattributes +0 -17
- package/.log-progress.json +0 -9
- package/.nycrc +0 -6
- package/.travis.yml +0 -9
- package/CHANGELOG.md +0 -263
- package/CLAUDE.md +0 -11
- package/dist/es6/fsl_parser.js +0 -1
- package/dist/es6/jssm.js +0 -3320
- package/dist/es6/jssm_arrow.js +0 -211
- package/dist/es6/jssm_compiler.js +0 -380
- package/dist/es6/jssm_constants.js +0 -121
- package/dist/es6/jssm_error.js +0 -47
- package/dist/es6/jssm_theme.js +0 -24
- package/dist/es6/jssm_types.js +0 -3
- package/dist/es6/jssm_util.js +0 -337
- package/dist/es6/jssm_viz.js +0 -560
- package/dist/es6/jssm_viz_colors.js +0 -63
- package/dist/es6/themes/jssm_base_stylesheet.d.ts +0 -11
- package/dist/es6/themes/jssm_base_stylesheet.js +0 -58
- package/dist/es6/themes/jssm_theme_bold.d.ts +0 -11
- package/dist/es6/themes/jssm_theme_bold.js +0 -58
- package/dist/es6/themes/jssm_theme_default.d.ts +0 -11
- package/dist/es6/themes/jssm_theme_default.js +0 -58
- package/dist/es6/themes/jssm_theme_modern.d.ts +0 -11
- package/dist/es6/themes/jssm_theme_modern.js +0 -58
- package/dist/es6/themes/jssm_theme_ocean.d.ts +0 -11
- package/dist/es6/themes/jssm_theme_ocean.js +0 -56
- package/dist/es6/themes/jssm_theme_plain.d.ts +0 -11
- package/dist/es6/themes/jssm_theme_plain.js +0 -70
- package/dist/es6/version.js +0 -2
- package/dist/jssm.es5.nonmin.cjs +0 -24506
- package/dist/jssm.es6.nonmin.cjs +0 -24473
- package/dist/jssm_viz.es5.iife.nonmin.cjs +0 -24679
- package/dist/jssm_viz.es5.nonmin.cjs +0 -24674
- package/dist/jssm_viz.es6.nonmin.cjs +0 -24661
- package/jest-dragon.config.cjs +0 -36
- package/jest-spec.config.cjs +0 -36
- package/jest-stoch.config.cjs +0 -36
- package/jest-unicode.config.cjs +0 -36
- package/log-progress.data.json +0 -28
- package/rollup.config.deno.js +0 -44
- package/rollup.config.es5.js +0 -52
- package/rollup.config.es6.js +0 -55
- package/rollup.config.viz.es5.js +0 -46
- package/rollup.config.viz.es6.js +0 -46
- package/rollup.config.viz.iife.js +0 -36
- package/tutorial_learn_testing.md +0 -168
- package/typedoc-options.cjs +0 -69
- /package/dist/{es6 → deno}/fsl_parser.d.ts +0 -0
- /package/dist/{es6 → deno}/jssm.d.ts +0 -0
- /package/dist/{es6 → deno}/jssm_arrow.d.ts +0 -0
- /package/dist/{es6 → deno}/jssm_compiler.d.ts +0 -0
- /package/dist/{es6 → deno}/jssm_error.d.ts +0 -0
- /package/dist/{es6 → deno}/jssm_theme.d.ts +0 -0
- /package/dist/{es6 → deno}/jssm_util.d.ts +0 -0
- /package/dist/{es6 → deno}/jssm_viz.d.ts +0 -0
- /package/dist/{es6 → deno}/jssm_viz_colors.d.ts +0 -0
- /package/dist/{es6 → deno}/version.d.ts +0 -0
package/typedoc-options.cjs
DELETED
|
@@ -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
|