auto-commit for d4766860-f253-4ebc-a836-6c1ca9f17d9a

This commit is contained in:
emergent-agent-e1
2025-11-08 10:46:19 +00:00
parent 9d5f0582b7
commit 11e751f2ef
346 changed files with 346 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.isNull = isNull;\n /**\n * @name isNull\n * @summary Tests for a `null` values.\n * @description\n * Checks to see if the input value is `null`.\n * @example\n * <BR>\n *\n * ```javascript\n * import { isNull } from '@polkadot/util';\n *\n * console.log('isNull', isNull(null)); // => true\n * ```\n */\n function isNull(value) {\n return value === null;\n }\n});","lineCount":25,"map":[[7,2,15,0,"exports"],[7,9,15,0],[7,10,15,0,"isNull"],[7,16,15,0],[7,19,15,0,"isNull"],[7,25,15,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[16,0,9,0],[17,0,10,0],[18,0,11,0],[19,0,12,0],[20,0,13,0],[21,0,14,0],[22,2,15,7],[22,11,15,16,"isNull"],[22,17,15,22,"isNull"],[22,18,15,23,"value"],[22,23,15,28],[22,25,15,30],[23,4,16,4],[23,11,16,11,"value"],[23,16,16,16],[23,21,16,21],[23,25,16,25],[24,2,17,0],[25,0,17,1],[25,3]],"functionMap":{"names":["<global>","isNull"],"mappings":"AAA;OCc;CDE"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./helpers.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":42,"index":42}}],"key":"Y7YGoIAOGQa78JTLfazw+ehPeHs=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"isCompact\", {\n enumerable: true,\n get: function () {\n return isCompact;\n }\n });\n var _helpersJs = require(_dependencyMap[0], \"./helpers.js\");\n /**\n * @name isCompact\n * @summary Tests for SCALE-Compact-like object instance.\n */\n var isCompact = /*#__PURE__*/(0, _helpersJs.isOnObject)('toBigInt', 'toBn', 'toNumber', 'unwrap');\n});","lineCount":19,"map":[[7,2,6,0,"Object"],[7,8,6,0],[7,9,6,0,"defineProperty"],[7,23,6,0],[7,24,6,0,"exports"],[7,31,6,0],[8,4,6,0,"enumerable"],[8,14,6,0],[9,4,6,0,"get"],[9,7,6,0],[9,18,6,0,"get"],[9,19,6,0],[10,6,6,0],[10,13,6,0,"isCompact"],[10,22,6,0],[11,4,6,0],[12,2,6,0],[13,2,1,0],[13,6,1,0,"_helpersJs"],[13,16,1,0],[13,19,1,0,"require"],[13,26,1,0],[13,27,1,0,"_dependencyMap"],[13,41,1,0],[14,2,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,2,6,7],[18,6,6,13,"isCompact"],[18,15,6,22],[18,18,6,25],[18,31,6,39],[18,35,6,39,"isOnObject"],[18,45,6,49],[18,46,6,49,"isOnObject"],[18,56,6,49],[18,58,6,50],[18,68,6,60],[18,70,6,62],[18,76,6,68],[18,78,6,70],[18,88,6,80],[18,90,6,82],[18,98,6,90],[18,99,6,91],[19,0,6,92],[19,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}