auto-commit for f8470fe1-4ce5-4123-a3e6-0b710ab3390a

This commit is contained in:
emergent-agent-e1
2025-11-08 07:19:17 +00:00
parent 92245c9124
commit dd2549e54a
1911 changed files with 1911 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.isString = isString;\n /**\n * @name isString\n * @summary Tests for a string.\n * @description\n * Checks to see if the input value is a JavaScript string.\n * @example\n * <BR>\n *\n * ```javascript\n * import { isString } from '@polkadot/util';\n *\n * console.log('isString', isString('test')); // => true\n * ```\n */\n function isString(value) {\n return typeof value === 'string' || value instanceof String;\n }\n});","lineCount":25,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"isString"],[7,18,3,16],[7,21,3,19,"isString"],[7,29,3,27],[8,2,4,0],[9,0,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,0,14,0],[19,0,15,0],[20,0,16,0],[21,0,17,0],[22,2,18,0],[22,11,18,9,"isString"],[22,19,18,17,"isString"],[22,20,18,18,"value"],[22,25,18,23],[22,27,18,25],[23,4,19,4],[23,11,19,11],[23,18,19,18,"value"],[23,23,19,23],[23,28,19,28],[23,36,19,36],[23,40,19,40,"value"],[23,45,19,45],[23,57,19,57,"String"],[23,63,19,63],[24,2,20,0],[25,0,20,1],[25,3]],"functionMap":{"names":["<global>","isString"],"mappings":"AAA;ACiB;CDE"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"../base/UInt.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":18,"index":116},"end":{"line":4,"column":44,"index":142}}],"key":"rdla5PpsmahLG4iwTj9Hi/INa+U=","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.u8 = void 0;\n const UInt_js_1 = require(_dependencyMap[0], \"../base/UInt.js\");\n /**\n * @name u8\n * @description\n * An 8-bit unsigned integer\n */\n class u8 extends UInt_js_1.UInt.with(8) {\n // NOTE without this, we cannot properly determine extensions\n __UIntType = 'u8';\n }\n exports.u8 = u8;\n});","lineCount":19,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"u8"],[7,12,3,10],[7,15,3,13],[7,20,3,18],[7,21,3,19],[8,2,4,0],[8,8,4,6,"UInt_js_1"],[8,17,4,15],[8,20,4,18,"require"],[8,27,4,25],[8,28,4,25,"_dependencyMap"],[8,42,4,25],[8,64,4,43],[8,65,4,44],[9,2,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,2,10,0],[14,8,10,6,"u8"],[14,10,10,8],[14,19,10,17,"UInt_js_1"],[14,28,10,26],[14,29,10,27,"UInt"],[14,33,10,31],[14,34,10,32,"with"],[14,38,10,36],[14,39,10,37],[14,40,10,38],[14,41,10,39],[14,42,10,40],[15,4,11,4],[16,4,12,4,"__UIntType"],[16,14,12,14],[16,17,12,17],[16,21,12,21],[17,2,13,0],[18,2,14,0,"exports"],[18,9,14,7],[18,10,14,8,"u8"],[18,12,14,10],[18,15,14,13,"u8"],[18,17,14,15],[19,0,14,16],[19,3]],"functionMap":{"names":["<global>","u8"],"mappings":"AAA;ACS;CDG"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"../util/not","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":12,"index":117},"end":{"line":4,"column":34,"index":139}}],"key":"SSNzXnSzv9is5adOVm3qaLOoGq4=","exportNames":["*"],"imports":1}},{"name":"../operators/filter","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":15,"index":156},"end":{"line":5,"column":45,"index":186}}],"key":"oUAGzzzDFX/7WRO9rjUSGs/M71Y=","exportNames":["*"],"imports":1}},{"name":"./innerFrom","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":18,"index":206},"end":{"line":6,"column":40,"index":228}}],"key":"ypL9cSb2bh8R9zb1U2nPysdYIKc=","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.partition = void 0;\n var not_1 = require(_dependencyMap[0], \"../util/not\");\n var filter_1 = require(_dependencyMap[1], \"../operators/filter\");\n var innerFrom_1 = require(_dependencyMap[2], \"./innerFrom\");\n function partition(source, predicate, thisArg) {\n return [filter_1.filter(predicate, thisArg)(innerFrom_1.innerFrom(source)), filter_1.filter(not_1.not(predicate, thisArg))(innerFrom_1.innerFrom(source))];\n }\n exports.partition = partition;\n});","lineCount":15,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"partition"],[7,19,3,17],[7,22,3,20],[7,27,3,25],[7,28,3,26],[8,2,4,0],[8,6,4,4,"not_1"],[8,11,4,9],[8,14,4,12,"require"],[8,21,4,19],[8,22,4,19,"_dependencyMap"],[8,36,4,19],[8,54,4,33],[8,55,4,34],[9,2,5,0],[9,6,5,4,"filter_1"],[9,14,5,12],[9,17,5,15,"require"],[9,24,5,22],[9,25,5,22,"_dependencyMap"],[9,39,5,22],[9,65,5,44],[9,66,5,45],[10,2,6,0],[10,6,6,4,"innerFrom_1"],[10,17,6,15],[10,20,6,18,"require"],[10,27,6,25],[10,28,6,25,"_dependencyMap"],[10,42,6,25],[10,60,6,39],[10,61,6,40],[11,2,7,0],[11,11,7,9,"partition"],[11,20,7,18,"partition"],[11,21,7,19,"source"],[11,27,7,25],[11,29,7,27,"predicate"],[11,38,7,36],[11,40,7,38,"thisArg"],[11,47,7,45],[11,49,7,47],[12,4,8,4],[12,11,8,11],[12,12,8,12,"filter_1"],[12,20,8,20],[12,21,8,21,"filter"],[12,27,8,27],[12,28,8,28,"predicate"],[12,37,8,37],[12,39,8,39,"thisArg"],[12,46,8,46],[12,47,8,47],[12,48,8,48,"innerFrom_1"],[12,59,8,59],[12,60,8,60,"innerFrom"],[12,69,8,69],[12,70,8,70,"source"],[12,76,8,76],[12,77,8,77],[12,78,8,78],[12,80,8,80,"filter_1"],[12,88,8,88],[12,89,8,89,"filter"],[12,95,8,95],[12,96,8,96,"not_1"],[12,101,8,101],[12,102,8,102,"not"],[12,105,8,105],[12,106,8,106,"predicate"],[12,115,8,115],[12,117,8,117,"thisArg"],[12,124,8,124],[12,125,8,125],[12,126,8,126],[12,127,8,127,"innerFrom_1"],[12,138,8,138],[12,139,8,139,"innerFrom"],[12,148,8,148],[12,149,8,149,"source"],[12,155,8,155],[12,156,8,156],[12,157,8,157],[12,158,8,158],[13,2,9,0],[14,2,10,0,"exports"],[14,9,10,7],[14,10,10,8,"partition"],[14,19,10,17],[14,22,10,20,"partition"],[14,31,10,29],[15,0,10,30],[15,3]],"functionMap":{"names":["<global>","partition"],"mappings":"AAA;ACM;CDE"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./decode.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":20,"index":134},"end":{"line":4,"column":42,"index":156}}],"key":"NjDZuONZNxCfNbNOGpYxcMs1w6o=","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.addressToEvm = addressToEvm;\n const decode_js_1 = require(_dependencyMap[0], \"./decode.js\");\n /**\n * @name addressToEvm\n * @summary Converts an SS58 address to its corresponding EVM address.\n */\n function addressToEvm(address, ignoreChecksum) {\n return (0, decode_js_1.decodeAddress)(address, ignoreChecksum).subarray(0, 20);\n }\n});","lineCount":16,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"addressToEvm"],[7,22,3,20],[7,25,3,23,"addressToEvm"],[7,37,3,35],[8,2,4,0],[8,8,4,6,"decode_js_1"],[8,19,4,17],[8,22,4,20,"require"],[8,29,4,27],[8,30,4,27,"_dependencyMap"],[8,44,4,27],[8,62,4,41],[8,63,4,42],[9,2,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,2,9,0],[13,11,9,9,"addressToEvm"],[13,23,9,21,"addressToEvm"],[13,24,9,22,"address"],[13,31,9,29],[13,33,9,31,"ignoreChecksum"],[13,47,9,45],[13,49,9,47],[14,4,10,4],[14,11,10,11],[14,12,10,12],[14,13,10,13],[14,15,10,15,"decode_js_1"],[14,26,10,26],[14,27,10,27,"decodeAddress"],[14,40,10,40],[14,42,10,42,"address"],[14,49,10,49],[14,51,10,51,"ignoreChecksum"],[14,65,10,65],[14,66,10,66],[14,67,10,67,"subarray"],[14,75,10,75],[14,76,10,76],[14,77,10,77],[14,79,10,79],[14,81,10,81],[14,82,10,82],[15,2,11,0],[16,0,11,1],[16,3]],"functionMap":{"names":["<global>","addressToEvm"],"mappings":"AAA;ACQ;CDE"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long