@operato/utils 2.0.0-alpha.0 → 2.0.0-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/src/adjust-list-param.d.ts +14 -0
  3. package/dist/src/adjust-list-param.js +8 -0
  4. package/dist/src/adjust-list-param.js.map +1 -1
  5. package/dist/src/async-lock.d.ts +13 -0
  6. package/dist/src/async-lock.js +13 -0
  7. package/dist/src/async-lock.js.map +1 -1
  8. package/dist/src/clipboard.d.ts +7 -0
  9. package/dist/src/clipboard.js +7 -0
  10. package/dist/src/clipboard.js.map +1 -1
  11. package/dist/src/closest-element.d.ts +7 -0
  12. package/dist/src/closest-element.js +7 -0
  13. package/dist/src/closest-element.js.map +1 -1
  14. package/dist/src/context-path.d.ts +15 -0
  15. package/dist/src/context-path.js +20 -0
  16. package/dist/src/context-path.js.map +1 -1
  17. package/dist/src/cookie.d.ts +18 -0
  18. package/dist/src/cookie.js +18 -0
  19. package/dist/src/cookie.js.map +1 -1
  20. package/dist/src/detect-overflow.d.ts +6 -0
  21. package/dist/src/detect-overflow.js +6 -0
  22. package/dist/src/detect-overflow.js.map +1 -1
  23. package/dist/src/format.d.ts +12 -0
  24. package/dist/src/format.js +12 -0
  25. package/dist/src/format.js.map +1 -1
  26. package/dist/src/logger.d.ts +15 -0
  27. package/dist/src/logger.js +15 -3
  28. package/dist/src/logger.js.map +1 -1
  29. package/dist/src/mixins/infinite-scrollable.d.ts +24 -0
  30. package/dist/src/mixins/infinite-scrollable.js +24 -0
  31. package/dist/src/mixins/infinite-scrollable.js.map +1 -1
  32. package/dist/src/os.d.ts +4 -0
  33. package/dist/src/os.js +4 -0
  34. package/dist/src/os.js.map +1 -1
  35. package/dist/src/password-pattern.d.ts +15 -0
  36. package/dist/src/password-pattern.js +15 -0
  37. package/dist/src/password-pattern.js.map +1 -1
  38. package/dist/src/stringify-bignum.d.ts +11 -0
  39. package/dist/src/stringify-bignum.js +11 -0
  40. package/dist/src/stringify-bignum.js.map +1 -1
  41. package/dist/src/timecapsule/snapshot-taker.d.ts +31 -0
  42. package/dist/src/timecapsule/snapshot-taker.js +36 -3
  43. package/dist/src/timecapsule/snapshot-taker.js.map +1 -1
  44. package/dist/src/timecapsule/timecapsule.d.ts +50 -0
  45. package/dist/src/timecapsule/timecapsule.js +50 -3
  46. package/dist/src/timecapsule/timecapsule.js.map +1 -1
  47. package/dist/tsconfig.tsbuildinfo +1 -1
  48. package/package.json +2 -2
  49. package/src/adjust-list-param.ts +20 -0
  50. package/src/async-lock.ts +13 -0
  51. package/src/clipboard.ts +7 -0
  52. package/src/closest-element.ts +8 -0
  53. package/src/context-path.ts +20 -0
  54. package/src/cookie.ts +18 -0
  55. package/src/detect-overflow.ts +6 -0
  56. package/src/format.ts +12 -0
  57. package/src/logger.ts +15 -4
  58. package/src/mixins/infinite-scrollable.ts +24 -0
  59. package/src/os.ts +4 -0
  60. package/src/password-pattern.ts +15 -0
  61. package/src/stringify-bignum.ts +12 -0
  62. package/src/timecapsule/snapshot-taker.ts +41 -4
  63. package/src/timecapsule/timecapsule.ts +50 -4
