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":"../util/lift","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":13,"index":118},"end":{"line":4,"column":36,"index":141}}],"key":"QCxE0PdfaUm4cT9qPVYaaaoo46A=","exportNames":["*"],"imports":1}},{"name":"./OperatorSubscriber","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":27,"index":170},"end":{"line":5,"column":58,"index":201}}],"key":"5a4JxA+rxI0MIxewBKZddpWmHrQ=","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.skipWhile = void 0;\n var lift_1 = require(_dependencyMap[0], \"../util/lift\");\n var OperatorSubscriber_1 = require(_dependencyMap[1], \"./OperatorSubscriber\");\n function skipWhile(predicate) {\n return lift_1.operate(function (source, subscriber) {\n var taking = false;\n var index = 0;\n source.subscribe(OperatorSubscriber_1.createOperatorSubscriber(subscriber, function (value) {\n return (taking || (taking = !predicate(value, index++))) && subscriber.next(value);\n }));\n });\n }\n exports.skipWhile = skipWhile;\n});","lineCount":20,"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,"skipWhile"],[7,19,3,17],[7,22,3,20],[7,27,3,25],[7,28,3,26],[8,2,4,0],[8,6,4,4,"lift_1"],[8,12,4,10],[8,15,4,13,"require"],[8,22,4,20],[8,23,4,20,"_dependencyMap"],[8,37,4,20],[8,56,4,35],[8,57,4,36],[9,2,5,0],[9,6,5,4,"OperatorSubscriber_1"],[9,26,5,24],[9,29,5,27,"require"],[9,36,5,34],[9,37,5,34,"_dependencyMap"],[9,51,5,34],[9,78,5,57],[9,79,5,58],[10,2,6,0],[10,11,6,9,"skipWhile"],[10,20,6,18,"skipWhile"],[10,21,6,19,"predicate"],[10,30,6,28],[10,32,6,30],[11,4,7,4],[11,11,7,11,"lift_1"],[11,17,7,17],[11,18,7,18,"operate"],[11,25,7,25],[11,26,7,26],[11,36,7,36,"source"],[11,42,7,42],[11,44,7,44,"subscriber"],[11,54,7,54],[11,56,7,56],[12,6,8,8],[12,10,8,12,"taking"],[12,16,8,18],[12,19,8,21],[12,24,8,26],[13,6,9,8],[13,10,9,12,"index"],[13,15,9,17],[13,18,9,20],[13,19,9,21],[14,6,10,8,"source"],[14,12,10,14],[14,13,10,15,"subscribe"],[14,22,10,24],[14,23,10,25,"OperatorSubscriber_1"],[14,43,10,45],[14,44,10,46,"createOperatorSubscriber"],[14,68,10,70],[14,69,10,71,"subscriber"],[14,79,10,81],[14,81,10,83],[14,91,10,93,"value"],[14,96,10,98],[14,98,10,100],[15,8,10,102],[15,15,10,109],[15,16,10,110,"taking"],[15,22,10,116],[15,27,10,121,"taking"],[15,33,10,127],[15,36,10,130],[15,37,10,131,"predicate"],[15,46,10,140],[15,47,10,141,"value"],[15,52,10,146],[15,54,10,148,"index"],[15,59,10,153],[15,61,10,155],[15,62,10,156],[15,63,10,157],[15,68,10,162,"subscriber"],[15,78,10,172],[15,79,10,173,"next"],[15,83,10,177],[15,84,10,178,"value"],[15,89,10,183],[15,90,10,184],[16,6,10,186],[16,7,10,187],[16,8,10,188],[16,9,10,189],[17,4,11,4],[17,5,11,5],[17,6,11,6],[18,2,12,0],[19,2,13,0,"exports"],[19,9,13,7],[19,10,13,8,"skipWhile"],[19,19,13,17],[19,22,13,20,"skipWhile"],[19,31,13,29],[20,0,13,30],[20,3]],"functionMap":{"names":["<global>","skipWhile","lift_1.operate$argument_0","OperatorSubscriber_1.createOperatorSubscriber$argument_1"],"mappings":"AAA;ACK;0BCC;mFCG,wGD;KDC;CDC"},"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
File diff suppressed because one or more lines are too long
@@ -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"}]}