Skip to content

Commit 0b518e2

Browse files
committed
New version released : 1.0.167
1 parent b8883ca commit 0b518e2

File tree

99 files changed

+4934
-7601
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+4934
-7601
lines changed

bower.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
".git",
3939
".github",
4040
".gitignore",
41+
".nyc_output",
4142
".nycrc.json",
4243
".prettierrc",
4344
"CHANGELOG.md",
@@ -47,6 +48,7 @@
4748
"desktop.ini",
4849
"dist",
4950
"docs",
51+
"log",
5052
"mocha.html",
5153
"node_modules",
5254
"package.json",

coverage/browser/browser.spec.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coverage/nodejs/KoconutArray.spec.js

Lines changed: 148 additions & 475 deletions
Large diffs are not rendered by default.

coverage/nodejs/KoconutMap.spec.js

Lines changed: 56 additions & 198 deletions
Large diffs are not rendered by default.

coverage/nodejs/KoconutPrimitive.spec.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
"use strict";
22

33
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4-
54
var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
6-
75
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
8-
96
var _chai = require("chai");
10-
117
var _module = require("../../dist/module");
12-
138
describe("".concat(_module.KoconutPrimitive.name, " -- Processor"), function () {
149
it(_module.KoconutPrimitive.prototype["let"].name, (0, _asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee() {
1510
var koconut, result;
@@ -23,11 +18,9 @@ describe("".concat(_module.KoconutPrimitive.name, " -- Processor"), function ()
2318
return koconut["let"](function (result) {
2419
return result + 2;
2520
});
26-
2721
case 4:
2822
result = _context.sent;
2923
(0, _chai.expect)(result).to.be.eqls(7);
30-
3124
case 6:
3225
case "end":
3326
return _context.stop();
@@ -48,7 +41,6 @@ describe("".concat(_module.KoconutPrimitive.name, " -- Processor"), function ()
4841
return koconut.onEachIndexed(function (index, eachElement) {
4942
(0, _chai.expect)(eachElement).to.be.equals(index + 1);
5043
}).process();
51-
5244
case 5:
5345
case "end":
5446
return _context2.stop();
@@ -68,11 +60,9 @@ describe("".concat(_module.KoconutPrimitive.name, " -- Processor"), function ()
6860
return koconut.also(function (result) {
6961
result.push(6, 7, 8);
7062
});
71-
7263
case 4:
7364
result = _context3.sent;
7465
(0, _chai.expect)(result).to.be.eqls([1, 2, 3, 4, 5, 6, 7, 8]);
75-
7666
case 6:
7767
case "end":
7868
return _context3.stop();
@@ -90,11 +80,9 @@ describe("".concat(_module.KoconutPrimitive.name, " -- Processor"), function ()
9080
(0, _chai.expect)(koconut).to.be.instanceOf(_module.KoconutPrimitive);
9181
_context4.next = 4;
9282
return koconut.retrieve();
93-
9483
case 4:
9584
result = _context4.sent;
9685
(0, _chai.expect)(result).to.be.eqls(koconut);
97-
9886
case 6:
9987
case "end":
10088
return _context4.stop();
@@ -112,11 +100,9 @@ describe("".concat(_module.KoconutPrimitive.name, " -- Processor"), function ()
112100
(0, _chai.expect)(koconut).to.be.instanceOf(_module.KoconutPrimitive);
113101
_context5.next = 4;
114102
return koconut["yield"]();
115-
116103
case 4:
117104
result = _context5.sent;
118105
(0, _chai.expect)(result).to.be.equals(5);
119-
120106
case 6:
121107
case "end":
122108
return _context5.stop();

0 commit comments

Comments
 (0)