@@ -1 +1 @@
1
- {"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/tslib/tslib.d.ts","../src/adjust-list-param.ts","../src/async-lock.ts","../src/checker.ts","../src/clipboard.ts","../src/closest-element.ts","../src/context-path.ts","../src/cookie.ts","../src/detect-overflow.ts","../src/encode-form-params.ts","../src/file-drop-helper.ts","../src/format.ts","../src/fullscreen.ts","../src/sleep.ts","../src/os.ts","../src/swipe-listener.ts","../src/parse-jwt.ts","../src/password-pattern.ts","../src/logger.ts","../../../node_modules/@types/lodash/common/common.d.ts","../../../node_modules/@types/lodash/common/array.d.ts","../../../node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/@types/lodash/common/date.d.ts","../../../node_modules/@types/lodash/common/function.d.ts","../../../node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/@types/lodash/common/math.d.ts","../../../node_modules/@types/lodash/common/number.d.ts","../../../node_modules/@types/lodash/common/object.d.ts","../../../node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/@types/lodash/common/string.d.ts","../../../node_modules/@types/lodash/common/util.d.ts","../../../node_modules/@types/lodash/index.d.ts","../../../node_modules/@types/lodash-es/debounce.d.ts","../src/timecapsule/snapshot-taker.ts","../src/timecapsule/timecapsule.ts","../src/timecapsule/index.ts","../src/is-unvalued.ts","../src/stringify-bignum.ts","../src/index.ts","../src/mixins/infinite-scrollable.ts","../src/mixins/index.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@types/mocha/index.d.ts"],"fileInfos":[{"version":"f33e5332b24c3773e930e212cbb8b6867c8ba3ec4492064ea78e55a524d57450","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","26f2f787e82c4222710f3b676b4d83eb5ad0a72fa7b746f03449e7a026ce5073","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"21e41a76098aa7a191028256e52a726baafd45a925ea5cf0222eb430c96c1d83","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"e0275cd0e42990dc3a16f0b7c8bca3efe87f1c8ad404f80c6db1c7c0b828c59f","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"acae90d417bee324b1372813b5a00829d31c7eb670d299cd7f8f9a648ac05688","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"7a1971efcba559ea9002ada4c4e3c925004fb67a755300d53b5edf9399354900",{"version":"faa0bc1a62dda196140c3384f5d9bb1af3e99064f730043c93cbbc5fc8c5d7fa","signature":"28b3ab6f54b290c19897dff3d4346b7f1caf6e7d2057119ec6332dc1ddf25e85"},{"version":"e34b0ee2ec8cc38cdeada65b0995ad8718b6f6cfde647135a23a593bb8a7969c","signature":"7bc8c357aad90fb446b9baa522b1bed5901d1a1cbc59a7a658d64546c97999b4"},{"version":"679a664272f576edc7a22e5d35e1a050634eac2f0a2564c704f380e653e4f4b7","signature":"13a5d8ec52111b64ed8fdcb47ab664b60085733c46c44aede33fd2926840ac31"},{"version":"42aa4704a3d5a72f3043afbb1e3bd977360678823c4755fd8b1182fe8e9228c8","signature":"572e62cf5f264524b956685124bdbfd9651c8f628129b627080657281090ea43"},{"version":"85573ed05c22739025d15d9e1eedd0314063dd1ec16e9a566911f6db2791a01e","signature":"90feb2c17c1fd53720e1dd8738c6660aa14402394bb30caed6f2a7cdd54fea40"},{"version":"37fbe16da11749332dd0898c6e623dcf3f0b8113738523e6c71950397290f74b","signature":"97148bcf59cdf0e725f81c39df7acd2174a4edf5f739b275669f4d58c8bdce47"},{"version":"aa509d91176c509dc6cf58a92abad06de29b9cf55bf74a300bfddc7bc8a772bd","signature":"1af57b9c3dfcb7ced92c247d202b6633b57803511794de4f9d68e331fcb21963"},{"version":"0475cae2f2c18a258b1494822bd43f7051df50515385edd3b99c72b0e3301ed5","signature":"75f8b003f4362cb9a9e1d9d8b00c6a1e866868f05b27ede146dd8830b675bdf7"},{"version":"8e8f663fe7c4665c984072bb694c8bd5303afb5bc64ebc1edfb7637677dcc80d","signature":"cb2de9f1d7d286191834eeb331d23dc69eeb322745114ddad1695e4c575b5feb"},{"version":"69ef8de8a4e2551f1a0e21d82a04d233fb5d7d8a1f8db661a1a18e880b4e7545","signature":"4d5e201faa4bceca840b652dfc10795170c061f498e19429a06e056490aa69aa"},{"version":"625b794538a83aac4f097b80fff3a0a89cdc739f47cf23b4ff62927eb4d003c4","signature":"c8f7da57a17479145ea922b90a1efb2ff8e8096992bb0a4658606c9fbd944efc"},{"version":"b18b9acb5cff76a70fec4f1effd260b9f956bba6edb28c1e160979f0b9a51dd6","signature":"85e0f00b17c3ae8cd88438c754a2c43f4a9361e685b97a70e52e33afbf62488f"},{"version":"d9e51838c1aa2a91b7d2a495adb92ab70eb35c81fcd3b359c2509903958bf3f8","signature":"05cfea0488751015b0b85911b6cdcde7c6cebdd9b8cada1ec0b5c1736357a552"},{"version":"70012477dafa4a6ef4534d1960ffd65d6660367eb931495c15ee51ae580452c6","signature":"fc5a5d8060efb1270b9d98ce50e6eb8900cc5229603d7afb73c7f4b4272e0d9c"},{"version":"d1d0e3e5bd9e070e932c938bd580da6fce3b6a9e230b7156584f7b38ce3a9c4e","signature":"f8c86fcbfb0a1e69a0ed28d3249cc33c312fa23a39c17e15cbbcc539bdcdc303"},{"version":"f1f7164489347eacf6f1239bcae173a72047ee9be4ba8cd7f4f6af42e8155ce8","signature":"39d2d450df6efbf38585fd316f18922c8ac3fdfd4c3fc412d0bee34e2bc86378"},{"version":"75c214d02f82e035a0dc7ca93601b3ddecd4a723d32d1d9f45bd429debbc36f9","signature":"7470dedadf72566f57f46fa8a8950afe388a4e90935b4e4b3d33add9a611929d"},{"version":"ea1aa58b3e54ef656be66b5615f8e3d8d076060e906937e4d9063a5bcd652137","signature":"68391329bed26aa9e829a7e2e7870aa93c3241111e529b6052b9dbf962896401"},"b8442e9db28157344d1bc5d8a5a256f1692de213f0c0ddeb84359834015a008c","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","6f294731b495c65ecf46a5694f0082954b961cf05463bea823f8014098eaffa0","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","68a0d0c508e1b6d8d23a519a8a0a3303dc5baa4849ca049f21e5bad41945e3fc","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","a862dcb740371257e3dae1ab379b0859edcb5119484f8359a5e6fb405db9e12e",{"version":"3a5b589a7d548d2cad6407a7c0d0b5710a4d0ba60ef3a98f52526dd46490ae31","signature":"7b61337d7e26f5f9329b74dffb93941388d97b78282f611363d8dafa37d0a2a0"},{"version":"48bae6e2098c745f770e2a65e559c350c8915d4ae6e0e878382d32c6fde4062e","signature":"70926949fb828e317443687c9f3b5288e1ef6ec1e5130c1001f406b4ba3665ff"},{"version":"b3725f31a113200e0a0266278f33e64ba879874b0acf6837054f9acd34719588","signature":"f499d7fb533781939c7a5ab778ac6e6c8ffe65601b1a61a843c36ee0013f05b6"},{"version":"4d8db0ef58073a950c6a985b0d1313a358c888e491d5d9a4d5a0777d84351c9a","signature":"1e73d612f806d183d6c16c4135c16c1a14dd827c1a67097e72ab1841852bfcb9"},{"version":"0cfdae18bf02b58a02093c146cb8b821abf7ad00ea5cac117198103b504a16fa","signature":"f39f94e8457643c4a7361d5a7330c705ae5921067b639228af3e961b9b71ae6f"},{"version":"cdfd2f0a8745d769be651be12c4a5639c0dc9c5cad57d8305ac765ab840d34be","signature":"3d756f378335d282346d9c6d93a05f6f6c884ac93aaa67525c7d127ce9454c9d"},{"version":"a0f5494d4917529e5d9ed43393ed26ab72f012b0d2cc90e9e3d0bde9a8d37b1c","signature":"76a1d0e1e8a62f0c83656ab8ecc08a558a88fdee7d3bb0cf8955112d67e2890a"},{"version":"14fd84e1f3037c24aa5e5c9b6c4250e9effeea0fae526277c8ac4890310273c6","signature":"2045cb057c6163f5d5bb4d12655bb1449383952bcd3b7a7a62b2848e420245c1"},"efc7d584a33fe3422847783d228f315c4cd1afe74bd7cf8e3f0e4c1125129fef","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"185282b122cbca820c297a02a57b89cf5967ab43e220e3e174d872d3f9a94d2c","affectsGlobalScope":true},"16d74fe4d8e183344d3beb15d48b123c5980ff32ff0cc8c3b96614ddcdf9b239","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"41fb2a1c108fbf46609ce5a451b7ec78eb9b5ada95fd5b94643e4b26397de0b3","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","06f613ad82b49f264a12e30977e791d5b0addf9d8d1d18cd135c402928ff0607","285e512c7a0db217a0599e18c462d565fa35be4a5153dd7b80bee88c83e83ddf","b5b719a47968cd61a6f83f437236bb6fe22a39223b6620da81ef89f5d7a78fb7","8806ae97308ef26363bd7ec8071bca4d07fb575f905ee3d8a91aff226df6d618","af5bf1db6f1804fb0069039ae77a05d60133c77a2158d9635ea27b6bb2828a8f","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"7ae9dc7dbb58cd843065639707815df85c044babaa0947116f97bdb824d07204","affectsGlobalScope":true},"7aae1df2053572c2cfc2089a77847aadbb38eedbaa837a846c6a49fb37c6e5bd","313a0b063f5188037db113509de1b934a0e286f14e9479af24fada241435e707","1f758340b027b18ae8773ac3d33a60648a2af49eaae9e4fde18d0a0dd608642c","87ef1a23caa071b07157c72077fa42b86d30568f9dc9e31eed24d5d14fc30ba8","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","21773f5ac69ddf5a05636ba1f50b5239f4f2d27e4420db147fc2f76a5ae598ac",{"version":"dea4c00820d4fac5e530d4842aed2fb20d6744d75a674b95502cbd433f88bcb0","affectsGlobalScope":true},"a5fe4cc622c3bf8e09ababde5f4096ceac53163eefcd95e9cd53f062ff9bb67a","45b1053e691c5af9bfe85060a3e1542835f8d84a7e6e2e77ca305251eda0cb3c","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"0d832a0650a74aafc276cb3f7bb26bde2e2270a6f87e6c871a64122e9203079b","affectsGlobalScope":true},{"version":"c6f3869f12bb5c3bb8ecd0b050ea20342b89b944eae18d313cde6b0ccc0925d7","affectsGlobalScope":true},"8abd0566d2854c4bd1c5e48e05df5c74927187f1541e6770001d9637ac41542e","d742ed2db6d5425b3b6ac5fb1f2e4b1ed2ae74fbeee8d0030d852121a4b05d2f","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","8221b00f271cf7f535a8eeec03b0f80f0929c7a16116e2d2df089b41066de69b","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","f8c87b19eae111f8720b0345ab301af8d81add39621b63614dfc2d15fd6f140a","831c22d257717bf2cbb03afe9c4bcffc5ccb8a2074344d4238bf16d3a857bb12",{"version":"2225100373ca3d63bcc7f206e1177152d2e2161285a0bd83c8374db1503a0d1f","affectsGlobalScope":true},{"version":"7052b7b0c3829df3b4985bab2fd74531074b4835d5a7b263b75c82f0916ad62f","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","eefcdf86cefff36e5d87de36a3638ab5f7d16c2b68932be4a72c14bb924e43c1","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"4d0405568cf6e0ff36a4861c4a77e641366feaefa751600b0a4d12a5e8f730a8","affectsGlobalScope":true},{"version":"f5b5dc128973498b75f52b1b8c2d5f8629869104899733ae485100c2309b4c12","affectsGlobalScope":true},"e393915d3dc385e69c0e2390739c87b2d296a610662eb0b1cb85224e55992250","79bad8541d5779c85e82a9fb119c1fe06af77a71cc40f869d62ad379473d4b75","4a34b074b11c3597fb2ff890bc8f1484375b3b80793ab01f974534808d5777c7",{"version":"629d20681ca284d9e38c0a019f647108f5fe02f9c59ac164d56f5694fc3faf4d","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447",{"version":"0ea93d01083b3d5863cc98cb589b5d0eac55d14417487f9e5e455dfa0b17c660","affectsGlobalScope":true}],"root":[[47,64],[79,86]],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./","rootDir":"..","sourceMap":true,"strict":true,"target":5,"useDefineForClassFields":false},"fileIdsList":[[77],[65,67,68,69,70,71,72,73,74,75,76,77],[65,66,68,69,70,71,72,73,74,75,76,77],[66,67,68,69,70,71,72,73,74,75,76,77],[65,66,67,69,70,71,72,73,74,75,76,77],[65,66,67,68,70,71,72,73,74,75,76,77],[65,66,67,68,69,71,72,73,74,75,76,77],[65,66,67,68,69,70,72,73,74,75,76,77],[65,66,67,68,69,70,71,73,74,75,76,77],[65,66,67,68,69,70,71,72,74,75,76,77],[65,66,67,68,69,70,71,72,73,75,76,77],[65,66,67,68,69,70,71,72,73,74,76,77],[65,66,67,68,69,70,71,72,73,74,75,77],[65,66,67,68,69,70,71,72,73,74,75,76],[87],[123],[124,129,157],[125,136,137,144,154,165],[125,126,136,144],[127,166],[128,129,137,145],[129,154,162],[130,132,136,144],[131],[132,133],[136],[134,136],[123,136],[136,137,138,154,165],[136,137,138,151,154,157],[121,124,170],[132,136,139,144,154,165],[136,137,139,140,144,154,162,165],[139,141,154,162,165],[87,88,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172],[136,142],[143,165,170],[132,136,144,154],[145],[146],[123,147],[148,164,170],[149],[150],[136,151,152],[151,153,166,168],[124,136,154,155,156,157],[124,154,156],[154,155],[157],[158],[123,154],[136,160,161],[160,161],[129,144,154,162],[163],[144,164],[124,139,150,165],[129,166],[154,167],[143,168],[169],[124,129,136,138,147,154,165,168,170],[154,171],[98,102,165],[98,154,165],[93],[95,98,162,165],[144,162],[173],[93,173],[95,98,144,165],[90,91,94,97,124,136,154,165],[90,96],[94,98,124,157,165,173],[124,173],[114,124,173],[92,93,173],[98],[92,93,94,95,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,112,113,115,116,117,118,119,120],[98,105,106],[96,98,106,107],[97],[90,93,98],[98,102,106,107],[102],[96,98,101,165],[90,95,96,98,102,105],[124,154],[93,98,114,124,170,173],[46],[46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,81,82,83],[46,85],[46,78],[46,79,80],[46,78,80],[46,64,79],[47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,81,82,83],[85],[79,80],[80],[79]],"referencedMap":[[78,1],[66,2],[67,3],[65,4],[68,5],[69,6],[70,7],[71,8],[72,9],[73,10],[74,11],[75,12],[76,13],[77,14],[87,15],[88,15],[123,16],[124,17],[125,18],[126,19],[127,20],[128,21],[129,22],[130,23],[131,24],[132,25],[133,25],[135,26],[134,27],[136,28],[137,29],[138,30],[122,31],[139,32],[140,33],[141,34],[173,35],[142,36],[143,37],[144,38],[145,39],[146,40],[147,41],[148,42],[149,43],[150,44],[151,45],[152,45],[153,46],[154,47],[156,48],[155,49],[157,50],[158,51],[159,52],[160,53],[161,54],[162,55],[163,56],[164,57],[165,58],[166,59],[167,60],[168,61],[169,62],[170,63],[171,64],[105,65],[112,66],[104,65],[119,67],[96,68],[95,69],[118,70],[113,71],[116,72],[98,73],[97,74],[93,75],[92,76],[115,77],[94,78],[99,79],[103,79],[121,80],[120,79],[107,81],[108,82],[110,83],[106,84],[109,85],[114,70],[101,86],[102,87],[111,88],[91,89],[117,90],[47,91],[48,91],[49,91],[50,91],[51,91],[52,91],[53,91],[54,91],[55,91],[56,91],[57,91],[58,91],[84,92],[82,91],[64,91],[86,93],[85,94],[60,91],[62,91],[63,91],[59,91],[83,91],[61,91],[81,95],[79,96],[80,97]],"exportedModulesMap":[[78,1],[66,2],[67,3],[65,4],[68,5],[69,6],[70,7],[71,8],[72,9],[73,10],[74,11],[75,12],[76,13],[77,14],[87,15],[88,15],[123,16],[124,17],[125,18],[126,19],[127,20],[128,21],[129,22],[130,23],[131,24],[132,25],[133,25],[135,26],[134,27],[136,28],[137,29],[138,30],[122,31],[139,32],[140,33],[141,34],[173,35],[142,36],[143,37],[144,38],[145,39],[146,40],[147,41],[148,42],[149,43],[150,44],[151,45],[152,45],[153,46],[154,47],[156,48],[155,49],[157,50],[158,51],[159,52],[160,53],[161,54],[162,55],[163,56],[164,57],[165,58],[166,59],[167,60],[168,61],[169,62],[170,63],[171,64],[105,65],[112,66],[104,65],[119,67],[96,68],[95,69],[118,70],[113,71],[116,72],[98,73],[97,74],[93,75],[92,76],[115,77],[94,78],[99,79],[103,79],[121,80],[120,79],[107,81],[108,82],[110,83],[106,84],[109,85],[114,70],[101,86],[102,87],[111,88],[91,89],[117,90],[84,98],[86,99],[85,1],[81,100],[79,101],[80,102]],"semanticDiagnosticsPerFile":[78,66,67,65,68,69,70,71,72,73,74,75,76,77,174,87,88,123,124,125,126,127,128,129,130,131,132,133,135,134,136,137,138,122,172,139,140,141,173,142,143,144,145,146,147,148,149,150,151,152,153,154,156,155,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,89,46,44,45,8,10,9,2,11,12,13,14,15,16,17,18,3,4,19,23,20,21,22,24,25,26,5,27,28,29,30,6,34,31,32,33,35,7,36,41,42,37,38,39,40,1,43,105,112,104,119,96,95,118,113,116,98,97,93,92,115,94,99,100,103,90,121,120,107,108,110,106,109,114,101,102,111,91,117,47,48,49,50,51,52,53,54,55,56,57,58,84,82,64,86,85,60,62,63,59,83,61,81,79,80]},"version":"5.3.3"}
1
+ {"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/tslib/tslib.d.ts","../src/adjust-list-param.ts","../src/async-lock.ts","../src/checker.ts","../src/clipboard.ts","../src/closest-element.ts","../src/context-path.ts","../src/cookie.ts","../src/detect-overflow.ts","../src/encode-form-params.ts","../src/file-drop-helper.ts","../src/format.ts","../src/fullscreen.ts","../src/sleep.ts","../src/os.ts","../src/swipe-listener.ts","../src/parse-jwt.ts","../src/password-pattern.ts","../src/logger.ts","../../../node_modules/@types/lodash/common/common.d.ts","../../../node_modules/@types/lodash/common/array.d.ts","../../../node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/@types/lodash/common/date.d.ts","../../../node_modules/@types/lodash/common/function.d.ts","../../../node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/@types/lodash/common/math.d.ts","../../../node_modules/@types/lodash/common/number.d.ts","../../../node_modules/@types/lodash/common/object.d.ts","../../../node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/@types/lodash/common/string.d.ts","../../../node_modules/@types/lodash/common/util.d.ts","../../../node_modules/@types/lodash/index.d.ts","../../../node_modules/@types/lodash-es/debounce.d.ts","../src/timecapsule/snapshot-taker.ts","../src/timecapsule/timecapsule.ts","../src/timecapsule/index.ts","../src/is-unvalued.ts","../src/stringify-bignum.ts","../src/index.ts","../src/mixins/infinite-scrollable.ts","../src/mixins/index.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@types/mocha/index.d.ts"],"fileInfos":[{"version":"f33e5332b24c3773e930e212cbb8b6867c8ba3ec4492064ea78e55a524d57450","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","26f2f787e82c4222710f3b676b4d83eb5ad0a72fa7b746f03449e7a026ce5073","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"21e41a76098aa7a191028256e52a726baafd45a925ea5cf0222eb430c96c1d83","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"e0275cd0e42990dc3a16f0b7c8bca3efe87f1c8ad404f80c6db1c7c0b828c59f","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"acae90d417bee324b1372813b5a00829d31c7eb670d299cd7f8f9a648ac05688","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"7a1971efcba559ea9002ada4c4e3c925004fb67a755300d53b5edf9399354900",{"version":"973ff19d4b21d528741d19ef8ae1a6192806e7fbe18e2b414dae6a5eb4ce1c18","signature":"098ec42cd54c2b3354584c4fe8ad143040114891dde762741522b62788772f0d"},{"version":"3c004a51a1d43261e6411e7c6934185e3f2f66126c64c0817b5b9181870086e2","signature":"f5800813e5c0d6c27d73b76f2c99f39bdfd6229d03553a8a9ae485f6aeb94425"},{"version":"679a664272f576edc7a22e5d35e1a050634eac2f0a2564c704f380e653e4f4b7","signature":"13a5d8ec52111b64ed8fdcb47ab664b60085733c46c44aede33fd2926840ac31"},{"version":"c65636fa3cea14ad6a96f3c01bcc30d9f83c6e6095864b5e20190fef7d0e30eb","signature":"7fcb76be88d4a64f6318b5a24b57021d7463f24485a3d1a931bf664c7e437534"},{"version":"e16b98f53c89fc764db968b0ef9dce28a0f0d039439851eea30fab962ca2cdeb","signature":"7efea6f2270a14f1b0d5f472f2a6fcb0a97beb677299e10b073cc2abdabeef51"},{"version":"4c7799288b1bd167612ecedf9fe0f2563904ce78809c161536799a16b1b15901","signature":"6cf5098c7bf0c14358b656edd6103df1ae9f8c6a94abca9df8650c2b520d8096"},{"version":"644c5f408a19dac2fb6e89eae85ff930d51a88414da6e762e572f49eecb81ab4","signature":"dc2461db89dde29306a73a2926e2cf874e981ef034412f4d1e3d06d45bb3127e"},{"version":"fb5c88564856d19073cfc997a693b78cc811c7d9ccf5562b1b72b8edf96d637d","signature":"385679adcfaaa1b561983bd5ae140b4db1e360a534f9685ee87f5019540c9ce8"},{"version":"8e8f663fe7c4665c984072bb694c8bd5303afb5bc64ebc1edfb7637677dcc80d","signature":"cb2de9f1d7d286191834eeb331d23dc69eeb322745114ddad1695e4c575b5feb"},{"version":"69ef8de8a4e2551f1a0e21d82a04d233fb5d7d8a1f8db661a1a18e880b4e7545","signature":"4d5e201faa4bceca840b652dfc10795170c061f498e19429a06e056490aa69aa"},{"version":"4f3fc5607259633875df57067d72509cbceb362775f4985462e6b2244baac6c4","signature":"940995980343a2bfebf515240e5eec487f845002a089bee0d18656ebf61d59aa"},{"version":"b18b9acb5cff76a70fec4f1effd260b9f956bba6edb28c1e160979f0b9a51dd6","signature":"85e0f00b17c3ae8cd88438c754a2c43f4a9361e685b97a70e52e33afbf62488f"},{"version":"d9e51838c1aa2a91b7d2a495adb92ab70eb35c81fcd3b359c2509903958bf3f8","signature":"05cfea0488751015b0b85911b6cdcde7c6cebdd9b8cada1ec0b5c1736357a552"},{"version":"a1953ae5bbf52b027ed3044bf32024e21994345c8a05d0aaa3902e08c033c803","signature":"ee11b7061adce4a1c0370620949a57851215b152a5632d2faf1aedbc90ad0520"},{"version":"d1d0e3e5bd9e070e932c938bd580da6fce3b6a9e230b7156584f7b38ce3a9c4e","signature":"f8c86fcbfb0a1e69a0ed28d3249cc33c312fa23a39c17e15cbbcc539bdcdc303"},{"version":"f1f7164489347eacf6f1239bcae173a72047ee9be4ba8cd7f4f6af42e8155ce8","signature":"39d2d450df6efbf38585fd316f18922c8ac3fdfd4c3fc412d0bee34e2bc86378"},{"version":"995abaa0980d5f0e01b0c4723c203194a3ea4b289ea814afdcc6ec9df478488c","signature":"4dcdfe4c18557fc02d8cb22cb422cb98bfeba8158aaf18cc66f9d99293ebe2c8"},{"version":"2d95c27112bfd3344d29539192bbdd69996f276fb24e061932d8043f3a9ef26f","signature":"bc971f58cf8cef65c3e5a4d37539b96e1f8d19b5c662e9ab796b62c9a63cc0c0"},"b8442e9db28157344d1bc5d8a5a256f1692de213f0c0ddeb84359834015a008c","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","6f294731b495c65ecf46a5694f0082954b961cf05463bea823f8014098eaffa0","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","68a0d0c508e1b6d8d23a519a8a0a3303dc5baa4849ca049f21e5bad41945e3fc","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","a862dcb740371257e3dae1ab379b0859edcb5119484f8359a5e6fb405db9e12e",{"version":"c169e9579cc2e83f78561e54b8e76d8474f28f01606dfc622823a8bb6478a2eb","signature":"3df6a0e8bdb7199dff6cf75c0250316f06b87c982bb47460960a1c5a793f5ca6"},{"version":"fb6284b223f3580ff8a5bc75b24824f80ea7b2f32afcae4aee7c6bd73802179c","signature":"b3238dd00b7796eda3f507726e9882a55ff7043b249be8309abed22cfb7d7463"},{"version":"b3725f31a113200e0a0266278f33e64ba879874b0acf6837054f9acd34719588","signature":"f499d7fb533781939c7a5ab778ac6e6c8ffe65601b1a61a843c36ee0013f05b6"},{"version":"4d8db0ef58073a950c6a985b0d1313a358c888e491d5d9a4d5a0777d84351c9a","signature":"1e73d612f806d183d6c16c4135c16c1a14dd827c1a67097e72ab1841852bfcb9"},{"version":"8e485e375afaab51fdf32972879fa40758471dc93fc9c2484ad16542fd9a8fdb","signature":"30046b0787c577061d43e498b507da8a249fbc58bbe33a09a7bef777e1d5fb67"},{"version":"cdfd2f0a8745d769be651be12c4a5639c0dc9c5cad57d8305ac765ab840d34be","signature":"3d756f378335d282346d9c6d93a05f6f6c884ac93aaa67525c7d127ce9454c9d"},{"version":"f9520a64036c4378b6617c0e414d8f02f5ce3bcc2a7b0a929a319e7e3f9c6800","signature":"156f461ef172e70226132dc36df4b72f7e77ae88523aaad9f0440307a53bda36"},{"version":"14fd84e1f3037c24aa5e5c9b6c4250e9effeea0fae526277c8ac4890310273c6","signature":"2045cb057c6163f5d5bb4d12655bb1449383952bcd3b7a7a62b2848e420245c1"},"efc7d584a33fe3422847783d228f315c4cd1afe74bd7cf8e3f0e4c1125129fef","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"e2eb1ce13a9c0fa7ab62c63909d81973ef4b707292667c64f1e25e6e53fa7afa","affectsGlobalScope":true},"16d74fe4d8e183344d3beb15d48b123c5980ff32ff0cc8c3b96614ddcdf9b239","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"41fb2a1c108fbf46609ce5a451b7ec78eb9b5ada95fd5b94643e4b26397de0b3","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","1b282e90846fada1e96dc1cf5111647d6ab5985c8d7b5c542642f1ea2739406d","bd3f5d05b6b5e4bfcea7739a45f3ffb4a7f4a3442ba7baf93e0200799285b8f1","4c775c2fccabf49483c03cd5e3673f87c1ffb6079d98e7b81089c3def79e29c6","8806ae97308ef26363bd7ec8071bca4d07fb575f905ee3d8a91aff226df6d618","af5bf1db6f1804fb0069039ae77a05d60133c77a2158d9635ea27b6bb2828a8f","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"7ae9dc7dbb58cd843065639707815df85c044babaa0947116f97bdb824d07204","affectsGlobalScope":true},"7aae1df2053572c2cfc2089a77847aadbb38eedbaa837a846c6a49fb37c6e5bd","313a0b063f5188037db113509de1b934a0e286f14e9479af24fada241435e707","f1ace2d2f98429e007d017c7a445efad2aaebf8233135abdb2c88b8c0fef91ab","87ef1a23caa071b07157c72077fa42b86d30568f9dc9e31eed24d5d14fc30ba8","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","21773f5ac69ddf5a05636ba1f50b5239f4f2d27e4420db147fc2f76a5ae598ac",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"a5fe4cc622c3bf8e09ababde5f4096ceac53163eefcd95e9cd53f062ff9bb67a","45b1053e691c5af9bfe85060a3e1542835f8d84a7e6e2e77ca305251eda0cb3c","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"ae5507fc333d637dec9f37c6b3f4d423105421ea2820a64818de55db85214d66","affectsGlobalScope":true},{"version":"0666f4c99b8688c7be5956df8fecf5d1779d3b22f8f2a88258ae7072c7b6026f","affectsGlobalScope":true},"8abd0566d2854c4bd1c5e48e05df5c74927187f1541e6770001d9637ac41542e","54e854615c4eafbdd3fd7688bd02a3aafd0ccf0e87c98f79d3e9109f047ce6b8","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","8221b00f271cf7f535a8eeec03b0f80f0929c7a16116e2d2df089b41066de69b","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","7424817d5eb498771e6d1808d726ec38f75d2eaf3fa359edd5c0c540c52725c1","831c22d257717bf2cbb03afe9c4bcffc5ccb8a2074344d4238bf16d3a857bb12",{"version":"bddce945d552a963c9733db106b17a25474eefcab7fc990157a2134ef55d4954","affectsGlobalScope":true},{"version":"7052b7b0c3829df3b4985bab2fd74531074b4835d5a7b263b75c82f0916ad62f","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","eefcdf86cefff36e5d87de36a3638ab5f7d16c2b68932be4a72c14bb924e43c1","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"4d0405568cf6e0ff36a4861c4a77e641366feaefa751600b0a4d12a5e8f730a8","affectsGlobalScope":true},{"version":"f5b5dc128973498b75f52b1b8c2d5f8629869104899733ae485100c2309b4c12","affectsGlobalScope":true},"e393915d3dc385e69c0e2390739c87b2d296a610662eb0b1cb85224e55992250","79bad8541d5779c85e82a9fb119c1fe06af77a71cc40f869d62ad379473d4b75","8013f6c4d1632da8f1c4d3d702ae559acccd0f1be05360c31755f272587199c9",{"version":"629d20681ca284d9e38c0a019f647108f5fe02f9c59ac164d56f5694fc3faf4d","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447",{"version":"0ea93d01083b3d5863cc98cb589b5d0eac55d14417487f9e5e455dfa0b17c660","affectsGlobalScope":true}],"root":[[47,64],[79,86]],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./","rootDir":"..","sourceMap":true,"strict":true,"target":5,"useDefineForClassFields":false},"fileIdsList":[[77],[65,67,68,69,70,71,72,73,74,75,76,77],[65,66,68,69,70,71,72,73,74,75,76,77],[66,67,68,69,70,71,72,73,74,75,76,77],[65,66,67,69,70,71,72,73,74,75,76,77],[65,66,67,68,70,71,72,73,74,75,76,77],[65,66,67,68,69,71,72,73,74,75,76,77],[65,66,67,68,69,70,72,73,74,75,76,77],[65,66,67,68,69,70,71,73,74,75,76,77],[65,66,67,68,69,70,71,72,74,75,76,77],[65,66,67,68,69,70,71,72,73,75,76,77],[65,66,67,68,69,70,71,72,73,74,76,77],[65,66,67,68,69,70,71,72,73,74,75,77],[65,66,67,68,69,70,71,72,73,74,75,76],[87],[123],[124,129,157],[125,136,137,144,154,165],[125,126,136,144],[127,166],[128,129,137,145],[129,154,162],[130,132,136,144],[123,131],[132,133],[136],[134,136],[123,136],[136,137,138,154,165],[136,137,138,151,154,157],[121,124,170],[132,136,139,144,154,165],[136,137,139,140,144,154,162,165],[139,141,154,162,165],[87,88,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172],[136,142],[143,165,170],[132,136,144,154],[145],[146],[123,147],[148,164,170],[149],[150],[136,151,152],[151,153,166,168],[124,136,154,155,156,157],[124,154,156],[154,155],[157],[158],[123,154],[136,160,161],[160,161],[129,144,154,162],[163],[144,164],[124,139,150,165],[129,166],[154,167],[143,168],[169],[124,129,136,138,147,154,165,168,170],[154,171],[98,102,165],[98,154,165],[93],[95,98,162,165],[144,162],[173],[93,173],[95,98,144,165],[90,91,94,97,124,136,154,165],[90,96],[94,98,124,157,165,173],[124,173],[114,124,173],[92,93,173],[98],[92,93,94,95,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,112,113,115,116,117,118,119,120],[98,105,106],[96,98,106,107],[97],[90,93,98],[98,102,106,107],[102],[96,98,101,165],[90,95,96,98,102,105],[124,154],[93,98,114,124,170,173],[46],[46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,81,82,83],[46,85],[46,78],[46,79,80],[46,78,80],[46,64,79],[47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,81,82,83],[85],[79,80],[80],[79]],"referencedMap":[[78,1],[66,2],[67,3],[65,4],[68,5],[69,6],[70,7],[71,8],[72,9],[73,10],[74,11],[75,12],[76,13],[77,14],[87,15],[88,15],[123,16],[124,17],[125,18],[126,19],[127,20],[128,21],[129,22],[130,23],[131,24],[132,25],[133,25],[135,26],[134,27],[136,28],[137,29],[138,30],[122,31],[139,32],[140,33],[141,34],[173,35],[142,36],[143,37],[144,38],[145,39],[146,40],[147,41],[148,42],[149,43],[150,44],[151,45],[152,45],[153,46],[154,47],[156,48],[155,49],[157,50],[158,51],[159,52],[160,53],[161,54],[162,55],[163,56],[164,57],[165,58],[166,59],[167,60],[168,61],[169,62],[170,63],[171,64],[105,65],[112,66],[104,65],[119,67],[96,68],[95,69],[118,70],[113,71],[116,72],[98,73],[97,74],[93,75],[92,76],[115,77],[94,78],[99,79],[103,79],[121,80],[120,79],[107,81],[108,82],[110,83],[106,84],[109,85],[114,70],[101,86],[102,87],[111,88],[91,89],[117,90],[47,91],[48,91],[49,91],[50,91],[51,91],[52,91],[53,91],[54,91],[55,91],[56,91],[57,91],[58,91],[84,92],[82,91],[64,91],[86,93],[85,94],[60,91],[62,91],[63,91],[59,91],[83,91],[61,91],[81,95],[79,96],[80,97]],"exportedModulesMap":[[78,1],[66,2],[67,3],[65,4],[68,5],[69,6],[70,7],[71,8],[72,9],[73,10],[74,11],[75,12],[76,13],[77,14],[87,15],[88,15],[123,16],[124,17],[125,18],[126,19],[127,20],[128,21],[129,22],[130,23],[131,24],[132,25],[133,25],[135,26],[134,27],[136,28],[137,29],[138,30],[122,31],[139,32],[140,33],[141,34],[173,35],[142,36],[143,37],[144,38],[145,39],[146,40],[147,41],[148,42],[149,43],[150,44],[151,45],[152,45],[153,46],[154,47],[156,48],[155,49],[157,50],[158,51],[159,52],[160,53],[161,54],[162,55],[163,56],[164,57],[165,58],[166,59],[167,60],[168,61],[169,62],[170,63],[171,64],[105,65],[112,66],[104,65],[119,67],[96,68],[95,69],[118,70],[113,71],[116,72],[98,73],[97,74],[93,75],[92,76],[115,77],[94,78],[99,79],[103,79],[121,80],[120,79],[107,81],[108,82],[110,83],[106,84],[109,85],[114,70],[101,86],[102,87],[111,88],[91,89],[117,90],[84,98],[86,99],[85,1],[81,100],[79,101],[80,102]],"semanticDiagnosticsPerFile":[78,66,67,65,68,69,70,71,72,73,74,75,76,77,174,87,88,123,124,125,126,127,128,129,130,131,132,133,135,134,136,137,138,122,172,139,140,141,173,142,143,144,145,146,147,148,149,150,151,152,153,154,156,155,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,89,46,44,45,8,10,9,2,11,12,13,14,15,16,17,18,3,4,19,23,20,21,22,24,25,26,5,27,28,29,30,6,34,31,32,33,35,7,36,41,42,37,38,39,40,1,43,105,112,104,119,96,95,118,113,116,98,97,93,92,115,94,99,100,103,90,121,120,107,108,110,106,109,114,101,102,111,91,117,47,48,49,50,51,52,53,54,55,56,57,58,84,82,64,86,85,60,62,63,59,83,61,81,79,80]},"version":"5.3.3"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/utils",
3
3
  "description": "Webcomponent utils following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "2.0.0-alpha.0",
