Skip to content

Commit

Permalink
fix(outline): Remove support for YAML loading
Browse files Browse the repository at this point in the history
Allows dropping the dependency, scripts can preload YAML file if they want it.
  • Loading branch information
timkinnane committed Sep 21, 2017
1 parent 38f361d commit f96b175
Show file tree
Hide file tree
Showing 7 changed files with 176 additions and 199 deletions.
74 changes: 34 additions & 40 deletions coverage/lcov.info
Original file line number Diff line number Diff line change
Expand Up @@ -501,12 +501,12 @@ BRH:39
end_of_record
TN:
SF:/Volumes/x/code/hubot-playbook/src/modules/outline.js
FN:34,Outline
FN:38,(anonymous_10)
FN:77,callback
FN:97,(anonymous_15)
FN:128,(anonymous_18)
FN:130,callback
FN:32,Outline
FN:36,(anonymous_10)
FN:75,callback
FN:95,(anonymous_15)
FN:126,(anonymous_18)
FN:128,callback
FNF:6
FNH:0
FNDA:0,Outline
Expand All @@ -517,60 +517,54 @@ FNDA:0,(anonymous_18)
FNDA:0,callback
DA:1,1
DA:2,1
DA:3,1
DA:4,1
DA:32,0
DA:34,0
DA:35,0
DA:36,0
DA:37,0
DA:38,0
DA:49,0
DA:50,0
DA:51,0
DA:52,0
DA:53,0
DA:67,0
DA:68,0
DA:69,0
DA:70,0
DA:71,0
DA:77,0
DA:97,0
DA:75,0
DA:95,0
DA:106,0
DA:107,0
DA:108,0
DA:109,0
DA:110,0
DA:111,0
DA:112,0
DA:113,0
DA:114,0
DA:115,0
DA:116,0
DA:122,0
DA:123,0
DA:124,0
DA:125,0
DA:126,0
DA:127,0
DA:128,0
DA:129,0
DA:130,0
DA:131,0
DA:133,0
DA:145,0
LF:35
LH:4
BRDA:34,0,0,0
BRDA:34,0,1,0
BRDA:37,1,0,0
BRDA:37,1,1,0
BRDA:37,2,0,0
BRDA:37,2,1,0
BRDA:53,3,0,0
BRDA:53,3,1,0
BRDA:70,4,0,0
BRDA:70,4,1,0
DA:143,0
LF:33
LH:2
BRDA:32,0,0,0
BRDA:32,0,1,0
BRDA:51,1,0,0
BRDA:51,1,1,0
BRDA:68,2,0,0
BRDA:68,2,1,0
BRDA:109,3,0,0
BRDA:109,3,1,0
BRDA:110,4,0,0
BRDA:110,4,1,0
BRDA:111,5,0,0
BRDA:111,5,1,0
BRDA:112,6,0,0
BRDA:112,6,1,0
BRDA:113,7,0,0
BRDA:113,7,1,0
BRDA:127,8,0,0
BRDA:127,8,1,0
BRF:18
BRDA:125,6,0,0
BRDA:125,6,1,0
BRF:14
BRH:0
end_of_record
TN:
Expand Down
2 changes: 1 addition & 1 deletion docs/outline.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h3 id="new-outline-bits-options-key-">new Outline(bits, [options], [key])</h3>
<tr>
<td>bits</td>
<td><code>Array.&lt;string/Object&gt;</code></td>
<td>Attributes to setup bits (accepts YAML file path)</td>
<td>Attributes to setup bits</td>
</tr>
<tr>
<td>bits[].send</td>
Expand Down
272 changes: 136 additions & 136 deletions docs/tests.html

Large diffs are not rendered by default.

12 changes: 2 additions & 10 deletions lib/modules/outline.js

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

2 changes: 1 addition & 1 deletion lib/modules/outline.js.map

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

0 comments on commit f96b175

Please sign in to comment.