auto-commit for 49610908-ca1e-46b7-8671-ad75c85b7aa2

This commit is contained in:
emergent-agent-e1
2025-11-08 11:08:44 +00:00
parent 0373b73c4f
commit 32d0877be4
340 changed files with 340 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"../u8a/index.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":50,"index":50}}],"key":"ni7N8kFqexhxzrkt71zvvxQnrBA=","exportNames":["*"],"imports":1}},{"name":"./toU8a.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":51},"end":{"line":2,"column":42,"index":93}}],"key":"3bOyH77e/8Wc8K55bqHxvmXdM0A=","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 exports.compactAddLength = compactAddLength;\n var _u8aIndexJs = require(_dependencyMap[0], \"../u8a/index.js\");\n var _toU8aJs = require(_dependencyMap[1], \"./toU8a.js\");\n /**\n * @name compactAddLength\n * @description Adds a length prefix to the input value\n * @example\n * <BR>\n *\n * ```javascript\n * import { compactAddLength } from '@polkadot/util';\n *\n * console.log(compactAddLength(new Uint8Array([0xde, 0xad, 0xbe, 0xef]))); // Uint8Array([4 << 2, 0xde, 0xad, 0xbe, 0xef])\n * ```\n */\n function compactAddLength(input) {\n return (0, _u8aIndexJs.u8aConcatStrict)([(0, _toU8aJs.compactToU8a)(input.length), input]);\n }\n});","lineCount":25,"map":[[7,2,15,0,"exports"],[7,9,15,0],[7,10,15,0,"compactAddLength"],[7,26,15,0],[7,29,15,0,"compactAddLength"],[7,45,15,0],[8,2,1,0],[8,6,1,0,"_u8aIndexJs"],[8,17,1,0],[8,20,1,0,"require"],[8,27,1,0],[8,28,1,0,"_dependencyMap"],[8,42,1,0],[9,2,2,0],[9,6,2,0,"_toU8aJs"],[9,14,2,0],[9,17,2,0,"require"],[9,24,2,0],[9,25,2,0,"_dependencyMap"],[9,39,2,0],[10,2,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,"compactAddLength"],[22,27,15,32,"compactAddLength"],[22,28,15,33,"input"],[22,33,15,38],[22,35,15,40],[23,4,16,4],[23,11,16,11],[23,15,16,11,"u8aConcatStrict"],[23,26,16,26],[23,27,16,26,"u8aConcatStrict"],[23,42,16,26],[23,44,16,27],[23,45,17,8],[23,49,17,8,"compactToU8a"],[23,57,17,20],[23,58,17,20,"compactToU8a"],[23,70,17,20],[23,72,17,21,"input"],[23,77,17,26],[23,78,17,27,"length"],[23,84,17,33],[23,85,17,34],[23,87,18,8,"input"],[23,92,18,13],[23,93,19,5],[23,94,19,6],[24,2,20,0],[25,0,20,1],[25,3]],"functionMap":{"names":["<global>","compactAddLength"],"mappings":"AAA;OCc;CDK"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./blake2.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":6,"column":0,"index":143},"end":{"line":6,"column":61,"index":204}}],"key":"lIzzRE+F45nT72kquPX47A5NS50=","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, \"BLAKE2b\", {\n enumerable: true,\n get: function () {\n return BLAKE2b;\n }\n });\n Object.defineProperty(exports, \"blake2b\", {\n enumerable: true,\n get: function () {\n return blake2b;\n }\n });\n var _blake2Js = require(_dependencyMap[0], \"./blake2.js\");\n /**\n * Blake2b hash function. Focuses on 64-bit platforms, but in JS speed different from Blake2s is negligible.\n * @module\n * @deprecated\n */\n\n /** @deprecated Use import from `noble/hashes/blake2` module */\n const BLAKE2b = _blake2Js.BLAKE2b;\n /** @deprecated Use import from `noble/hashes/blake2` module */\n const blake2b = _blake2Js.blake2b;\n});","lineCount":30,"map":[[7,2,8,0,"Object"],[7,8,8,0],[7,9,8,0,"defineProperty"],[7,23,8,0],[7,24,8,0,"exports"],[7,31,8,0],[8,4,8,0,"enumerable"],[8,14,8,0],[9,4,8,0,"get"],[9,7,8,0],[9,18,8,0,"get"],[9,19,8,0],[10,6,8,0],[10,13,8,0,"BLAKE2b"],[10,20,8,0],[11,4,8,0],[12,2,8,0],[13,2,10,0,"Object"],[13,8,10,0],[13,9,10,0,"defineProperty"],[13,23,10,0],[13,24,10,0,"exports"],[13,31,10,0],[14,4,10,0,"enumerable"],[14,14,10,0],[15,4,10,0,"get"],[15,7,10,0],[15,18,10,0,"get"],[15,19,10,0],[16,6,10,0],[16,13,10,0,"blake2b"],[16,20,10,0],[17,4,10,0],[18,2,10,0],[19,2,6,0],[19,6,6,0,"_blake2Js"],[19,15,6,0],[19,18,6,0,"require"],[19,25,6,0],[19,26,6,0,"_dependencyMap"],[19,40,6,0],[20,2,1,0],[21,0,2,0],[22,0,3,0],[23,0,4,0],[24,0,5,0],[26,2,7,0],[27,2,8,7],[27,8,8,13,"BLAKE2b"],[27,15,8,20],[27,18,8,23,"B2B"],[27,27,8,26],[27,28,8,26,"BLAKE2b"],[27,35,8,26],[28,2,9,0],[29,2,10,7],[29,8,10,13,"blake2b"],[29,15,10,20],[29,18,10,23,"b2b"],[29,27,10,26],[29,28,10,26,"blake2b"],[29,35,10,26],[30,0,10,27],[30,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}