5
+ "version": "2.0.0-alpha.8",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
8
8
  "exports": {
@@ -117,5 +117,5 @@
117
117
  "dependencies": {
118
118
  "lodash-es": "^4.17.21"
119
119
  },
120
- "gitHead": "f995e977847947a1ac4043ff7c627a5cf2ada67b"
120
+ "gitHead": "9b76564615d73b9da50d13d30d43cdaa0d4a6fa6"
121
121
  }
@@ -1,3 +1,6 @@
1
+ /**
2
+ * Type definition for available filter operators that can be used in query filters.
3
+ */
1
4
  declare type FilterOperator =
2
5
  | 'search'
3
6
  | 'eq'
@@ -24,22 +27,39 @@ declare type FilterOperator =
24
27
  | 'i_nlike'
25
28
  | 'nlike'
26
29
 
30
+ /**
31
+ * Type definition for a query filter that can be applied to filter data.
32
+ */
27
33
  declare type QueryFilter = {
28
34
  name: string
29
35
  operator: FilterOperator
30
36
  value: any
31
37
  }
32
38
 
39
+ /**
40
+ * Type definition for sorting parameters that can be applied to sort data in a query.
41
+ */
33
42
  declare type QuerySorter = {
34
43
  name: string
35
44
  desc?: boolean
36
45
  }
