合伙人运营小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  1. module.exports = (function() {
  2. var __MODS__ = {};
  3. var __DEFINE__ = function(modId, func, req) { var m = { exports: {}, _tempexports: {} }; __MODS__[modId] = { status: 0, func: func, req: req, m: m }; };
  4. var __REQUIRE__ = function(modId, source) { if(!__MODS__[modId]) return require(source); if(!__MODS__[modId].status) { var m = __MODS__[modId].m; m._exports = m._tempexports; var desp = Object.getOwnPropertyDescriptor(m, "exports"); if (desp && desp.configurable) Object.defineProperty(m, "exports", { set: function (val) { if(typeof val === "object" && val !== m._exports) { m._exports.__proto__ = val.__proto__; Object.keys(val).forEach(function (k) { m._exports[k] = val[k]; }); } m._tempexports = val }, get: function () { return m._tempexports; } }); __MODS__[modId].status = 1; __MODS__[modId].func(__MODS__[modId].req, m, m.exports); } return __MODS__[modId].m.exports; };
  5. var __REQUIRE_WILDCARD__ = function(obj) { if(obj && obj.__esModule) { return obj; } else { var newObj = {}; if(obj != null) { for(var k in obj) { if (Object.prototype.hasOwnProperty.call(obj, k)) newObj[k] = obj[k]; } } newObj.default = obj; return newObj; } };
  6. var __REQUIRE_DEFAULT__ = function(obj) { return obj && obj.__esModule ? obj.default : obj; };
  7. __DEFINE__(1758867032950, function(require, module, exports) {
  8. var hasMap = typeof Map === 'function' && Map.prototype;
  9. var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
  10. var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
  11. var mapForEach = hasMap && Map.prototype.forEach;
  12. var hasSet = typeof Set === 'function' && Set.prototype;
  13. var setSizeDescriptor = Object.getOwnPropertyDescriptor && hasSet ? Object.getOwnPropertyDescriptor(Set.prototype, 'size') : null;
  14. var setSize = hasSet && setSizeDescriptor && typeof setSizeDescriptor.get === 'function' ? setSizeDescriptor.get : null;
  15. var setForEach = hasSet && Set.prototype.forEach;
  16. var hasWeakMap = typeof WeakMap === 'function' && WeakMap.prototype;
  17. var weakMapHas = hasWeakMap ? WeakMap.prototype.has : null;
  18. var hasWeakSet = typeof WeakSet === 'function' && WeakSet.prototype;
  19. var weakSetHas = hasWeakSet ? WeakSet.prototype.has : null;
  20. var hasWeakRef = typeof WeakRef === 'function' && WeakRef.prototype;
  21. var weakRefDeref = hasWeakRef ? WeakRef.prototype.deref : null;
  22. var booleanValueOf = Boolean.prototype.valueOf;
  23. var objectToString = Object.prototype.toString;
  24. var functionToString = Function.prototype.toString;
  25. var $match = String.prototype.match;
  26. var $slice = String.prototype.slice;
  27. var $replace = String.prototype.replace;
  28. var $toUpperCase = String.prototype.toUpperCase;
  29. var $toLowerCase = String.prototype.toLowerCase;
  30. var $test = RegExp.prototype.test;
  31. var $concat = Array.prototype.concat;
  32. var $join = Array.prototype.join;
  33. var $arrSlice = Array.prototype.slice;
  34. var $floor = Math.floor;
  35. var bigIntValueOf = typeof BigInt === 'function' ? BigInt.prototype.valueOf : null;
  36. var gOPS = Object.getOwnPropertySymbols;
  37. var symToString = typeof Symbol === 'function' && typeof Symbol.iterator === 'symbol' ? Symbol.prototype.toString : null;
  38. var hasShammedSymbols = typeof Symbol === 'function' && typeof Symbol.iterator === 'object';
  39. // ie, `has-tostringtag/shams
  40. var toStringTag = typeof Symbol === 'function' && Symbol.toStringTag && (typeof Symbol.toStringTag === hasShammedSymbols ? 'object' : 'symbol')
  41. ? Symbol.toStringTag
  42. : null;
  43. var isEnumerable = Object.prototype.propertyIsEnumerable;
  44. var gPO = (typeof Reflect === 'function' ? Reflect.getPrototypeOf : Object.getPrototypeOf) || (
  45. [].__proto__ === Array.prototype // eslint-disable-line no-proto
  46. ? function (O) {
  47. return O.__proto__; // eslint-disable-line no-proto
  48. }
  49. : null
  50. );
  51. function addNumericSeparator(num, str) {
  52. if (
  53. num === Infinity
  54. || num === -Infinity
  55. || num !== num
  56. || (num && num > -1000 && num < 1000)
  57. || $test.call(/e/, str)
  58. ) {
  59. return str;
  60. }
  61. var sepRegex = /[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;
  62. if (typeof num === 'number') {
  63. var int = num < 0 ? -$floor(-num) : $floor(num); // trunc(num)
  64. if (int !== num) {
  65. var intStr = String(int);
  66. var dec = $slice.call(str, intStr.length + 1);
  67. return $replace.call(intStr, sepRegex, '$&_') + '.' + $replace.call($replace.call(dec, /([0-9]{3})/g, '$&_'), /_$/, '');
  68. }
  69. }
  70. return $replace.call(str, sepRegex, '$&_');
  71. }
  72. var utilInspect = require('./util.inspect');
  73. var inspectCustom = utilInspect.custom;
  74. var inspectSymbol = isSymbol(inspectCustom) ? inspectCustom : null;
  75. module.exports = function inspect_(obj, options, depth, seen) {
  76. var opts = options || {};
  77. if (has(opts, 'quoteStyle') && (opts.quoteStyle !== 'single' && opts.quoteStyle !== 'double')) {
  78. throw new TypeError('option "quoteStyle" must be "single" or "double"');
  79. }
  80. if (
  81. has(opts, 'maxStringLength') && (typeof opts.maxStringLength === 'number'
  82. ? opts.maxStringLength < 0 && opts.maxStringLength !== Infinity
  83. : opts.maxStringLength !== null
  84. )
  85. ) {
  86. throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');
  87. }
  88. var customInspect = has(opts, 'customInspect') ? opts.customInspect : true;
  89. if (typeof customInspect !== 'boolean' && customInspect !== 'symbol') {
  90. throw new TypeError('option "customInspect", if provided, must be `true`, `false`, or `\'symbol\'`');
  91. }
  92. if (
  93. has(opts, 'indent')
  94. && opts.indent !== null
  95. && opts.indent !== '\t'
  96. && !(parseInt(opts.indent, 10) === opts.indent && opts.indent > 0)
  97. ) {
  98. throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');
  99. }
  100. if (has(opts, 'numericSeparator') && typeof opts.numericSeparator !== 'boolean') {
  101. throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');
  102. }
  103. var numericSeparator = opts.numericSeparator;
  104. if (typeof obj === 'undefined') {
  105. return 'undefined';
  106. }
  107. if (obj === null) {
  108. return 'null';
  109. }
  110. if (typeof obj === 'boolean') {
  111. return obj ? 'true' : 'false';
  112. }
  113. if (typeof obj === 'string') {
  114. return inspectString(obj, opts);
  115. }
  116. if (typeof obj === 'number') {
  117. if (obj === 0) {
  118. return Infinity / obj > 0 ? '0' : '-0';
  119. }
  120. var str = String(obj);
  121. return numericSeparator ? addNumericSeparator(obj, str) : str;
  122. }
  123. if (typeof obj === 'bigint') {
  124. var bigIntStr = String(obj) + 'n';
  125. return numericSeparator ? addNumericSeparator(obj, bigIntStr) : bigIntStr;
  126. }
  127. var maxDepth = typeof opts.depth === 'undefined' ? 5 : opts.depth;
  128. if (typeof depth === 'undefined') { depth = 0; }
  129. if (depth >= maxDepth && maxDepth > 0 && typeof obj === 'object') {
  130. return isArray(obj) ? '[Array]' : '[Object]';
  131. }
  132. var indent = getIndent(opts, depth);
  133. if (typeof seen === 'undefined') {
  134. seen = [];
  135. } else if (indexOf(seen, obj) >= 0) {
  136. return '[Circular]';
  137. }
  138. function inspect(value, from, noIndent) {
  139. if (from) {
  140. seen = $arrSlice.call(seen);
  141. seen.push(from);
  142. }
  143. if (noIndent) {
  144. var newOpts = {
  145. depth: opts.depth
  146. };
  147. if (has(opts, 'quoteStyle')) {
  148. newOpts.quoteStyle = opts.quoteStyle;
  149. }
  150. return inspect_(value, newOpts, depth + 1, seen);
  151. }
  152. return inspect_(value, opts, depth + 1, seen);
  153. }
  154. if (typeof obj === 'function' && !isRegExp(obj)) { // in older engines, regexes are callable
  155. var name = nameOf(obj);
  156. var keys = arrObjKeys(obj, inspect);
  157. return '[Function' + (name ? ': ' + name : ' (anonymous)') + ']' + (keys.length > 0 ? ' { ' + $join.call(keys, ', ') + ' }' : '');
  158. }
  159. if (isSymbol(obj)) {
  160. var symString = hasShammedSymbols ? $replace.call(String(obj), /^(Symbol\(.*\))_[^)]*$/, '$1') : symToString.call(obj);
  161. return typeof obj === 'object' && !hasShammedSymbols ? markBoxed(symString) : symString;
  162. }
  163. if (isElement(obj)) {
  164. var s = '<' + $toLowerCase.call(String(obj.nodeName));
  165. var attrs = obj.attributes || [];
  166. for (var i = 0; i < attrs.length; i++) {
  167. s += ' ' + attrs[i].name + '=' + wrapQuotes(quote(attrs[i].value), 'double', opts);
  168. }
  169. s += '>';
  170. if (obj.childNodes && obj.childNodes.length) { s += '...'; }
  171. s += '</' + $toLowerCase.call(String(obj.nodeName)) + '>';
  172. return s;
  173. }
  174. if (isArray(obj)) {
  175. if (obj.length === 0) { return '[]'; }
  176. var xs = arrObjKeys(obj, inspect);
  177. if (indent && !singleLineValues(xs)) {
  178. return '[' + indentedJoin(xs, indent) + ']';
  179. }
  180. return '[ ' + $join.call(xs, ', ') + ' ]';
  181. }
  182. if (isError(obj)) {
  183. var parts = arrObjKeys(obj, inspect);
  184. if (!('cause' in Error.prototype) && 'cause' in obj && !isEnumerable.call(obj, 'cause')) {
  185. return '{ [' + String(obj) + '] ' + $join.call($concat.call('[cause]: ' + inspect(obj.cause), parts), ', ') + ' }';
  186. }
  187. if (parts.length === 0) { return '[' + String(obj) + ']'; }
  188. return '{ [' + String(obj) + '] ' + $join.call(parts, ', ') + ' }';
  189. }
  190. if (typeof obj === 'object' && customInspect) {
  191. if (inspectSymbol && typeof obj[inspectSymbol] === 'function' && utilInspect) {
  192. return utilInspect(obj, { depth: maxDepth - depth });
  193. } else if (customInspect !== 'symbol' && typeof obj.inspect === 'function') {
  194. return obj.inspect();
  195. }
  196. }
  197. if (isMap(obj)) {
  198. var mapParts = [];
  199. if (mapForEach) {
  200. mapForEach.call(obj, function (value, key) {
  201. mapParts.push(inspect(key, obj, true) + ' => ' + inspect(value, obj));
  202. });
  203. }
  204. return collectionOf('Map', mapSize.call(obj), mapParts, indent);
  205. }
  206. if (isSet(obj)) {
  207. var setParts = [];
  208. if (setForEach) {
  209. setForEach.call(obj, function (value) {
  210. setParts.push(inspect(value, obj));
  211. });
  212. }
  213. return collectionOf('Set', setSize.call(obj), setParts, indent);
  214. }
  215. if (isWeakMap(obj)) {
  216. return weakCollectionOf('WeakMap');
  217. }
  218. if (isWeakSet(obj)) {
  219. return weakCollectionOf('WeakSet');
  220. }
  221. if (isWeakRef(obj)) {
  222. return weakCollectionOf('WeakRef');
  223. }
  224. if (isNumber(obj)) {
  225. return markBoxed(inspect(Number(obj)));
  226. }
  227. if (isBigInt(obj)) {
  228. return markBoxed(inspect(bigIntValueOf.call(obj)));
  229. }
  230. if (isBoolean(obj)) {
  231. return markBoxed(booleanValueOf.call(obj));
  232. }
  233. if (isString(obj)) {
  234. return markBoxed(inspect(String(obj)));
  235. }
  236. // note: in IE 8, sometimes `global !== window` but both are the prototypes of each other
  237. /* eslint-env browser */
  238. if (typeof window !== 'undefined' && obj === window) {
  239. return '{ [object Window] }';
  240. }
  241. if (
  242. (typeof globalThis !== 'undefined' && obj === globalThis)
  243. || (typeof global !== 'undefined' && obj === global)
  244. ) {
  245. return '{ [object globalThis] }';
  246. }
  247. if (!isDate(obj) && !isRegExp(obj)) {
  248. var ys = arrObjKeys(obj, inspect);
  249. var isPlainObject = gPO ? gPO(obj) === Object.prototype : obj instanceof Object || obj.constructor === Object;
  250. var protoTag = obj instanceof Object ? '' : 'null prototype';
  251. var stringTag = !isPlainObject && toStringTag && Object(obj) === obj && toStringTag in obj ? $slice.call(toStr(obj), 8, -1) : protoTag ? 'Object' : '';
  252. var constructorTag = isPlainObject || typeof obj.constructor !== 'function' ? '' : obj.constructor.name ? obj.constructor.name + ' ' : '';
  253. var tag = constructorTag + (stringTag || protoTag ? '[' + $join.call($concat.call([], stringTag || [], protoTag || []), ': ') + '] ' : '');
  254. if (ys.length === 0) { return tag + '{}'; }
  255. if (indent) {
  256. return tag + '{' + indentedJoin(ys, indent) + '}';
  257. }
  258. return tag + '{ ' + $join.call(ys, ', ') + ' }';
  259. }
  260. return String(obj);
  261. };
  262. function wrapQuotes(s, defaultStyle, opts) {
  263. var quoteChar = (opts.quoteStyle || defaultStyle) === 'double' ? '"' : "'";
  264. return quoteChar + s + quoteChar;
  265. }
  266. function quote(s) {
  267. return $replace.call(String(s), /"/g, '&quot;');
  268. }
  269. function isArray(obj) { return toStr(obj) === '[object Array]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }
  270. function isDate(obj) { return toStr(obj) === '[object Date]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }
  271. function isRegExp(obj) { return toStr(obj) === '[object RegExp]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }
  272. function isError(obj) { return toStr(obj) === '[object Error]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }
  273. function isString(obj) { return toStr(obj) === '[object String]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }
  274. function isNumber(obj) { return toStr(obj) === '[object Number]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }
  275. function isBoolean(obj) { return toStr(obj) === '[object Boolean]' && (!toStringTag || !(typeof obj === 'object' && toStringTag in obj)); }
  276. // Symbol and BigInt do have Symbol.toStringTag by spec, so that can't be used to eliminate false positives
  277. function isSymbol(obj) {
  278. if (hasShammedSymbols) {
  279. return obj && typeof obj === 'object' && obj instanceof Symbol;
  280. }
  281. if (typeof obj === 'symbol') {
  282. return true;
  283. }
  284. if (!obj || typeof obj !== 'object' || !symToString) {
  285. return false;
  286. }
  287. try {
  288. symToString.call(obj);
  289. return true;
  290. } catch (e) {}
  291. return false;
  292. }
  293. function isBigInt(obj) {
  294. if (!obj || typeof obj !== 'object' || !bigIntValueOf) {
  295. return false;
  296. }
  297. try {
  298. bigIntValueOf.call(obj);
  299. return true;
  300. } catch (e) {}
  301. return false;
  302. }
  303. var hasOwn = Object.prototype.hasOwnProperty || function (key) { return key in this; };
  304. function has(obj, key) {
  305. return hasOwn.call(obj, key);
  306. }
  307. function toStr(obj) {
  308. return objectToString.call(obj);
  309. }
  310. function nameOf(f) {
  311. if (f.name) { return f.name; }
  312. var m = $match.call(functionToString.call(f), /^function\s*([\w$]+)/);
  313. if (m) { return m[1]; }
  314. return null;
  315. }
  316. function indexOf(xs, x) {
  317. if (xs.indexOf) { return xs.indexOf(x); }
  318. for (var i = 0, l = xs.length; i < l; i++) {
  319. if (xs[i] === x) { return i; }
  320. }
  321. return -1;
  322. }
  323. function isMap(x) {
  324. if (!mapSize || !x || typeof x !== 'object') {
  325. return false;
  326. }
  327. try {
  328. mapSize.call(x);
  329. try {
  330. setSize.call(x);
  331. } catch (s) {
  332. return true;
  333. }
  334. return x instanceof Map; // core-js workaround, pre-v2.5.0
  335. } catch (e) {}
  336. return false;
  337. }
  338. function isWeakMap(x) {
  339. if (!weakMapHas || !x || typeof x !== 'object') {
  340. return false;
  341. }
  342. try {
  343. weakMapHas.call(x, weakMapHas);
  344. try {
  345. weakSetHas.call(x, weakSetHas);
  346. } catch (s) {
  347. return true;
  348. }
  349. return x instanceof WeakMap; // core-js workaround, pre-v2.5.0
  350. } catch (e) {}
  351. return false;
  352. }
  353. function isWeakRef(x) {
  354. if (!weakRefDeref || !x || typeof x !== 'object') {
  355. return false;
  356. }
  357. try {
  358. weakRefDeref.call(x);
  359. return true;
  360. } catch (e) {}
  361. return false;
  362. }
  363. function isSet(x) {
  364. if (!setSize || !x || typeof x !== 'object') {
  365. return false;
  366. }
  367. try {
  368. setSize.call(x);
  369. try {
  370. mapSize.call(x);
  371. } catch (m) {
  372. return true;
  373. }
  374. return x instanceof Set; // core-js workaround, pre-v2.5.0
  375. } catch (e) {}
  376. return false;
  377. }
  378. function isWeakSet(x) {
  379. if (!weakSetHas || !x || typeof x !== 'object') {
  380. return false;
  381. }
  382. try {
  383. weakSetHas.call(x, weakSetHas);
  384. try {
  385. weakMapHas.call(x, weakMapHas);
  386. } catch (s) {
  387. return true;
  388. }
  389. return x instanceof WeakSet; // core-js workaround, pre-v2.5.0
  390. } catch (e) {}
  391. return false;
  392. }
  393. function isElement(x) {
  394. if (!x || typeof x !== 'object') { return false; }
  395. if (typeof HTMLElement !== 'undefined' && x instanceof HTMLElement) {
  396. return true;
  397. }
  398. return typeof x.nodeName === 'string' && typeof x.getAttribute === 'function';
  399. }
  400. function inspectString(str, opts) {
  401. if (str.length > opts.maxStringLength) {
  402. var remaining = str.length - opts.maxStringLength;
  403. var trailer = '... ' + remaining + ' more character' + (remaining > 1 ? 's' : '');
  404. return inspectString($slice.call(str, 0, opts.maxStringLength), opts) + trailer;
  405. }
  406. // eslint-disable-next-line no-control-regex
  407. var s = $replace.call($replace.call(str, /(['\\])/g, '\\$1'), /[\x00-\x1f]/g, lowbyte);
  408. return wrapQuotes(s, 'single', opts);
  409. }
  410. function lowbyte(c) {
  411. var n = c.charCodeAt(0);
  412. var x = {
  413. 8: 'b',
  414. 9: 't',
  415. 10: 'n',
  416. 12: 'f',
  417. 13: 'r'
  418. }[n];
  419. if (x) { return '\\' + x; }
  420. return '\\x' + (n < 0x10 ? '0' : '') + $toUpperCase.call(n.toString(16));
  421. }
  422. function markBoxed(str) {
  423. return 'Object(' + str + ')';
  424. }
  425. function weakCollectionOf(type) {
  426. return type + ' { ? }';
  427. }
  428. function collectionOf(type, size, entries, indent) {
  429. var joinedEntries = indent ? indentedJoin(entries, indent) : $join.call(entries, ', ');
  430. return type + ' (' + size + ') {' + joinedEntries + '}';
  431. }
  432. function singleLineValues(xs) {
  433. for (var i = 0; i < xs.length; i++) {
  434. if (indexOf(xs[i], '\n') >= 0) {
  435. return false;
  436. }
  437. }
  438. return true;
  439. }
  440. function getIndent(opts, depth) {
  441. var baseIndent;
  442. if (opts.indent === '\t') {
  443. baseIndent = '\t';
  444. } else if (typeof opts.indent === 'number' && opts.indent > 0) {
  445. baseIndent = $join.call(Array(opts.indent + 1), ' ');
  446. } else {
  447. return null;
  448. }
  449. return {
  450. base: baseIndent,
  451. prev: $join.call(Array(depth + 1), baseIndent)
  452. };
  453. }
  454. function indentedJoin(xs, indent) {
  455. if (xs.length === 0) { return ''; }
  456. var lineJoiner = '\n' + indent.prev + indent.base;
  457. return lineJoiner + $join.call(xs, ',' + lineJoiner) + '\n' + indent.prev;
  458. }
  459. function arrObjKeys(obj, inspect) {
  460. var isArr = isArray(obj);
  461. var xs = [];
  462. if (isArr) {
  463. xs.length = obj.length;
  464. for (var i = 0; i < obj.length; i++) {
  465. xs[i] = has(obj, i) ? inspect(obj[i], obj) : '';
  466. }
  467. }
  468. var syms = typeof gOPS === 'function' ? gOPS(obj) : [];
  469. var symMap;
  470. if (hasShammedSymbols) {
  471. symMap = {};
  472. for (var k = 0; k < syms.length; k++) {
  473. symMap['$' + syms[k]] = syms[k];
  474. }
  475. }
  476. for (var key in obj) { // eslint-disable-line no-restricted-syntax
  477. if (!has(obj, key)) { continue; } // eslint-disable-line no-restricted-syntax, no-continue
  478. if (isArr && String(Number(key)) === key && key < obj.length) { continue; } // eslint-disable-line no-restricted-syntax, no-continue
  479. if (hasShammedSymbols && symMap['$' + key] instanceof Symbol) {
  480. // this is to prevent shammed Symbols, which are stored as strings, from being included in the string key section
  481. continue; // eslint-disable-line no-restricted-syntax, no-continue
  482. } else if ($test.call(/[^\w$]/, key)) {
  483. xs.push(inspect(key, obj) + ': ' + inspect(obj[key], obj));
  484. } else {
  485. xs.push(key + ': ' + inspect(obj[key], obj));
  486. }
  487. }
  488. if (typeof gOPS === 'function') {
  489. for (var j = 0; j < syms.length; j++) {
  490. if (isEnumerable.call(obj, syms[j])) {
  491. xs.push('[' + inspect(syms[j]) + ']: ' + inspect(obj[syms[j]], obj));
  492. }
  493. }
  494. }
  495. return xs;
  496. }
  497. }, function(modId) {var map = {"./util.inspect":1758867032951}; return __REQUIRE__(map[modId], modId); })
  498. __DEFINE__(1758867032951, function(require, module, exports) {
  499. module.exports = require('util').inspect;
  500. }, function(modId) { var map = {}; return __REQUIRE__(map[modId], modId); })
  501. return __REQUIRE__(1758867032950);
  502. })()
  503. //miniprogram-npm-outsideDeps=["util"]
  504. //# sourceMappingURL=index.js.map