auto-commit for 155cdee4-7b20-4acf-ad4d-053760ff258d

This commit is contained in:
emergent-agent-e1
2025-10-24 02:48:32 +00:00
parent 02778c9714
commit 8d0ee162c0
1845 changed files with 1845 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"../util/lift","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":39,"index":39}}],"key":"4CWnJ0pAAHdfw8fC393IKzeACYc=","exportNames":["*"],"imports":1}},{"name":"./OperatorSubscriber","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":40},"end":{"line":2,"column":64,"index":104}}],"key":"aA6xM2Hw6XHTylKbb30hQFraJU0=","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.map = map;\n var _utilLift = require(_dependencyMap[0], \"../util/lift\");\n var _OperatorSubscriber = require(_dependencyMap[1], \"./OperatorSubscriber\");\n function map(project, thisArg) {\n return (0, _utilLift.operate)(function (source, subscriber) {\n var index = 0;\n source.subscribe((0, _OperatorSubscriber.createOperatorSubscriber)(subscriber, function (value) {\n subscriber.next(project.call(thisArg, value, index++));\n }));\n });\n }\n});","lineCount":18,"map":[[7,2,3,0,"exports"],[7,9,3,0],[7,10,3,0,"map"],[7,13,3,0],[7,16,3,0,"map"],[7,19,3,0],[8,2,1,0],[8,6,1,0,"_utilLift"],[8,15,1,0],[8,18,1,0,"require"],[8,25,1,0],[8,26,1,0,"_dependencyMap"],[8,40,1,0],[9,2,2,0],[9,6,2,0,"_OperatorSubscriber"],[9,25,2,0],[9,28,2,0,"require"],[9,35,2,0],[9,36,2,0,"_dependencyMap"],[9,50,2,0],[10,2,3,7],[10,11,3,16,"map"],[10,14,3,19,"map"],[10,15,3,20,"project"],[10,22,3,27],[10,24,3,29,"thisArg"],[10,31,3,36],[10,33,3,38],[11,4,4,4],[11,11,4,11],[11,15,4,11,"operate"],[11,24,4,18],[11,25,4,18,"operate"],[11,32,4,18],[11,34,4,19],[11,44,4,29,"source"],[11,50,4,35],[11,52,4,37,"subscriber"],[11,62,4,47],[11,64,4,49],[12,6,5,8],[12,10,5,12,"index"],[12,15,5,17],[12,18,5,20],[12,19,5,21],[13,6,6,8,"source"],[13,12,6,14],[13,13,6,15,"subscribe"],[13,22,6,24],[13,23,6,25],[13,27,6,25,"createOperatorSubscriber"],[13,46,6,49],[13,47,6,49,"createOperatorSubscriber"],[13,71,6,49],[13,73,6,50,"subscriber"],[13,83,6,60],[13,85,6,62],[13,95,6,72,"value"],[13,100,6,77],[13,102,6,79],[14,8,7,12,"subscriber"],[14,18,7,22],[14,19,7,23,"next"],[14,23,7,27],[14,24,7,28,"project"],[14,31,7,35],[14,32,7,36,"call"],[14,36,7,40],[14,37,7,41,"thisArg"],[14,44,7,48],[14,46,7,50,"value"],[14,51,7,55],[14,53,7,57,"index"],[14,58,7,62],[14,60,7,64],[14,61,7,65],[14,62,7,66],[15,6,8,8],[15,7,8,9],[15,8,8,10],[15,9,8,11],[16,4,9,4],[16,5,9,5],[16,6,9,6],[17,2,10,0],[18,0,10,1],[18,3]],"functionMap":{"names":["<global>","map","operate$argument_0","createOperatorSubscriber$argument_1"],"mappings":"AAA;OCE;mBCC;8DCE;SDE;KDC;CDC"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./Range.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":35,"index":35}}],"key":"jOds/d1rzV4gAYVv4j/H/TPpnO4=","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, \"RangeInclusive\", {\n enumerable: true,\n get: function () {\n return RangeInclusive;\n }\n });\n var _RangeJs = require(_dependencyMap[0], \"./Range.js\");\n class RangeInclusive extends _RangeJs.Range {\n constructor(registry, Type, value) {\n super(registry, Type, value, {\n rangeName: 'RangeInclusive'\n });\n }\n static with(Type) {\n return class extends RangeInclusive {\n constructor(registry, value) {\n super(registry, Type, value);\n }\n };\n }\n }\n});","lineCount":28,"map":[[7,2,2,0,"Object"],[7,8,2,0],[7,9,2,0,"defineProperty"],[7,23,2,0],[7,24,2,0,"exports"],[7,31,2,0],[8,4,2,0,"enumerable"],[8,14,2,0],[9,4,2,0,"get"],[9,7,2,0],[9,18,2,0,"get"],[9,19,2,0],[10,6,2,0],[10,13,2,0,"RangeInclusive"],[10,27,2,0],[11,4,2,0],[12,2,2,0],[13,2,1,0],[13,6,1,0,"_RangeJs"],[13,14,1,0],[13,17,1,0,"require"],[13,24,1,0],[13,25,1,0,"_dependencyMap"],[13,39,1,0],[14,2,2,7],[14,8,2,13,"RangeInclusive"],[14,22,2,27],[14,31,2,36,"Range"],[14,39,2,41],[14,40,2,41,"Range"],[14,45,2,41],[14,46,2,42],[15,4,3,4,"constructor"],[15,15,3,15,"constructor"],[15,16,3,16,"registry"],[15,24,3,24],[15,26,3,26,"Type"],[15,30,3,30],[15,32,3,32,"value"],[15,37,3,37],[15,39,3,39],[16,6,4,8],[16,11,4,13],[16,12,4,14,"registry"],[16,20,4,22],[16,22,4,24,"Type"],[16,26,4,28],[16,28,4,30,"value"],[16,33,4,35],[16,35,4,37],[17,8,4,39,"rangeName"],[17,17,4,48],[17,19,4,50],[18,6,4,67],[18,7,4,68],[18,8,4,69],[19,4,5,4],[20,4,6,4],[20,11,6,11,"with"],[20,15,6,15,"with"],[20,16,6,16,"Type"],[20,20,6,20],[20,22,6,22],[21,6,7,8],[21,13,7,15],[21,27,7,29,"RangeInclusive"],[21,41,7,43],[21,42,7,44],[22,8,8,12,"constructor"],[22,19,8,23,"constructor"],[22,20,8,24,"registry"],[22,28,8,32],[22,30,8,34,"value"],[22,35,8,39],[22,37,8,41],[23,10,9,16],[23,15,9,21],[23,16,9,22,"registry"],[23,24,9,30],[23,26,9,32,"Type"],[23,30,9,36],[23,32,9,38,"value"],[23,37,9,43],[23,38,9,44],[24,8,10,12],[25,6,11,8],[25,7,11,9],[26,4,12,4],[27,2,13,0],[28,0,13,1],[28,3]],"functionMap":{"names":["<global>","RangeInclusive","constructor","_with","<anonymous>"],"mappings":"AAA;OCC;ICC;KDE;IEC;eCC;YFC;aEE;SDC;KFC;CDC"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long