Skip to content

Commit

Permalink
Min transitions per state; max transitions per state; more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Jun 26, 2017
1 parent e7e2637 commit 693bb54
Show file tree
Hide file tree
Showing 172 changed files with 224 additions and 11,090 deletions.
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

222 changes: 212 additions & 10 deletions dist/jssm.es5.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jssm.es5.cjs.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/lib/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>jssm 2.6.1 | Documentation</title>
<title>jssm 2.6.2 | Documentation</title>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
<link href='assets/style.css' type='text/css' rel='stylesheet' />
Expand All @@ -14,7 +14,7 @@
<div class='fixed xs-hide fix-3 overflow-auto max-height-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>jssm</h3>
<div class='mb1'><code>2.6.1</code></div>
<div class='mb1'><code>2.6.2</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "2.6.1",
"version": "2.6.2",
"engines": {
"node": ">=6.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions src/js/jssm-dot.peg
Expand Up @@ -180,8 +180,16 @@ ConfigTransition
GraphBg
= Whitespace "graph_bg" Whitespace ":" Whitespace value:GvizShape Whitespace ";" Whitespace { return {key:"graph_bg", value:value}; }

MinTransitionsPerState
= Whitespace "min_transitions_per_state" Whitespace ":" Whitespace value:Label Whitespace ";" Whitespace { return {key:"min_transitions_per_state", value:value}; }

MaxTransitionsPerState
= Whitespace "max_transitions_per_state" Whitespace ":" Whitespace value:Label Whitespace ";" Whitespace { return {key:"max_transitions_per_state", value:value}; }

GraphItem
= GraphBg
/ MinTransitionsPerState
/ MaxTransitionsPerState

GraphItems
= GraphItem+
Expand Down
7 changes: 0 additions & 7 deletions src/site/.gitignore

This file was deleted.

71 changes: 0 additions & 71 deletions src/site/_config.yml

This file was deleted.

4 changes: 0 additions & 4 deletions src/site/index_header.md

This file was deleted.

0 comments on commit 693bb54

Please sign in to comment.