create-bloop 0.0.39 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -243,7 +243,7 @@ var require_clear = __commonJS((exports, module) => {
|
|
|
243
243
|
if (it)
|
|
244
244
|
o = it;
|
|
245
245
|
var i = 0;
|
|
246
|
-
var F = function
|
|
246
|
+
var F = function F2() {};
|
|
247
247
|
return { s: F, n: function n() {
|
|
248
248
|
if (i >= o.length)
|
|
249
249
|
return { done: true };
|
|
@@ -2575,7 +2575,7 @@ var require_dist = __commonJS((exports, module) => {
|
|
|
2575
2575
|
if (it)
|
|
2576
2576
|
o = it;
|
|
2577
2577
|
var i = 0;
|
|
2578
|
-
var F = function
|
|
2578
|
+
var F = function F2() {};
|
|
2579
2579
|
return { s: F, n: function n() {
|
|
2580
2580
|
if (i >= o.length)
|
|
2581
2581
|
return { done: true };
|
|
@@ -2678,7 +2678,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2678
2678
|
}
|
|
2679
2679
|
return question2.format ? yield question2.format(answer2, answers) : answer2;
|
|
2680
2680
|
});
|
|
2681
|
-
return function
|
|
2681
|
+
return function getFormattedAnswer2(_x, _x2) {
|
|
2682
2682
|
return _ref.apply(this, arguments);
|
|
2683
2683
|
};
|
|
2684
2684
|
}();
|
package/package.json
CHANGED