async-debug 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +7 -0
  2. data/lib/async/debug.rb +90 -0
  3. data/lib/async/debug/reactor_view.rb +101 -0
  4. data/lib/async/debug/version.rb +27 -0
  5. data/pages/_heading.xnode +2 -0
  6. data/pages/_page.xnode +42 -0
  7. data/pages/controller.rb +21 -0
  8. data/pages/errors/exception.xnode +5 -0
  9. data/pages/errors/file-not-found.xnode +5 -0
  10. data/pages/index.xnode +3 -0
  11. data/pages/links.yaml +4 -0
  12. data/public/_components/@socketry/live/live.js +157 -0
  13. data/public/_components/@socketry/live/live.min.js +1 -0
  14. data/public/_components/jquery-syntax/base/jquery.syntax.brush.apache.css +12 -0
  15. data/public/_components/jquery-syntax/base/jquery.syntax.brush.applescript.css +5 -0
  16. data/public/_components/jquery-syntax/base/jquery.syntax.brush.assembly.css +8 -0
  17. data/public/_components/jquery-syntax/base/jquery.syntax.brush.bash-script.css +4 -0
  18. data/public/_components/jquery-syntax/base/jquery.syntax.brush.bash.css +2 -0
  19. data/public/_components/jquery-syntax/base/jquery.syntax.brush.clang.css +6 -0
  20. data/public/_components/jquery-syntax/base/jquery.syntax.brush.css.css +14 -0
  21. data/public/_components/jquery-syntax/base/jquery.syntax.brush.diff.css +16 -0
  22. data/public/_components/jquery-syntax/base/jquery.syntax.brush.html.css +5 -0
  23. data/public/_components/jquery-syntax/base/jquery.syntax.brush.ocaml.css +3 -0
  24. data/public/_components/jquery-syntax/base/jquery.syntax.brush.protobuf.css +2 -0
  25. data/public/_components/jquery-syntax/base/jquery.syntax.brush.python.css +6 -0
  26. data/public/_components/jquery-syntax/base/jquery.syntax.brush.ruby.css +2 -0
  27. data/public/_components/jquery-syntax/base/jquery.syntax.brush.xml.css +35 -0
  28. data/public/_components/jquery-syntax/base/jquery.syntax.core.css +58 -0
  29. data/public/_components/jquery-syntax/base/jquery.syntax.editor.css +6 -0
  30. data/public/_components/jquery-syntax/base/theme.js +1 -0
  31. data/public/_components/jquery-syntax/bright/jquery.syntax.core.css +27 -0
  32. data/public/_components/jquery-syntax/bright/theme.js +1 -0
  33. data/public/_components/jquery-syntax/jquery.syntax.brush.apache.js +3 -0
  34. data/public/_components/jquery-syntax/jquery.syntax.brush.applescript.js +5 -0
  35. data/public/_components/jquery-syntax/jquery.syntax.brush.assembly.js +3 -0
  36. data/public/_components/jquery-syntax/jquery.syntax.brush.bash-script.js +4 -0
  37. data/public/_components/jquery-syntax/jquery.syntax.brush.bash.js +2 -0
  38. data/public/_components/jquery-syntax/jquery.syntax.brush.basic.js +5 -0
  39. data/public/_components/jquery-syntax/jquery.syntax.brush.clang.js +5 -0
  40. data/public/_components/jquery-syntax/jquery.syntax.brush.csharp.js +4 -0
  41. data/public/_components/jquery-syntax/jquery.syntax.brush.css.js +5 -0
  42. data/public/_components/jquery-syntax/jquery.syntax.brush.diff.js +2 -0
  43. data/public/_components/jquery-syntax/jquery.syntax.brush.go.js +3 -0
  44. data/public/_components/jquery-syntax/jquery.syntax.brush.haskell.js +3 -0
  45. data/public/_components/jquery-syntax/jquery.syntax.brush.html.js +4 -0
  46. data/public/_components/jquery-syntax/jquery.syntax.brush.io.js +3 -0
  47. data/public/_components/jquery-syntax/jquery.syntax.brush.java.js +4 -0
  48. data/public/_components/jquery-syntax/jquery.syntax.brush.javascript.js +3 -0
  49. data/public/_components/jquery-syntax/jquery.syntax.brush.kai.js +2 -0
  50. data/public/_components/jquery-syntax/jquery.syntax.brush.lisp.js +2 -0
  51. data/public/_components/jquery-syntax/jquery.syntax.brush.lua.js +3 -0
  52. data/public/_components/jquery-syntax/jquery.syntax.brush.nginx.js +2 -0
  53. data/public/_components/jquery-syntax/jquery.syntax.brush.ocaml.js +4 -0
  54. data/public/_components/jquery-syntax/jquery.syntax.brush.ooc.js +4 -0
  55. data/public/_components/jquery-syntax/jquery.syntax.brush.pascal.js +4 -0
  56. data/public/_components/jquery-syntax/jquery.syntax.brush.perl5.js +3 -0
  57. data/public/_components/jquery-syntax/jquery.syntax.brush.php-script.js +4 -0
  58. data/public/_components/jquery-syntax/jquery.syntax.brush.php.js +2 -0
  59. data/public/_components/jquery-syntax/jquery.syntax.brush.plain.js +2 -0
  60. data/public/_components/jquery-syntax/jquery.syntax.brush.protobuf.js +3 -0
  61. data/public/_components/jquery-syntax/jquery.syntax.brush.python.js +5 -0
  62. data/public/_components/jquery-syntax/jquery.syntax.brush.ruby.js +5 -0
  63. data/public/_components/jquery-syntax/jquery.syntax.brush.scala.js +4 -0
  64. data/public/_components/jquery-syntax/jquery.syntax.brush.smalltalk.js +2 -0
  65. data/public/_components/jquery-syntax/jquery.syntax.brush.sql.js +4 -0
  66. data/public/_components/jquery-syntax/jquery.syntax.brush.super-collider.js +3 -0
  67. data/public/_components/jquery-syntax/jquery.syntax.brush.swift.js +3 -0
  68. data/public/_components/jquery-syntax/jquery.syntax.brush.trenni.js +2 -0
  69. data/public/_components/jquery-syntax/jquery.syntax.brush.xml.js +4 -0
  70. data/public/_components/jquery-syntax/jquery.syntax.brush.yaml.js +2 -0
  71. data/public/_components/jquery-syntax/jquery.syntax.cache.js +7 -0
  72. data/public/_components/jquery-syntax/jquery.syntax.core.js +34 -0
  73. data/public/_components/jquery-syntax/jquery.syntax.editor.js +11 -0
  74. data/public/_components/jquery-syntax/jquery.syntax.js +8 -0
  75. data/public/_components/jquery-syntax/jquery.syntax.min.js +13 -0
  76. data/public/_components/jquery-syntax/paper/jquery.syntax.core.css +31 -0
  77. data/public/_components/jquery-syntax/paper/theme.js +1 -0
  78. data/public/_components/jquery/jquery.js +10872 -0
  79. data/public/_components/jquery/jquery.min.js +2 -0
  80. data/public/_components/jquery/jquery.min.map +1 -0
  81. data/public/_components/jquery/jquery.slim.js +8777 -0
  82. data/public/_components/jquery/jquery.slim.min.js +2 -0
  83. data/public/_components/jquery/jquery.slim.min.map +1 -0
  84. data/public/_components/morphdom/morphdom-esm.js +755 -0
  85. data/public/_components/morphdom/morphdom-factory.js +691 -0
  86. data/public/_components/morphdom/morphdom-umd.js +763 -0
  87. data/public/_components/morphdom/morphdom-umd.min.js +1 -0
  88. data/public/_components/morphdom/morphdom.js +757 -0
  89. data/public/_static/icon.png +0 -0
  90. data/public/_static/links.js +21 -0
  91. data/public/_static/site.css +332 -0
  92. metadata +244 -0