37
46
 
47
+ /**
48
+ * Type definition for pagination parameters that can be applied to paginate query results.
49
+ */
38
50
  declare type QueryPaginator = {
39
51
  page?: number
40
52
  limit?: number
41
53
  }
42
54
 
55
+ /**
56
+ * A utility function to adjust query filters based on changes provided in `filtersChange`.
57
+ *
58
+ * @param {QueryFilter[]} filters - The current query filters.
59
+ * @param {QueryFilter[]} filtersChange - The changes to be applied to the filters.
60
+ * @param {boolean} replaceIf - A flag indicating whether to replace existing filters if a filter with the same name exists.
61
+ * @returns {QueryFilter[]} The adjusted query filters.
62
+ */
43
63
  export function adjustFilters(
44
64
  filters: QueryFilter[],
45
65
  filtersChange: QueryFilter[],
package/src/async-lock.ts CHANGED
@@ -1,13 +1,26 @@
1
+ /**
2
+ * A simple asynchronous lock utility class that allows controlling access to a critical section.
3
+ * It provides a mechanism to create a lock and wait for its release using promises.
4
+ */
1
5
  export class AsyncLock {
2
6
  unlock?: any
3
7
  promise? = new Promise(resolve => (this.unlock = resolve))
4
8
 
9
+ /**
10
+ * Creates an instance of the AsyncLock class.
11
+ *
12
+ * @param {boolean} [lock=false] - Optional parameter to lock the instance immediately upon creation.
13
+ */
5
14
  constructor(lock: boolean = false) {
6
15
  if (lock) {
7
16
  this.lock()
8
17
  }
9
18
  }
10
19
 
20
+ /**
21
+ * Locks the instance, making it awaitable until unlocked.
22
+ * A new promise is created for the lock, and the existing unlock function is replaced with a new one.
23
+ */
11
24
  lock() {
12
25
  this.promise = new Promise(resolve => (this.unlock = resolve))
13
26
  }
package/src/clipboard.ts CHANGED
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Copies the specified text to the clipboard.
3
+ *
4
+ * @param {string} textToCopy - The text to be copied to the clipboard.
5
+ * @param {string} [type] - Optional MIME type for the clipboard data (e.g., 'text/plain', 'text/html').
6
+ * @returns {Promise<void>} - A promise that resolves when the text is successfully copied to the clipboard.
7
+ */
1
8
  export async function copyToClipboard(textToCopy: string, type?: string): Promise<void> {
2
9
  if (navigator.clipboard && window.isSecureContext) {
3
10
  if (type && type !== 'text/plain') {
@@ -1,6 +1,14 @@
1
1
  /*
2
2
  * inspired by https://stackoverflow.com/questions/54520554/custom-element-getrootnode-closest-function-crossing-multiple-parent-shadowd
3
3
  */
4
+
5
+ /**
6
+ * Finds the closest ancestor element of the given base element that matches the provided CSS selector.
7
+ *
8
+ * @param {string} selector - The CSS selector to search for.
9
+ * @param {Element} base - The base element to start the search from.
10
+ * @returns {Element | null} - The closest ancestor element matching the selector, or null if none is found.
11
+ */
4
12
  export function closestElement(selector: string, base: Element) {
5
13
  function __closestFrom(el: Element | Window | Document | null): Element | null {
6
14
  if (!el || el === document || el === window) {
@@ -1,5 +1,20 @@
1
+ /**
2
+ * A regular expression pattern used to parse the pathname into different parts.
3
+ * It captures the contextPath, prefix, domain, and path.
4
+ * Example: /contextPathPrefix/domain/path/to/resource
5
+ */
1
6
  var CONTEXT_PATH_PREFIX = 'domain|business'
2
7
 
8
+ /**
9
+ * Parses the given pathname and extracts information about the contextPath, prefix, domain, and path.
10
+ *
11
+ * @param {string} pathname - The pathname to parse.
12
+ * @returns {object} - An object containing the parsed information:
13
+ * - contextPath: The context path portion of the pathname.
14
+ * - prefix: The prefix portion of the pathname.
15
+ * - domain: The domain portion of the pathname.
16
+ * - path: The remaining path after contextPath, prefix, and domain.
17
+ */
3
18
  export function getPathInfo(pathname: string) {
4
19
  var regexp = new RegExp(`(/(${CONTEXT_PATH_PREFIX})/([^/]+))?(/?.*)`)
5
20
  var matched = pathname.match(regexp)
@@ -16,6 +31,11 @@ export function getPathInfo(pathname: string) {
16
31
  }
17
32
  }
18
33
 
34
+ /**
35
+ * Sets the context path prefix used for parsing pathnames.
36
+ *
37
+ * @param {string} contextPathPrefix - The new context path prefix to set.
38
+ */
19
39
  export function setContextPathPrefix(contextPathPrefix?: string) {
20
40
  console.log('context-path-prefix was just set to ', `'${contextPathPrefix || 'domain|business'}'`)
21
41
  CONTEXT_PATH_PREFIX = contextPathPrefix || 'domain|business'
package/src/cookie.ts CHANGED
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Sets a cookie with the given name, value, and expiration days.
3
+ *
4
+ * @param {string} cname - The name of the cookie.
5
+ * @param {string} cvalue - The value to be stored in the cookie.
6
+ * @param {number} exdays - The number of days until the cookie expires.
7
+ */
1
8
  export function setCookie(cname: string, cvalue: string, exdays: number) {
2
9
  var d = new Date()
3
10
  d.setTime(d.getTime() + exdays * 24 * 60 * 60 * 1000)
@@ -5,6 +12,12 @@ export function setCookie(cname: string, cvalue: string, exdays: number) {
5
12
  document.cookie = cname + '=' + cvalue + ';' + expires + ';path=/'
6
13
  }
7
14
 
15
+ /**
16
+ * Retrieves the value of a cookie with the given name.
17
+ *
18
+ * @param {string} cname - The name of the cookie to retrieve.
19
+ * @returns {string} - The value of the cookie, or an empty string if the cookie is not found.
20
+ */
8
21
  export function getCookie(cname: string) {
9
22
  var name = cname + '='
10
23
  var decodedCookie = decodeURIComponent(document.cookie)
@@ -21,6 +34,11 @@ export function getCookie(cname: string) {
21
34
  return ''
22
35
  }
23
36
 
37
+ /**
38
+ * Deletes a cookie with the given name.
39
+ *
40
+ * @param {string} name - The name of the cookie to delete.
41
+ */
24
42
  export function deleteCookie(name: string) {
25
43
  document.cookie = name + '=; expires=Thu, 01 Jan 1970 00:00:01 GMT;'
26
44
  }
@@ -1,3 +1,9 @@
1
+ /**
2
+ * Detects if the content of an HTMLElement overflows its boundaries.
3
+ *
4
+ * @param {HTMLElement} el - The HTMLElement to check for overflow.
5
+ * @returns {boolean} - `true` if overflow is detected, `false` otherwise.
6
+ */
1
7
  export function detectOverflow(el: HTMLElement) {
2
8
  var styleOverflow = el.style.overflow
3
9
 
package/src/format.ts CHANGED
@@ -3,6 +3,18 @@
3
3
  * 소스코드 출처 : https://github.com/Mottie/javascript-number-formatter
4
4
  */
5
5
 
6
+ /**
7
+ * Formats a number according to the given mask.
8
+ *
9
+ * ```example
10
+ * var formattedValue = format('+$#,##0.00', 12345.67);
11
+ * console.log(formattedValue); // Output: +$12,345.67
12
+ * ```
13
+ *
14
+ * @param {any} mask - The formatting mask to apply.
15
+ * @param {any} value - The value to format.
16
+ * @returns {string} - The formatted string.
17
+ */
6
18
  export function format(mask: any, value: any): string {
7
19
  if (!mask || isNaN(+value)) {
8
20
  return value // return as it is.
package/src/logger.ts CHANGED
@@ -1,21 +1,32 @@
1
- /*
2
- * Copyright © HatioLab Inc. All rights reserved.
3
- */
4
-
5
1
  const ERROR = '[ERROR]'
6
2
  const WARN = '[WARN]'
7
3
  const DEBUG = '[DEBUG]'
8
4
 
5
+ /**
6
+ * Logs an error message with optional stack trace.
7
+ *
8
+ * @param {...any} args - The error message and optional additional data.
9
+ */
9
10
  export var error = (...args: any[]) => {
10
11
  var trace = [] as string[]
11
12
  args.forEach(arg => arg && arg.stack && trace.push(arg.stack))
12
13
  console.error(ERROR, ...args, trace.join(' '))
13
14
  }
14
15
 
16
+ /**
17
+ * Logs a warning message with optional stack trace.
18
+ *
19
+ * @param {...any} args - The warning message and optional additional data.
20
+ */
15
21
  export var warn = (...args: any[]) => {
16
22
  var trace = [] as string[]
17
23
  args.forEach(arg => arg && arg.stack && trace.push(arg.stack))
18
24
  console.warn(WARN, ...args, trace.join(' '))
19
25
  }
20
26
 
27
+ /**
28
+ * Logs a debug message.
29
+ *
30
+ * @param {...any} args - The debug message and optional additional data.
31
+ */
21
32
  export var debug = (...args: any[]) => console.log(DEBUG, ...args)
@@ -2,8 +2,24 @@ import debounce from 'lodash-es/debounce'
2
2
 
3
3
  type Constructor = new (...args: any[]) => {}
4
4
 
5
+ /**
6
+ * A higher-order function that enhances a base class with infinite scrolling functionality.
7
+ *
8
+ * @template TBase - The base class constructor type.
9
+ * @param {TBase} Base - The base class to enhance with infinite scrolling.
10
+ * @returns {TBase & InfiniteScrollable} - The extended class with infinite scrolling capabilities.
11
+ */
5
12
  export default function InfiniteScrollable<TBase extends Constructor>(Base: TBase) {
6
13
  return class Scrolling extends Base {
14
+ /**
15
+ * Default options for infinite scrolling.
16
+ *
17
+ * @type {object}
18
+ * @property {number} threshold - The threshold value to trigger loading more items.
19
+ * @property {number} limit - The limit of items to load per page.
20
+ * @property {string} totalProp - The property name for the total number of items.
21
+ * @property {string} pageProp - The property name for the current page number.
22
+ */
7
23
  _infiniteScrollOptions = {
8
24
  threshold: 20,
9
25
  limit: 30,
@@ -11,6 +27,11 @@ export default function InfiniteScrollable<TBase extends Constructor>(Base: TBas
11
27
  pageProp: '_page'
12
28
  }
13
29
 
30
+ /**
31
+ * Event handler for the scroll event with debouncing.
32
+ *
33
+ * @param {Event} e - The scroll event object.
34
+ */
14
35
  onScroll = debounce(e => {
15
36
  //@ts-ignore inheritted class should have scrollTargetEl property
16
37
  var el = this.scrollTargetEl
@@ -36,6 +57,9 @@ export default function InfiniteScrollable<TBase extends Constructor>(Base: TBas
36
57
  // return null
37
58
  // }
38
59
 
60
+ /**
61
+ * An async function to handle scroll action when the threshold is reached.
62
+ */
39
63
  async scrollAction() {
40
64
  console.warn('scroll action not implemented.')
41
65
  }
package/src/os.ts CHANGED
@@ -39,6 +39,10 @@ export function isMacOS() {
39
39
  return navigator.userAgent.indexOf('Mac') !== -1
40
40
  }
41
41
 
42
+ /**
43
+ * method to tell if platform of running browser is Safari
44
+ * @returns {boolean}
45
+ */
42
46
  export function isSafari() {
43
47
  return !navigator.userAgent.match(/chrome|chromium|crios/i) && navigator.userAgent.match(/safari/i)
44
48
  }
@@ -1,3 +1,18 @@
1
+ /**
2
+ * Generates a regular expression pattern for validating passwords based on specified criteria.
3
+ *
4
+ * @param {object} options - An object containing options for generating the pattern.
5
+ * @param {boolean} options.lowerCase - Indicates whether the password should contain at least one lowercase character.
6
+ * @param {boolean} options.upperCase - Indicates whether the password should contain at least one uppercase character.
7
+ * @param {boolean} options.digit - Indicates whether the password should contain at least one digit.
8
+ * @param {boolean} options.specialCharacter - Indicates whether the password should contain at least one special character.
9
+ * @param {boolean} options.allowRepeat - Indicates whether repeated characters are allowed in the password.
10
+ * @param {boolean} options.useTightPattern - Indicates whether to use a tight pattern for password length.
11
+ * @param {boolean} options.useLoosePattern - Indicates whether to use a loose pattern for password length.
12
+ * @param {number} options.tightCharacterLength - The minimum length of the password for the tight pattern.
13
+ * @param {number} options.looseCharacterLength - The minimum length of the password for the loose pattern.
14
+ * @returns {RegExp} - A regular expression pattern for validating passwords based on the specified criteria.
15
+ */
1
16
  export function generatePasswordPatternRegExp({
2
17
  lowerCase = true,
3
18
  upperCase = true,
@@ -1,3 +1,15 @@
1
+ /**
2
+ * Converts a large number into a human-readable string representation with SI unit prefixes (K, M, B, T, P, E).
3
+ *
4
+ * This function takes a large number as input and converts it into a human-readable string representation using SI unit prefixes
5
+ * (K for thousand, M for million, B for billion, T for trillion, P for quadrillion, E for quintillion, etc.).
6
+ * It checks the magnitude of the input number and selects the appropriate SI unit,
7
+ * then formats the number with two decimal places and appends the corresponding SI unit symbol to create the readable string.
8
+ *
9
+ * @param {number} n - The number to be converted.
10
+ * @returns {string} - A human-readable string representation of the number with SI unit prefixes.
11
+ */
12
+
1
13
  export function stringifyBigNumber(n: number) {
2
14
  if (n < 1000) {
3
15
  return n
@@ -1,10 +1,11 @@
1
- /*
2
- * Copyright © HatioLab Inc. All rights reserved.
3
- */
4
-
5
1
  import { TimeCapsule } from './timecapsule'
6
2
  import debounce from 'lodash-es/debounce'
7
3
 
4
+ /**
5
+ * A function that takes a SnapshotTaker as an argument and initiates snapshot creation
6
+ * using a debouncer to delay the process.
7
+ * @param {SnapshotTaker} taker - The SnapshotTaker instance to trigger snapshots for.
8
+ */
8
9
  var debouncer = debounce(
9
10
  taker => {
10
11
  if (!taker.brake) {
@@ -15,15 +16,28 @@ var debouncer = debounce(
15
16
  { leading: true, trailing: false }
16
17
  )
17
18
 
19
+ /**
20
+ * Function to trigger snapshot creation for a SnapshotTaker instance.
21
+ * Checks if the taker is in a brake state or not dirty before triggering the snapshot.
22
+ * @param {SnapshotTaker} taker - The SnapshotTaker instance to create a snapshot for.
23
+ */
18
24
  function take_snapshot(taker: SnapshotTaker) {
19
25
  if (taker.brake || !taker.dirty) return
20
26
  debouncer(taker)
21
27
  }
22
28
 
29
+ /**
30
+ * Type definition for holding state information.
31
+ * @typedef {Object} StateHolder
32
+ * @property {*} state - The state to be held.
33
+ */
23
34
  export type StateHolder = {
24
35
  state: any
25
36
  }
26
37
 
38
+ /**
39
+ * Class responsible for taking and managing snapshots of state.
40
+ */
27
41
  export class SnapshotTaker {
28
42
  private _brake: boolean = false
29
43
 
@@ -32,23 +46,38 @@ export class SnapshotTaker {
32
46
  state_holder?: StateHolder
33
47
  timecapsule?: TimeCapsule
34
48
 
49
+ /**
50
+ * Creates an instance of SnapshotTaker.
51
+ * @param {*} state_holder - The object that holds the state to be snapshot.
52
+ * @param {TimeCapsule} timecapsule - The TimeCapsule instance associated with this SnapshotTaker.
53
+ */
35
54
  constructor(state_holder: any, timecapsule: TimeCapsule) {
36
55
  this.state_holder = state_holder
37
56
  this.timecapsule = timecapsule
38
57
  this.timecapsule.snapshot_taker = this
39
58
  }
40
59
 
60
+ /**
61
+ * Disposes of the SnapshotTaker and clears associated references.
62
+ */
41
63
  dispose() {
42
64
  delete this.state_holder
43
65
  delete this.timecapsule
44
66
  }
45
67
 
68
+ /**
69
+ * Marks the SnapshotTaker as dirty and initiates snapshot creation.
70
+ */
46
71
  touch() {
47
72
  this.dirty = true
48
73
  take_snapshot(this)
49
74
  }
50
75
 
51
76
  /* 모든 조건에 관계없이 현재 상태를 snapshot으로 취한다. */
77
+ /**
78
+ * Takes a snapshot of the current state.
79
+ * @param {boolean} [force=false] - If true, the snapshot is taken even if not dirty.
80
+ */
52
81
  take(force: boolean = false) {
53
82
  if (this.dirty || force) {
54
83
  this.timecapsule?.snapshot(this.state_holder?.state)
@@ -56,11 +85,19 @@ export class SnapshotTaker {
56
85
  }
57
86
  }
58
87
 
88
+ /**
89
+ * Gets the brake state of the SnapshotTaker.
90
+ * @returns {boolean} - true if the brake is active, false otherwise.
91
+ */
59
92
  get brake() {
60
93
  return this._brake
61
94
  }
62
95
 
63
96
  /* 마우스를 드래깅하는 동안, 보통 brake 를 ON 시킨다. */
97
+ /**
98
+ * Sets the brake state of the SnapshotTaker and initiates snapshot creation.
99
+ * @param {boolean} brake - The new brake state.
100
+ */
64
101
  set brake(brake) {
65
102
  this._brake = !!brake
66
103
  take_snapshot(this)