auto-commit for 9f0f8e53-0005-474a-b8c0-62af81dd2fd1

This commit is contained in:
emergent-agent-e1
2025-10-24 02:50:33 +00:00
parent cac3637e68
commit a80510af07
1119 changed files with 1119 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"../bn/bn.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":16,"index":114},"end":{"line":4,"column":38,"index":136}}],"key":"94jLUD3K1mDUvWzcKqzUyJN5xw0=","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.isBn = isBn;\n const bn_js_1 = require(_dependencyMap[0], \"../bn/bn.js\");\n /**\n * @name isBn\n * @summary Tests for a `BN` object instance.\n * @description\n * Checks to see if the input object is an instance of `BN` (bn.js).\n * @example\n * <BR>\n *\n * ```javascript\n * import BN from 'bn.js';\n * import { isBn } from '@polkadot/util';\n *\n * console.log('isBn', isBn(new BN(1))); // => true\n * ```\n */\n function isBn(value) {\n return bn_js_1.BN.isBN(value);\n }\n});","lineCount":27,"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,"isBn"],[7,14,3,12],[7,17,3,15,"isBn"],[7,21,3,19],[8,2,4,0],[8,8,4,6,"bn_js_1"],[8,15,4,13],[8,18,4,16,"require"],[8,25,4,23],[8,26,4,23,"_dependencyMap"],[8,40,4,23],[8,58,4,37],[8,59,4,38],[9,2,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,0,18,0],[23,0,19,0],[24,2,20,0],[24,11,20,9,"isBn"],[24,15,20,13,"isBn"],[24,16,20,14,"value"],[24,21,20,19],[24,23,20,21],[25,4,21,4],[25,11,21,11,"bn_js_1"],[25,18,21,18],[25,19,21,19,"BN"],[25,21,21,21],[25,22,21,22,"isBN"],[25,26,21,26],[25,27,21,27,"value"],[25,32,21,32],[25,33,21,33],[26,2,22,0],[27,0,22,1],[27,3]],"functionMap":{"names":["<global>","isBn"],"mappings":"AAA;ACmB;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
@@ -0,0 +1 @@
{"dependencies":[{"name":"./AnimationFrameAction","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":29,"index":173},"end":{"line":4,"column":62,"index":206}}],"key":"PohrHIzG828Xu94xaaWnXAQqUT4=","exportNames":["*"],"imports":1}},{"name":"./AnimationFrameScheduler","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":32,"index":240},"end":{"line":5,"column":68,"index":276}}],"key":"3aBCP3KWVDu2F2ZLT1NAkAnjLyU=","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.animationFrame = exports.animationFrameScheduler = void 0;\n var AnimationFrameAction_1 = require(_dependencyMap[0], \"./AnimationFrameAction\");\n var AnimationFrameScheduler_1 = require(_dependencyMap[1], \"./AnimationFrameScheduler\");\n exports.animationFrameScheduler = new AnimationFrameScheduler_1.AnimationFrameScheduler(AnimationFrameAction_1.AnimationFrameAction);\n exports.animationFrame = exports.animationFrameScheduler;\n});","lineCount":12,"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,"animationFrame"],[7,24,3,22],[7,27,3,25,"exports"],[7,34,3,32],[7,35,3,33,"animationFrameScheduler"],[7,58,3,56],[7,61,3,59],[7,66,3,64],[7,67,3,65],[8,2,4,0],[8,6,4,4,"AnimationFrameAction_1"],[8,28,4,26],[8,31,4,29,"require"],[8,38,4,36],[8,39,4,36,"_dependencyMap"],[8,53,4,36],[8,82,4,61],[8,83,4,62],[9,2,5,0],[9,6,5,4,"AnimationFrameScheduler_1"],[9,31,5,29],[9,34,5,32,"require"],[9,41,5,39],[9,42,5,39,"_dependencyMap"],[9,56,5,39],[9,88,5,67],[9,89,5,68],[10,2,6,0,"exports"],[10,9,6,7],[10,10,6,8,"animationFrameScheduler"],[10,33,6,31],[10,36,6,34],[10,40,6,38,"AnimationFrameScheduler_1"],[10,65,6,63],[10,66,6,64,"AnimationFrameScheduler"],[10,89,6,87],[10,90,6,88,"AnimationFrameAction_1"],[10,112,6,110],[10,113,6,111,"AnimationFrameAction"],[10,133,6,131],[10,134,6,132],[11,2,7,0,"exports"],[11,9,7,7],[11,10,7,8,"animationFrame"],[11,24,7,22],[11,27,7,25,"exports"],[11,34,7,32],[11,35,7,33,"animationFrameScheduler"],[11,58,7,56],[12,0,7,57],[12,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"../base/Tuple.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":120},"end":{"line":4,"column":46,"index":147}}],"key":"03KXCoYEDcEpTsCzLir222RvYnA=","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.Range = void 0;\n const Tuple_js_1 = require(_dependencyMap[0], \"../base/Tuple.js\");\n /**\n * @name Range\n * @description\n * Rust `Range<T>` representation\n */\n class Range extends Tuple_js_1.Tuple {\n #rangeName;\n constructor(registry, Type, value, {\n rangeName = 'Range'\n } = {}) {\n super(registry, [Type, Type], value);\n this.#rangeName = rangeName;\n }\n static with(Type) {\n return class extends Range {\n constructor(registry, value) {\n super(registry, Type, value);\n }\n };\n }\n /**\n * @description Returns the starting range value\n */\n get start() {\n return this[0];\n }\n /**\n * @description Returns the ending range value\n */\n get end() {\n return this[1];\n }\n /**\n * @description Returns the base runtime type name for this instance\n */\n toRawType() {\n return `${this.#rangeName}<${this.start.toRawType()}>`;\n }\n }\n exports.Range = Range;\n});","lineCount":49,"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,"Range"],[7,15,3,13],[7,18,3,16],[7,23,3,21],[7,24,3,22],[8,2,4,0],[8,8,4,6,"Tuple_js_1"],[8,18,4,16],[8,21,4,19,"require"],[8,28,4,26],[8,29,4,26,"_dependencyMap"],[8,43,4,26],[8,66,4,45],[8,67,4,46],[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,"Range"],[14,13,10,11],[14,22,10,20,"Tuple_js_1"],[14,32,10,30],[14,33,10,31,"Tuple"],[14,38,10,36],[14,39,10,37],[15,4,11,4],[15,5,11,5,"rangeName"],[15,14,11,14],[16,4,12,4,"constructor"],[16,15,12,15,"constructor"],[16,16,12,16,"registry"],[16,24,12,24],[16,26,12,26,"Type"],[16,30,12,30],[16,32,12,32,"value"],[16,37,12,37],[16,39,12,39],[17,6,12,41,"rangeName"],[17,15,12,50],[17,18,12,53],[18,4,12,61],[18,5,12,62],[18,8,12,65],[18,9,12,66],[18,10,12,67],[18,12,12,69],[19,6,13,8],[19,11,13,13],[19,12,13,14,"registry"],[19,20,13,22],[19,22,13,24],[19,23,13,25,"Type"],[19,27,13,29],[19,29,13,31,"Type"],[19,33,13,35],[19,34,13,36],[19,36,13,38,"value"],[19,41,13,43],[19,42,13,44],[20,6,14,8],[20,10,14,12],[20,11,14,13],[20,12,14,14,"rangeName"],[20,21,14,23],[20,24,14,26,"rangeName"],[20,33,14,35],[21,4,15,4],[22,4,16,4],[22,11,16,11,"with"],[22,15,16,15,"with"],[22,16,16,16,"Type"],[22,20,16,20],[22,22,16,22],[23,6,17,8],[23,13,17,15],[23,27,17,29,"Range"],[23,32,17,34],[23,33,17,35],[24,8,18,12,"constructor"],[24,19,18,23,"constructor"],[24,20,18,24,"registry"],[24,28,18,32],[24,30,18,34,"value"],[24,35,18,39],[24,37,18,41],[25,10,19,16],[25,15,19,21],[25,16,19,22,"registry"],[25,24,19,30],[25,26,19,32,"Type"],[25,30,19,36],[25,32,19,38,"value"],[25,37,19,43],[25,38,19,44],[26,8,20,12],[27,6,21,8],[27,7,21,9],[28,4,22,4],[29,4,23,4],[30,0,24,0],[31,0,25,0],[32,4,26,4],[32,8,26,8,"start"],[32,13,26,13,"start"],[32,14,26,13],[32,16,26,16],[33,6,27,8],[33,13,27,15],[33,17,27,19],[33,18,27,20],[33,19,27,21],[33,20,27,22],[34,4,28,4],[35,4,29,4],[36,0,30,0],[37,0,31,0],[38,4,32,4],[38,8,32,8,"end"],[38,11,32,11,"end"],[38,12,32,11],[38,14,32,14],[39,6,33,8],[39,13,33,15],[39,17,33,19],[39,18,33,20],[39,19,33,21],[39,20,33,22],[40,4,34,4],[41,4,35,4],[42,0,36,0],[43,0,37,0],[44,4,38,4,"toRawType"],[44,13,38,13,"toRawType"],[44,14,38,13],[44,16,38,16],[45,6,39,8],[45,13,39,15],[45,16,39,18],[45,20,39,22],[45,21,39,23],[45,22,39,24,"rangeName"],[45,31,39,33],[45,35,39,37],[45,39,39,41],[45,40,39,42,"start"],[45,45,39,47],[45,46,39,48,"toRawType"],[45,55,39,57],[45,56,39,58],[45,57,39,59],[45,60,39,62],[46,4,40,4],[47,2,41,0],[48,2,42,0,"exports"],[48,9,42,7],[48,10,42,8,"Range"],[48,15,42,13],[48,18,42,16,"Range"],[48,23,42,21],[49,0,42,22],[49,3]],"functionMap":{"names":["<global>","Range","constructor","_with","<anonymous>","get__start","get__end","toRawType"],"mappings":"AAA;ACS;ICE;KDG;IEC;eCC;YFC;aEE;SDC;KFC;III;KJE;IKI;KLE;IMI;KNE;CDC"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long