@bbn/bbn 1.0.145 → 1.0.146
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/bundle-webpack.js
CHANGED
|
@@ -6390,8 +6390,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6390
6390
|
/* harmony export */ analyzeFunction: () => (/* binding */ analyzeFunction)
|
|
6391
6391
|
/* harmony export */ });
|
|
6392
6392
|
/* harmony import */ var _string_md5_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../string/md5.js */ "./dist/fn/string/md5.js");
|
|
6393
|
-
/* harmony import */ var _browser_log_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../browser/log.js */ "./dist/fn/browser/log.js");
|
|
6394
|
-
|
|
6395
6393
|
|
|
6396
6394
|
/**
|
|
6397
6395
|
* Analyzes the given function and extracts details about its structure.
|
|
@@ -6406,7 +6404,6 @@ var analyzeFunction = function (fn) {
|
|
|
6406
6404
|
if (typeof all !== "string") {
|
|
6407
6405
|
throw Error("Unexpected type " + typeof fn + " while parsing function");
|
|
6408
6406
|
}
|
|
6409
|
-
(0,_browser_log_js__WEBPACK_IMPORTED_MODULE_1__.log)("INSIDE ANALYZE FUNCTION", all);
|
|
6410
6407
|
var exp = "";
|
|
6411
6408
|
var isArrow = false;
|
|
6412
6409
|
var isAsync = false;
|