auto-commit for 3a02b3dd-cebb-4882-bfc5-dbb637e71a6d

This commit is contained in:
emergent-agent-e1
2025-11-08 10:27:44 +00:00
parent 0a8c0df2e1
commit 7ae3a6d0ec
1906 changed files with 1906 additions and 0 deletions
@@ -0,0 +1 @@
{"dependencies":[{"name":"../base/UInt.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":18,"index":117},"end":{"line":4,"column":44,"index":143}}],"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.u16 = void 0;\n const UInt_js_1 = require(_dependencyMap[0], \"../base/UInt.js\");\n /**\n * @name u16\n * @description\n * A 16-bit unsigned integer\n */\n class u16 extends UInt_js_1.UInt.with(16) {\n // NOTE without this, we cannot properly determine extensions\n __UIntType = 'u16';\n }\n exports.u16 = u16;\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,"u16"],[7,13,3,11],[7,16,3,14],[7,21,3,19],[7,22,3,20],[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,"u16"],[14,11,10,9],[14,20,10,18,"UInt_js_1"],[14,29,10,27],[14,30,10,28,"UInt"],[14,34,10,32],[14,35,10,33,"with"],[14,39,10,37],[14,40,10,38],[14,42,10,40],[14,43,10,41],[14,44,10,42],[15,4,11,4],[16,4,12,4,"__UIntType"],[16,14,12,14],[16,17,12,17],[16,22,12,22],[17,2,13,0],[18,2,14,0,"exports"],[18,9,14,7],[18,10,14,8,"u16"],[18,13,14,11],[18,16,14,14,"u16"],[18,19,14,17],[19,0,14,18],[19,3]],"functionMap":{"names":["<global>","u16"],"mappings":"AAA;ACS;CDG"},"hasCjsExports":true},"type":"js/module"}]}
@@ -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
File diff suppressed because one or more lines are too long
@@ -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 Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n /**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n var vibrate = pattern => {\n if ('vibrate' in window.navigator) {\n window.navigator.vibrate(pattern);\n }\n };\n var Vibration = {\n cancel() {\n vibrate(0);\n },\n vibrate(pattern) {\n if (pattern === void 0) {\n pattern = 400;\n }\n vibrate(pattern);\n }\n };\n var _default = Vibration;\n});","lineCount":40,"map":[[7,2,27,0,"Object"],[7,8,27,0],[7,9,27,0,"defineProperty"],[7,23,27,0],[7,24,27,0,"exports"],[7,31,27,0],[8,4,27,0,"enumerable"],[8,14,27,0],[9,4,27,0,"get"],[9,7,27,0],[9,18,27,0,"get"],[9,19,27,0],[10,6,27,0],[10,13,27,0,"_default"],[10,21,27,0],[11,4,27,0],[12,2,27,0],[13,2,1,0],[14,0,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[21,0,9,0],[23,2,11,0],[23,6,11,4,"vibrate"],[23,13,11,11],[23,16,11,14,"pattern"],[23,23,11,21],[23,27,11,25],[24,4,12,2],[24,8,12,6],[24,17,12,15],[24,21,12,19,"window"],[24,27,12,25],[24,28,12,26,"navigator"],[24,37,12,35],[24,39,12,37],[25,6,13,4,"window"],[25,12,13,10],[25,13,13,11,"navigator"],[25,22,13,20],[25,23,13,21,"vibrate"],[25,30,13,28],[25,31,13,29,"pattern"],[25,38,13,36],[25,39,13,37],[26,4,14,2],[27,2,15,0],[27,3,15,1],[28,2,16,0],[28,6,16,4,"Vibration"],[28,15,16,13],[28,18,16,16],[29,4,17,2,"cancel"],[29,10,17,8,"cancel"],[29,11,17,8],[29,13,17,11],[30,6,18,4,"vibrate"],[30,13,18,11],[30,14,18,12],[30,15,18,13],[30,16,18,14],[31,4,19,2],[31,5,19,3],[32,4,20,2,"vibrate"],[32,11,20,9,"vibrate"],[32,12,20,10,"pattern"],[32,19,20,17],[32,21,20,19],[33,6,21,4],[33,10,21,8,"pattern"],[33,17,21,15],[33,22,21,20],[33,27,21,25],[33,28,21,26],[33,30,21,28],[34,8,22,6,"pattern"],[34,15,22,13],[34,18,22,16],[34,21,22,19],[35,6,23,4],[36,6,24,4,"vibrate"],[36,13,24,11],[36,14,24,12,"pattern"],[36,21,24,19],[36,22,24,20],[37,4,25,2],[38,2,26,0],[38,3,26,1],[39,2,27,0],[39,6,27,0,"_default"],[39,14,27,0],[39,17,27,15,"Vibration"],[39,26,27,24],[40,0,27,25],[40,3]],"functionMap":{"names":["<global>","vibrate","Vibration.cancel","Vibration.vibrate"],"mappings":"AAA;cCU;CDI;EEE;GFE;EGC;GHK"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long