Binary file
@@ -0,0 +1,21 @@
1
+ jQuery(function() {
2
+ $.each($('section[id]'), function(index, element) {
3
+ let anchor = document.createElement('a');
4
+
5
+ anchor.appendChild(
6
+ document.createTextNode("¶")
7
+ );
8
+
9
+ anchor.href = "#" + element.id;
10
+ anchor.className = "self";
11
+
12
+ let heading = element.firstChild;
13
+ anchor.title = heading.innerText;
14
+
15
+ heading.appendChild(
16
+ document.createTextNode(' ')
17
+ );
18
+
19
+ heading.appendChild(anchor);
20
+ });
21
+ });
@@ -0,0 +1,332 @@
1
+
2
+ html {
3
+ font-family: Monaco, monospace;
4
+ font-size: 16px;
5
+
6
+ /* Fix odd text-size in `display: flex` elements on Safari iOS */
7
+ text-size-adjust: 100%;
8
+ -webkit-text-size-adjust: 100%;
9
+
10
+ line-height: 1.5;
11
+ }
12
+
13
+ @media (min-width: 40em) {
14
+ html {
15
+ font-size: 18px;
16
+ --tab-size: 4;
17
+ }
18
+
19
+ main > pre {
20
+ margin: 2rem;
21
+ }
22
+ }
23
+
24
+ p code {
25
+ padding: 0 0.2rem;
26
+ }
27
+
28
+ p code:first-child, p code:last-child {
29
+ padding: 0;
30
+ }
31
+
32
+ p img {
33
+ max-width: 100%;
34
+ }
35
+
36
+ pre {
37
+ /* -moz-tab-size is still required by Firefox */
38
+ --tab-size: 2;
39
+ tab-size: var(--tab-size);
40
+ -moz-tab-size: var(--tab-size);
41
+ }
42
+
43
+ html {
44
+ --main-color: #111;
45
+ --main-background-color: #fff;
46
+
47
+ --header-color: #dfebff;
48
+ --underlay-color: #ddd;
49
+
50
+ --accent-color: #1a73e8;
51
+ --accent-hover-color: #33a3ff;
52
+
53
+ --overlay-color: rgba(255, 255, 255, 0.9);
54
+ --underlay-color: rgba(0, 0, 0, 0.2);
55
+ }
56
+
57
+ @media (prefers-color-scheme: dark) {
58
+ html {
59
+ --main-color: #e1e1e1;
60
+ --main-background-color: #111;
61
+
62
+ --header-color: #222;
63
+ --overlay-color: #333;
64
+
65
+ --accent-color: #01b9ff;
66
+ --accent-hover-color: #80dcff;
67
+
68
+ --overlay-color: rgba(0, 0, 0, 0.8);
69
+ --underlay-color: rgba(255, 255, 255, 0.9);
70
+
71
+ background-color: black;
72
+ }
73
+ }
74
+
75
+ html {
76
+ color: var(--main-color);
77
+ background-color: var(--main-background-color);
78
+ }
79
+
80
+ body {
81
+ margin: 0;
82
+ padding: 0;
83
+ }
84
+
85
+ header {
86
+ padding: 0.5rem;
87
+
88
+ background-color: var(--header-color);
89
+ border-bottom: 0.2rem solid var(--accent-color);
90
+ }
91
+
92
+ main {
93
+ scroll-margin-top: 2rem;
94
+
95
+ /* Force the element to contain margins */
96
+ display: flow-root;
97
+
98
+ margin: auto;
99
+ }
100
+
101
+ :target {
102
+ background-color: var(--header-color);
103
+ }
104
+
105
+ section {
106
+ border-radius: 1rem;
107
+ padding: 0.1rem 0;
108
+ }
109
+
110
+ main > section {
111
+ border-radius: 1rem;
112
+ margin: 4rem 0;
113
+ }
114
+
115
+ section > section {
116
+ margin: 1rem 0;
117
+ }
118
+
119
+ footer {
120
+ text-align: right;
121
+ font-size: 0.8rem;
122
+
123
+ padding: 1rem;
124
+ margin-top: 5rem;
125
+ }
126
+
127
+ h1, h2, h3, h4, h5, h6, p, pre, ul, dl, ol {
128
+ margin: 1rem;
129
+ }
130
+
131
+ pre {
132
+ margin: 2rem 1rem;
133
+ }
134
+
135
+ h1 span {
136
+ display: inline-block;
137
+ }
138
+
139
+ header img {
140
+ max-height: 50vh;
141
+ }
142
+
143
+ details dt, details dd {
144
+ margin: 1rem 0;
145
+ }
146
+
147
+ h1 {
148
+ margin-bottom: 4rem;
149
+ }
150
+
151
+ img {
152
+ border: none;
153
+ }
154
+
155
+ a {
156
+ color: var(--accent-color);
157
+ text-decoration: none;
158
+ }
159
+
160
+ a.self {
161
+ visibility: hidden;
162
+ }
163
+
164
+ *:hover > a.self {
165
+ visibility: visible;
166
+ }
167
+
168
+ a:hover {
169
+ color: var(--accent-hover-color);
170
+ }
171
+
172
+ pre {
173
+ overflow: auto;
174
+ }
175
+
176
+ details {
177
+ margin: 1rem;
178
+ border: 1px solid #aaa;
179
+ border-radius: 0.5rem;
180
+
181
+ padding: .5em .5em 0;
182
+ }
183
+
184
+ summary > * {
185
+ margin: 0;
186
+ display: inline-block;
187
+ }
188
+
189
+ summary {
190
+ font-weight: bold;
191
+ margin: -.5rem -.5rem 0;
192
+ padding: .5rem;
193
+ cursor: pointer;
194
+ }
195
+
196
+ details[open] {
197
+ /* padding: .5rem; */
198
+ }
199
+
200
+ details[open] summary {
201
+ border-bottom: 1px solid #aaa;
202
+ /* margin-bottom: .5rem; */
203
+ }
204
+
205
+ table {
206
+ width: 100%;
207
+ margin: 1rem;
208
+
209
+ border-collapse: collapse;
210
+ width: calc(100% - 2rem);
211
+ }
212
+
213
+ table thead {
214
+ background-color: var(--header-color);
215
+ border-bottom: 0.2rem solid var(--accent-color);
216
+ }
217
+
218
+ table tr:hover {
219
+ background-color: var(--header-color);
220
+ }
221
+
222
+ .tree ul {
223
+ list-style: none;
224
+ margin: 0;
225
+ padding: 0;
226
+
227
+ display: flex;
228
+ flex-direction: column;
229
+
230
+ position: relative;
231
+ }
232
+
233
+ .tree ul li {
234
+ display: flex;
235
+ }
236
+
237
+ .tree ul li {
238
+ box-sizing: border-box;
239
+ flex-grow: 1;
240
+ padding: 5px 0;
241
+ }
242
+
243
+ .tree ul > li ul li {
244
+ position: relative;
245
+ }
246
+
247
+ .tree ul span {
248
+ border-radius: 0.5rem;
249
+ border: 1px solid var(--underlay-color);
250
+
251
+ display: inline-block;
252
+ margin: auto 0;
253
+ padding: 1rem;
254
+ position: relative;
255
+
256
+ margin-right: 20px;
257
+ margin-left: 20px;
258
+ }
259
+
260
+ .tree ul > li > span:not(:last-child):after {
261
+ border-bottom: 1px solid var(--underlay-color);
262
+
263
+ right: -22px;
264
+ content: '';
265
+ width: 22px;
266
+ position: absolute;
267
+
268
+ top: 50%;
269
+ }
270
+
271
+ .tree ul > li ul li:before,
272
+ .tree ul > li ul li:after {
273
+ position: absolute;
274
+
275
+ border-left: 1px solid var(--underlay-color);
276
+ content: '';
277
+
278
+ left: 0px;
279
+ height: 50%;
280
+ }
281
+
282
+ .tree ul > li ul li:before {
283
+ border-top: 1px solid var(--underlay-color);
284
+ width: 20px;
285
+ top: 50%;
286
+ }
287
+
288
+ .tree ul > li ul li:after {
289
+ bottom: 50%;
290
+ }
291
+
292
+ .tree ul > li ul li:first-child:before,
293
+ .tree ul > li ul li:last-child:before {
294
+ border-left: 1px solid var(--underlay-color);
295
+ border-top-left-radius: 0.5rem;
296
+ left: 0;
297
+ }
298
+
299
+ .tree ul > li ul li:first-child:after,
300
+ .tree ul > li ul li:last-child:after {
301
+ border: none;
302
+ }
303
+
304
+ .tree ul > li ul li:last-child:before {
305
+ border-top: none;
306
+ border-bottom: 1px solid var(--underlay-color);
307
+ border-bottom-left-radius: 0.5rem;
308
+ border-top-left-radius: 0;
309
+ top: 0;
310
+ bottom: 50%;
311
+ }
312
+
313
+ .tree ul > li ul li:only-child:before {
314
+ border-left: none;
315
+ border-bottom-left-radius: 0;
316
+ }
317
+
318
+ .tree span.complete {
319
+ opacity: 60%;
320
+ }
321
+
322
+ .tree span.running {
323
+ border-color: #0f0;
324
+ }
325
+
326
+ .tree span.stopping, .tree span.stopped {
327
+ border-color: #f00;
328
+ }
329
+
330
+ .tree span.transient {
331
+ border-style: dashed;
332
+ }
metadata ADDED
@@ -0,0 +1,244 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: async-debug
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Samuel Williams
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-05-14 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: utopia
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: falcon
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: live
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 0.3.0
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: 0.3.0
55
+ - !ruby/object:Gem::Dependency
56
+ name: async-rspec
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1.1'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '1.1'
69
+ - !ruby/object:Gem::Dependency
70
+ name: bake
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: bundler
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: covered
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '0.10'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '0.10'
111
+ - !ruby/object:Gem::Dependency
112
+ name: rspec
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '3.6'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '3.6'
125
+ description:
126
+ email:
127
+ executables: []
128
+ extensions: []
129
+ extra_rdoc_files: []
130
+ files:
131
+ - lib/async/debug.rb
132
+ - lib/async/debug/reactor_view.rb
133
+ - lib/async/debug/version.rb
134
+ - pages/_heading.xnode
135
+ - pages/_page.xnode
136
+ - pages/controller.rb
137
+ - pages/errors/exception.xnode
138
+ - pages/errors/file-not-found.xnode
139
+ - pages/index.xnode
140
+ - pages/links.yaml
141
+ - public/_components/@socketry/live/live.js
142
+ - public/_components/@socketry/live/live.min.js
143
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.apache.css
144
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.applescript.css
145
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.assembly.css
146
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.bash-script.css
147
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.bash.css
148
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.clang.css
149
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.css.css
150
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.diff.css
151
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.html.css
152
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.ocaml.css
153
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.protobuf.css
154
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.python.css
155
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.ruby.css
156
+ - public/_components/jquery-syntax/base/jquery.syntax.brush.xml.css
157
+ - public/_components/jquery-syntax/base/jquery.syntax.core.css
158
+ - public/_components/jquery-syntax/base/jquery.syntax.editor.css
159
+ - public/_components/jquery-syntax/base/theme.js
160
+ - public/_components/jquery-syntax/bright/jquery.syntax.core.css
161
+ - public/_components/jquery-syntax/bright/theme.js
162
+ - public/_components/jquery-syntax/jquery.syntax.brush.apache.js
163
+ - public/_components/jquery-syntax/jquery.syntax.brush.applescript.js
164
+ - public/_components/jquery-syntax/jquery.syntax.brush.assembly.js
165
+ - public/_components/jquery-syntax/jquery.syntax.brush.bash-script.js
166
+ - public/_components/jquery-syntax/jquery.syntax.brush.bash.js
167
+ - public/_components/jquery-syntax/jquery.syntax.brush.basic.js
168
+ - public/_components/jquery-syntax/jquery.syntax.brush.clang.js
169
+ - public/_components/jquery-syntax/jquery.syntax.brush.csharp.js
170
+ - public/_components/jquery-syntax/jquery.syntax.brush.css.js
171
+ - public/_components/jquery-syntax/jquery.syntax.brush.diff.js
172
+ - public/_components/jquery-syntax/jquery.syntax.brush.go.js
173
+ - public/_components/jquery-syntax/jquery.syntax.brush.haskell.js
174
+ - public/_components/jquery-syntax/jquery.syntax.brush.html.js
175
+ - public/_components/jquery-syntax/jquery.syntax.brush.io.js
176
+ - public/_components/jquery-syntax/jquery.syntax.brush.java.js
177
+ - public/_components/jquery-syntax/jquery.syntax.brush.javascript.js
178
+ - public/_components/jquery-syntax/jquery.syntax.brush.kai.js
179
+ - public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
180
+ - public/_components/jquery-syntax/jquery.syntax.brush.lua.js
181
+ - public/_components/jquery-syntax/jquery.syntax.brush.nginx.js
182
+ - public/_components/jquery-syntax/jquery.syntax.brush.ocaml.js
183
+ - public/_components/jquery-syntax/jquery.syntax.brush.ooc.js
184
+ - public/_components/jquery-syntax/jquery.syntax.brush.pascal.js
185
+ - public/_components/jquery-syntax/jquery.syntax.brush.perl5.js
186
+ - public/_components/jquery-syntax/jquery.syntax.brush.php-script.js
187
+ - public/_components/jquery-syntax/jquery.syntax.brush.php.js
188
+ - public/_components/jquery-syntax/jquery.syntax.brush.plain.js
189
+ - public/_components/jquery-syntax/jquery.syntax.brush.protobuf.js
190
+ - public/_components/jquery-syntax/jquery.syntax.brush.python.js
191
+ - public/_components/jquery-syntax/jquery.syntax.brush.ruby.js
192
+ - public/_components/jquery-syntax/jquery.syntax.brush.scala.js
193
+ - public/_components/jquery-syntax/jquery.syntax.brush.smalltalk.js
194
+ - public/_components/jquery-syntax/jquery.syntax.brush.sql.js
195
+ - public/_components/jquery-syntax/jquery.syntax.brush.super-collider.js
196
+ - public/_components/jquery-syntax/jquery.syntax.brush.swift.js
197
+ - public/_components/jquery-syntax/jquery.syntax.brush.trenni.js
198
+ - public/_components/jquery-syntax/jquery.syntax.brush.xml.js
199
+ - public/_components/jquery-syntax/jquery.syntax.brush.yaml.js
200
+ - public/_components/jquery-syntax/jquery.syntax.cache.js
201
+ - public/_components/jquery-syntax/jquery.syntax.core.js
202
+ - public/_components/jquery-syntax/jquery.syntax.editor.js
203
+ - public/_components/jquery-syntax/jquery.syntax.js
204
+ - public/_components/jquery-syntax/jquery.syntax.min.js
205
+ - public/_components/jquery-syntax/paper/jquery.syntax.core.css
206
+ - public/_components/jquery-syntax/paper/theme.js
207
+ - public/_components/jquery/jquery.js
208
+ - public/_components/jquery/jquery.min.js
209
+ - public/_components/jquery/jquery.min.map
210
+ - public/_components/jquery/jquery.slim.js
211
+ - public/_components/jquery/jquery.slim.min.js
212
+ - public/_components/jquery/jquery.slim.min.map
213
+ - public/_components/morphdom/morphdom-esm.js
214
+ - public/_components/morphdom/morphdom-factory.js
215
+ - public/_components/morphdom/morphdom-umd.js
216
+ - public/_components/morphdom/morphdom-umd.min.js
217
+ - public/_components/morphdom/morphdom.js
218
+ - public/_static/icon.png
219
+ - public/_static/links.js
220
+ - public/_static/site.css
221
+ homepage: https://github.com/socketry/async-debug
222
+ licenses:
223
+ - MIT
224
+ metadata: {}
225
+ post_install_message:
226
+ rdoc_options: []
227
+ require_paths:
228
+ - lib
229
+ required_ruby_version: !ruby/object:Gem::Requirement
230
+ requirements:
231
+ - - ">="
232
+ - !ruby/object:Gem::Version
233
+ version: 2.5.0
234
+ required_rubygems_version: !ruby/object:Gem::Requirement
235
+ requirements:
236
+ - - ">="
237
+ - !ruby/object:Gem::Version
238
+ version: '0'
239
+ requirements: []
240
+ rubygems_version: 3.1.2
241
+ signing_key:
242
+ specification_version: 4
243
+ summary: Live debugging for Async.
244
+ test_files: []