@@ -115,15 +115,15 @@ IsolatedAnalyzerOutput {
115115 "message": "Did you know that you can export functions, classes and constants directly
116116inline?
117117\`\`\`javascript
118- export const value = colors => ...;
118+ export const decodedValue = colors => ...;
119119\`\`\`",
120120 "template": "Did you know that you can export functions, classes and constants directly
121121inline?
122122\`\`\`javascript
123123export %{method.signature}
124124\`\`\`",
125125 "variables": Object {
126- "method.signature": "const value = colors => ...;",
126+ "method.signature": "const decodedValue = colors => ...;",
127127 },
128128 },
129129 CommentImpl {
@@ -191,15 +191,15 @@ IsolatedAnalyzerOutput {
191191 "message": "Did you know that you can export functions, classes and constants directly
192192inline?
193193\`\`\`javascript
194- export function value (bands) ...
194+ export function decodedValue (bands) ...
195195\`\`\`",
196196 "template": "Did you know that you can export functions, classes and constants directly
197197inline?
198198\`\`\`javascript
199199export %{method.signature}
200200\`\`\`",
201201 "variables": Object {
202- "method.signature": "function value (bands) ...",
202+ "method.signature": "function decodedValue (bands) ...",
203203 },
204204 },
205205 CommentImpl {
@@ -371,10 +371,10 @@ IsolatedAnalyzerOutput {
371371 "comments": Array [
372372 CommentImpl {
373373 "externalTemplate": "javascript.general.no_method",
374- "message": "No method called \`value \`. The tests won't pass without it.",
374+ "message": "No method called \`decodedValue \`. The tests won't pass without it.",
375375 "template": "No method called \`%{method.name}\`. The tests won't pass without it.",
376376 "variables": Object {
377- "method.name": "value ",
377+ "method.name": "decodedValue ",
378378 },
379379 },
380380 ],
@@ -1098,12 +1098,12 @@ IsolatedAnalyzerOutput {
10981098 "comments": Array [
10991099 CommentImpl {
11001100 "externalTemplate": "javascript.resistor-color-duo.signature_not_optimal",
1101- "message": "📕 If you look at the tests, the function \`value \` only receives one
1101+ "message": "📕 If you look at the tests, the function \`decodedValue \` only receives one
11021102parameter. Nothing more and nothing less.
11031103
11041104📕 Remove the additional parameters from your function, as their value will
11051105always be \`undefined\` or whatever default you've assigned.",
1106- "template": "📕 If you look at the tests, the function \`value \` only receives one
1106+ "template": "📕 If you look at the tests, the function \`decodedValue \` only receives one
11071107parameter. Nothing more and nothing less.
11081108
11091109📕 Remove the additional parameters from your function, as their value will
@@ -1292,12 +1292,12 @@ IsolatedAnalyzerOutput {
12921292 "comments": Array [
12931293 CommentImpl {
12941294 "externalTemplate": "javascript.resistor-color-duo.signature_not_optimal",
1295- "message": "📕 If you look at the tests, the function \`value \` only receives one
1295+ "message": "📕 If you look at the tests, the function \`decodedValue \` only receives one
12961296parameter. Nothing more and nothing less.
12971297
12981298📕 Remove the additional parameters from your function, as their value will
12991299always be \`undefined\` or whatever default you've assigned.",
1300- "template": "📕 If you look at the tests, the function \`value \` only receives one
1300+ "template": "📕 If you look at the tests, the function \`decodedValue \` only receives one
13011301parameter. Nothing more and nothing less.
13021302
13031303📕 Remove the additional parameters from your function, as their value will
@@ -1330,12 +1330,12 @@ IsolatedAnalyzerOutput {
13301330 "comments": Array [
13311331 CommentImpl {
13321332 "externalTemplate": "javascript.general.no_parameter",
1333- "message": "Your function \`value \` does not have a parameter.
1333+ "message": "Your function \`decodedValue \` does not have a parameter.
13341334The tests won't pass without it.",
13351335 "template": "Your function \`%{function.name}\` does not have a parameter.
13361336The tests won't pass without it.",
13371337 "variables": Object {
1338- "function.name": "value ",
1338+ "function.name": "decodedValue ",
13391339 },
13401340 },
13411341 ],
@@ -1428,12 +1428,12 @@ IsolatedAnalyzerOutput {
14281428 "comments": Array [
14291429 CommentImpl {
14301430 "externalTemplate": "javascript.resistor-color-duo.signature_not_optimal",
1431- "message": "📕 If you look at the tests, the function \`value \` only receives one
1431+ "message": "📕 If you look at the tests, the function \`decodedValue \` only receives one
14321432parameter. Nothing more and nothing less.
14331433
14341434📕 Remove the additional parameters from your function, as their value will
14351435always be \`undefined\` or whatever default you've assigned.",
1436- "template": "📕 If you look at the tests, the function \`value \` only receives one
1436+ "template": "📕 If you look at the tests, the function \`decodedValue \` only receives one
14371437parameter. Nothing more and nothing less.
14381438
14391439📕 Remove the additional parameters from your function, as their value will
@@ -1450,10 +1450,10 @@ IsolatedAnalyzerOutput {
14501450 "comments": Array [
14511451 CommentImpl {
14521452 "externalTemplate": "javascript.general.no_method",
1453- "message": "No method called \`value \`. The tests won't pass without it.",
1453+ "message": "No method called \`decodedValue \`. The tests won't pass without it.",
14541454 "template": "No method called \`%{method.name}\`. The tests won't pass without it.",
14551455 "variables": Object {
1456- "method.name": "value ",
1456+ "method.name": "decodedValue ",
14571457 },
14581458 },
14591459 ],
@@ -1638,10 +1638,10 @@ IsolatedAnalyzerOutput {
16381638 "comments": Array [
16391639 CommentImpl {
16401640 "externalTemplate": "javascript.general.no_method",
1641- "message": "No method called \`value \`. The tests won't pass without it.",
1641+ "message": "No method called \`decodedValue \`. The tests won't pass without it.",
16421642 "template": "No method called \`%{method.name}\`. The tests won't pass without it.",
16431643 "variables": Object {
1644- "method.name": "value ",
1644+ "method.name": "decodedValue ",
16451645 },
16461646 },
16471647 ],
@@ -2510,12 +2510,12 @@ IsolatedAnalyzerOutput {
25102510 "comments": Array [
25112511 CommentImpl {
25122512 "externalTemplate": "javascript.resistor-color-duo.signature_not_optimal",
2513- "message": "📕 If you look at the tests, the function \`value \` only receives one
2513+ "message": "📕 If you look at the tests, the function \`decodedValue \` only receives one
25142514parameter. Nothing more and nothing less.
25152515
25162516📕 Remove the additional parameters from your function, as their value will
25172517always be \`undefined\` or whatever default you've assigned.",
2518- "template": "📕 If you look at the tests, the function \`value \` only receives one
2518+ "template": "📕 If you look at the tests, the function \`decodedValue \` only receives one
25192519parameter. Nothing more and nothing less.
25202520
25212521📕 Remove the additional parameters from your function, as their value will
@@ -2604,10 +2604,10 @@ IsolatedAnalyzerOutput {
26042604 "comments": Array [
26052605 CommentImpl {
26062606 "externalTemplate": "javascript.general.no_method",
2607- "message": "No method called \`value \`. The tests won't pass without it.",
2607+ "message": "No method called \`decodedValue \`. The tests won't pass without it.",
26082608 "template": "No method called \`%{method.name}\`. The tests won't pass without it.",
26092609 "variables": Object {
2610- "method.name": "value ",
2610+ "method.name": "decodedValue ",
26112611 },
26122612 },
26132613 ],
@@ -2932,12 +2932,12 @@ IsolatedAnalyzerOutput {
29322932 "comments": Array [
29332933 CommentImpl {
29342934 "externalTemplate": "javascript.resistor-color-duo.signature_not_optimal",
2935- "message": "📕 If you look at the tests, the function \`value \` only receives one
2935+ "message": "📕 If you look at the tests, the function \`decodedValue \` only receives one
29362936parameter. Nothing more and nothing less.
29372937
29382938📕 Remove the additional parameters from your function, as their value will
29392939always be \`undefined\` or whatever default you've assigned.",
2940- "template": "📕 If you look at the tests, the function \`value \` only receives one
2940+ "template": "📕 If you look at the tests, the function \`decodedValue \` only receives one
29412941parameter. Nothing more and nothing less.
29422942
29432943📕 Remove the additional parameters from your function, as their value will
@@ -3054,10 +3054,10 @@ IsolatedAnalyzerOutput {
30543054 "comments": Array [
30553055 CommentImpl {
30563056 "externalTemplate": "javascript.general.no_method",
3057- "message": "No method called \`value \`. The tests won't pass without it.",
3057+ "message": "No method called \`decodedValue \`. The tests won't pass without it.",
30583058 "template": "No method called \`%{method.name}\`. The tests won't pass without it.",
30593059 "variables": Object {
3060- "method.name": "value ",
3060+ "method.name": "decodedValue ",
30613061 },
30623062 },
30633063 ],
@@ -3530,10 +3530,10 @@ IsolatedAnalyzerOutput {
35303530 "comments": Array [
35313531 CommentImpl {
35323532 "externalTemplate": "javascript.general.no_method",
3533- "message": "No method called \`value \`. The tests won't pass without it.",
3533+ "message": "No method called \`decodedValue \`. The tests won't pass without it.",
35343534 "template": "No method called \`%{method.name}\`. The tests won't pass without it.",
35353535 "variables": Object {
3536- "method.name": "value ",
3536+ "method.name": "decodedValue ",
35373537 },
35383538 },
35393539 ],
0 commit comments