@tutao/tutanota-utils 3.105.4 → 3.105.7
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.
- package/dist/ArrayUtils.d.ts +4 -0
- package/dist/ArrayUtils.js +6 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/ArrayUtils.d.ts
CHANGED
|
@@ -28,6 +28,10 @@ export declare function arrayHash(array: Uint8Array): number;
|
|
|
28
28
|
* @return True if the element was removed, false otherwise.
|
|
29
29
|
*/
|
|
30
30
|
export declare function remove<T>(theArray: Array<T>, elementToRemove: T): boolean;
|
|
31
|
+
/**
|
|
32
|
+
* truncates the array and discards all elements
|
|
33
|
+
*/
|
|
34
|
+
export declare function clear(theArray: Array<unknown>): void;
|
|
31
35
|
/**
|
|
32
36
|
* Find all items in an array that pass the given predicate
|
|
33
37
|
*/
|
package/dist/ArrayUtils.js
CHANGED
|
@@ -81,6 +81,12 @@ export function remove(theArray, elementToRemove) {
|
|
|
81
81
|
return false;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
|
+
/**
|
|
85
|
+
* truncates the array and discards all elements
|
|
86
|
+
*/
|
|
87
|
+
export function clear(theArray) {
|
|
88
|
+
theArray.length = 0;
|
|
89
|
+
}
|
|
84
90
|
/**
|
|
85
91
|
* Find all items in an array that pass the given predicate
|
|
86
92
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { concat, numberRange, arrayEquals, arrayEqualsWithPredicate, arrayHash, remove, findAll, findAndRemove, findAllAndRemove, replace, mapAndFilterNull, filterNull, last, isEmpty, lastThrow, firstThrow, first, findLast, findLastIndex, contains, addAll, removeAll, groupByAndMapUniquely, groupByAndMap, groupBy, splitInChunks, flat, flatMap, insertIntoSortedArray, zip, deduplicate, binarySearch, lastIndex, union, difference, symmetricDifference, partition, splitUint8ArrayInChunks, partitionAsync, arrayOf, count } from "./ArrayUtils.js";
|
|
1
|
+
export { concat, numberRange, arrayEquals, arrayEqualsWithPredicate, arrayHash, remove, clear, findAll, findAndRemove, findAllAndRemove, replace, mapAndFilterNull, filterNull, last, isEmpty, lastThrow, firstThrow, first, findLast, findLastIndex, contains, addAll, removeAll, groupByAndMapUniquely, groupByAndMap, groupBy, splitInChunks, flat, flatMap, insertIntoSortedArray, zip, deduplicate, binarySearch, lastIndex, union, difference, symmetricDifference, partition, splitUint8ArrayInChunks, partitionAsync, arrayOf, count } from "./ArrayUtils.js";
|
|
2
2
|
export { AsyncResult } from "./AsyncResult.js";
|
|
3
3
|
export { intersection } from "./CollectionUtils.js";
|
|
4
4
|
export { DAY_IN_MILLIS, getStartOfNextDay, getEndOfDay, getStartOfDay, getHourOfDay, isStartOfDay, isToday, isSameDay, getDayShifted, incrementDate, incrementMonth, isSameDayOfDate, formatSortableDate, formatSortableDateTime, sortableTimestamp, isValidDate, millisToDays, daysToMillis, } from "./DateUtils.js";
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { concat, numberRange, arrayEquals, arrayEqualsWithPredicate, arrayHash, remove, findAll, findAndRemove, findAllAndRemove, replace, mapAndFilterNull, filterNull, last, isEmpty, lastThrow, firstThrow, first, findLast, findLastIndex, contains, addAll, removeAll, groupByAndMapUniquely, groupByAndMap, groupBy, splitInChunks, flat, flatMap, insertIntoSortedArray, zip, deduplicate, binarySearch, lastIndex, union, difference, symmetricDifference, partition, splitUint8ArrayInChunks, partitionAsync, arrayOf, count } from "./ArrayUtils.js";
|
|
1
|
+
export { concat, numberRange, arrayEquals, arrayEqualsWithPredicate, arrayHash, remove, clear, findAll, findAndRemove, findAllAndRemove, replace, mapAndFilterNull, filterNull, last, isEmpty, lastThrow, firstThrow, first, findLast, findLastIndex, contains, addAll, removeAll, groupByAndMapUniquely, groupByAndMap, groupBy, splitInChunks, flat, flatMap, insertIntoSortedArray, zip, deduplicate, binarySearch, lastIndex, union, difference, symmetricDifference, partition, splitUint8ArrayInChunks, partitionAsync, arrayOf, count } from "./ArrayUtils.js";
|
|
2
2
|
export { AsyncResult } from "./AsyncResult.js";
|
|
3
3
|
export { intersection } from "./CollectionUtils.js";
|
|
4
4
|
export { DAY_IN_MILLIS, getStartOfNextDay, getEndOfDay, getStartOfDay, getHourOfDay, isStartOfDay, isToday, isSameDay, getDayShifted, incrementDate, incrementMonth, isSameDayOfDate, formatSortableDate, formatSortableDateTime, sortableTimestamp, isValidDate, millisToDays, daysToMillis, } from "./DateUtils.js";
|
package/dist/tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../tutanota-crypto/node_modules/typescript/lib/lib.es5.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2016.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2017.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2018.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2019.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2021.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.esnext.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.dom.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.webworker.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.core.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2017.object.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2017.string.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2019.array.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2019.object.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2019.string.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.string.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2021.string.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.esnext.intl.d.ts","../lib/TypeRef.ts","../lib/Utils.ts","../lib/MapUtils.ts","../lib/ArrayUtils.ts","../lib/AsyncResult.ts","../lib/CollectionUtils.ts","../lib/StringUtils.ts","../lib/Csv.ts","../lib/DateUtils.ts","../lib/Encoding.ts","../lib/LazyLoaded.ts","../lib/MathUtils.ts","../lib/PromiseMap.ts","../lib/PromiseUtils.ts","../lib/SortedArray.ts","../lib/index.ts","../../../types/globals.d.ts","../../../types/ospec.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.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/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"],"fileInfos":[{"version":"89f78430e422a0f06d13019d60d5a45b37ec2d28e67eb647f73b1b0d19a46b72","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","2cc028cd0bdb35b1b5eb723d84666a255933fffbea607f72cbd0c7c7b4bee144",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"44e20d70ac07ea93367e434d6890f7ae8e3820b101d963b81bb72290b35a7e96","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"e8c9f4e445a489991ca1a4232667de3ac36b07ba75ea335971fbeacf2d26fe67","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"6b2a66c7fcb3c002d46ae04426f119f595a69977e84a48f3e0c5ace6a3a1bb68","83fbf992305c2c0f9bf3417a703b113bdd39c5c5c7c5a3e2496fd33f267166ba","f4677d42d116121ba03c61ead7974d808b7676cff575bd7fb118e0adb6393800",{"version":"e2cdf133530cacc017c04bf25224dade92cdd3eeece84a0e0e51b7ff75b4114b","signature":"52edc5b3c9d038f2b6b0e425446af6f71bedab89f2dc0366bc089c3524378cc2"},"e907608f212bcf45dc162a2e3d6b43b228d3755ec63d6c17f40ab3c3990930ea","a26c267a7fa0537cf1c67245b684c27ac5e5399e17ef5212f01a9462b44e7a4d","2ebc6c8b1725616106503d17675ed69dc8c1c132e9130e5ac66c63600e8b79ea","d411e24409e237f19f7595cef8b03d9e3a9f2dc625f381a7fcbb491b9f048b16",{"version":"72285073396927d2c7d449415ef38f90a1c147c654258b04186e116b6781de91","signature":"8b8feb392429e83e7db8c517b5dff5d822da5af82942ecf241dde131a5a7fdb5"},"3fdb52dc58fad8df0c1e6d47b94956407b44b2df7f43a92c748d897ec00f7dbb","ae7a9866fae34f5d3c02a3894f3ff6bf5c68b1481b986d62104b8aab158e59a7","255c295fc7b36a78e9e72a199f2528499900b364672692527d26c0cda0ceba83","0d82f4f0a45e64eb4d0fd0cebf6c602d2ebcb2e94d2ccd3e3349beac82d069b0","9ae77c7d84d2f227215ff074242785c4d565d4cb29ae9f5af3612d41a8e901ea",{"version":"de671954d6d26a4a5acbb261e68b1301228a2324e4dd99382949fee3faa01d6f","signature":"02820336b731296dd3757063c6a3412f0d406e57a18e196fccf2260025f7e921"},{"version":"1fe12fb2757331526368674c66fffdd3eadec69df43e950402d72d16ba32267e","signature":"df50b03b1f9b418dfe458bb455aa6f940a88ac5b32674a6491a10ba482a3796e"},{"version":"bdebfab626279274e9ff422435990c8e61ec0644dea69fac9909312fd3b8449f","affectsGlobalScope":true},{"version":"0c40e6d2a908f7fe3d35e5572ee7199a1f19aceebc1104d29f0f630aad92862b","affectsGlobalScope":true},"9122ed7070e054b73ebab37c2373a196def2d90e7d1a9a7fcd9d46b0e51fae78","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"77f0b5c6a193a699c9f7d7fb0578e64e562d271afa740783665d2a827104a873","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"002d6d5f044365b3fbfba0ba9be3bb57cac09b81547c8df4b0795755d2081d90","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","c4cfc9a6e2ebb8bc8c0e2392dfc4056993ced3b35069ebf132ac18ca7a562881","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"bae4ea23beb8397755b935cb84d3cdc6cdb0b1b4a329b90de9fc6c8774d71994","affectsGlobalScope":true},"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","df36874d9e56aff601e921c4b3971d37cf66d14f6455935ce821e6cad13b1823","68915895d4a136df5cf5f90aaa41d8e1e47ec047e7781a150b5d0cf273dbb7a9","acfbb5aaef964e1d441f961a1846197f03241dba3c63b1e4d1903684888ef465","09416dd69576b03a3f485adf329a02f043e4a481e060ef5b208194e488d31fd9","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"76527127c8b749bee5977408861ce3ee56ec19ddcea8704c628f98ca610283e6","a907bf91df26df2400858ef75f749498fb5cf00062bf90a737ac3949cc07978d","cb92bc2e42b261e4299025756f1beb826b3d9666a3f0d46f8a7254ca512f57e4","cb4f3f03480e1727eae46400606cecaa97f550186ff8fa909ebc00db4180531b",{"version":"b3624aed92dab6da8484280d3cb3e2f4130ec3f4ef3f8201c95144ae9e898bb6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","d1a78a3c5708807e8de3e399f91df4797c62e44b02195eefc2209b2e713e54ee","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","556bf5c36deb62cffa1bf697c1789fe008ec82db0273025001db66732714e9d9","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","0830071706fa0e477fb5e95f0955cc1062b5948b146b7d4e03a126f12ad6085f",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","4c8525f256873c7ba3135338c647eaf0ca7115a1a2805ae2d0056629461186ce","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"bfe39beb986d2a2e512c091cbe924f1c415bc65de54de0e2f6a0dc6f84c183d9","affectsGlobalScope":true},"2d526e6f21d8cc66ac11ada32874e95ae88d870c6c9d3d9d4e03b1d1f9ad7b8e","06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","ec4bd1b200670fb567920db572d6701ed42a9641d09c4ff6869768c8f81b404c","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa","d2ec52f565f0570e90b659811347bd689f8c6039b11eaaccd0f243759d46da6e","8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a12806a1bde5e9f137bb79728d87a4ceaedf04e95efc9967d3288a3c252d9a7b"],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"esModuleInterop":true,"module":99,"noEmitOnError":true,"noErrorTruncation":true,"noImplicitAny":true,"noImplicitThis":true,"noStrictGenericChecks":false,"noUnusedLocals":false,"noUnusedParameters":false,"outDir":"./","rootDir":"../lib","skipLibCheck":true,"strict":false,"strictNullChecks":true,"strictPropertyInitialization":true,"target":4,"tsBuildInfoFile":"./tsbuildinfo","useUnknownInCatchVariables":false},"fileIdsList":[[65,110],[68,110],[69,74,110],[70,80,81,88,98,109,110],[70,71,80,88,110],[72,110],[73,74,81,89,110],[74,98,106,110],[75,77,80,88,110],[76,110],[77,78,110],[79,80,110],[80,110],[80,81,82,98,109,110],[80,81,82,98,101,110],[110,114],[110],[83,88,98,109,110],[80,81,83,84,88,98,106,109,110],[83,85,98,106,109,110],[65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116],[80,86,110],[87,109,110],[77,80,88,98,110],[89,110],[90,110],[68,91,110],[92,108,110,114],[93,110],[94,110],[80,95,96,110],[95,97,110,112],[80,98,99,100,101,110],[98,100,110],[98,99,110],[101,110],[102,110],[80,104,105,110],[104,105,110],[74,88,98,106,110],[107,110],[88,108,110],[69,83,94,109,110],[74,110],[98,110,111],[110,112],[110,113],[69,74,80,82,91,98,109,110,112,114],[98,110,115],[48,49,110],[53,110],[48,110],[59,110],[50,110],[47,110],[47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,110],[47,48,49,50,51,52,53,54,55,56,57,58,59,60,61]],"referencedMap":[[65,1],[66,1],[68,2],[69,3],[70,4],[71,5],[72,6],[73,7],[74,8],[75,9],[76,10],[77,11],[78,11],[79,12],[80,13],[81,14],[82,15],[67,16],[116,17],[83,18],[84,19],[85,20],[117,21],[86,22],[87,23],[88,24],[89,25],[90,26],[91,27],[92,28],[93,29],[94,30],[95,31],[96,31],[97,32],[98,33],[100,34],[99,35],[101,36],[102,37],[103,17],[104,38],[105,39],[106,40],[107,41],[108,42],[109,43],[110,44],[111,45],[112,46],[113,47],[114,48],[115,49],[10,17],[13,17],[12,17],[2,17],[14,17],[15,17],[16,17],[17,17],[18,17],[19,17],[20,17],[21,17],[3,17],[4,17],[25,17],[22,17],[23,17],[24,17],[26,17],[27,17],[28,17],[5,17],[29,17],[30,17],[31,17],[32,17],[6,17],[33,17],[34,17],[35,17],[36,17],[7,17],[41,17],[37,17],[38,17],[39,17],[40,17],[8,17],[45,17],[42,17],[43,17],[44,17],[1,17],[9,17],[46,17],[11,17],[50,50],[51,17],[52,17],[54,51],[55,17],[56,17],[57,52],[49,52],[58,17],[59,17],[60,53],[61,54],[53,52],[47,17],[48,55],[62,56],[63,17],[64,17]],"exportedModulesMap":[[65,1],[66,1],[68,2],[69,3],[70,4],[71,5],[72,6],[73,7],[74,8],[75,9],[76,10],[77,11],[78,11],[79,12],[80,13],[81,14],[82,15],[67,16],[116,17],[83,18],[84,19],[85,20],[117,21],[86,22],[87,23],[88,24],[89,25],[90,26],[91,27],[92,28],[93,29],[94,30],[95,31],[96,31],[97,32],[98,33],[100,34],[99,35],[101,36],[102,37],[103,17],[104,38],[105,39],[106,40],[107,41],[108,42],[109,43],[110,44],[111,45],[112,46],[113,47],[114,48],[115,49],[10,17],[13,17],[12,17],[2,17],[14,17],[15,17],[16,17],[17,17],[18,17],[19,17],[20,17],[21,17],[3,17],[4,17],[25,17],[22,17],[23,17],[24,17],[26,17],[27,17],[28,17],[5,17],[29,17],[30,17],[31,17],[32,17],[6,17],[33,17],[34,17],[35,17],[36,17],[7,17],[41,17],[37,17],[38,17],[39,17],[40,17],[8,17],[45,17],[42,17],[43,17],[44,17],[1,17],[9,17],[46,17],[11,17],[51,17],[52,17],[54,51],[56,17],[57,52],[49,52],[58,17],[59,17],[60,53],[53,52],[47,17],[48,55],[62,57],[63,17],[64,17]],"semanticDiagnosticsPerFile":[65,66,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,67,116,83,84,85,117,86,87,88,89,90,91,92,93,94,95,96,97,98,100,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,10,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,33,34,35,36,7,41,37,38,39,40,8,45,42,43,44,1,9,46,11,50,51,52,54,55,56,57,49,58,59,60,61,53,47,48,62,63,64]},"version":"4.5.4"}
|
|
1
|
+
{"program":{"fileNames":["../../tutanota-crypto/node_modules/typescript/lib/lib.es5.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2016.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2017.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2018.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2019.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2021.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.esnext.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.dom.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.webworker.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.core.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2017.object.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2017.string.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2019.array.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2019.object.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2019.string.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.string.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2021.string.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../tutanota-crypto/node_modules/typescript/lib/lib.esnext.intl.d.ts","../lib/TypeRef.ts","../lib/Utils.ts","../lib/MapUtils.ts","../lib/ArrayUtils.ts","../lib/AsyncResult.ts","../lib/CollectionUtils.ts","../lib/StringUtils.ts","../lib/Csv.ts","../lib/DateUtils.ts","../lib/Encoding.ts","../lib/LazyLoaded.ts","../lib/MathUtils.ts","../lib/PromiseMap.ts","../lib/PromiseUtils.ts","../lib/SortedArray.ts","../lib/index.ts","../../../types/globals.d.ts","../../../types/ospec.d.ts","../../../node_modules/@types/node/ts4.8/assert.d.ts","../../../node_modules/@types/node/ts4.8/assert/strict.d.ts","../../../node_modules/@types/node/ts4.8/globals.d.ts","../../../node_modules/@types/node/ts4.8/async_hooks.d.ts","../../../node_modules/@types/node/ts4.8/buffer.d.ts","../../../node_modules/@types/node/ts4.8/child_process.d.ts","../../../node_modules/@types/node/ts4.8/cluster.d.ts","../../../node_modules/@types/node/ts4.8/console.d.ts","../../../node_modules/@types/node/ts4.8/constants.d.ts","../../../node_modules/@types/node/ts4.8/crypto.d.ts","../../../node_modules/@types/node/ts4.8/dgram.d.ts","../../../node_modules/@types/node/ts4.8/diagnostics_channel.d.ts","../../../node_modules/@types/node/ts4.8/dns.d.ts","../../../node_modules/@types/node/ts4.8/dns/promises.d.ts","../../../node_modules/@types/node/ts4.8/domain.d.ts","../../../node_modules/@types/node/ts4.8/dom-events.d.ts","../../../node_modules/@types/node/ts4.8/events.d.ts","../../../node_modules/@types/node/ts4.8/fs.d.ts","../../../node_modules/@types/node/ts4.8/fs/promises.d.ts","../../../node_modules/@types/node/ts4.8/http.d.ts","../../../node_modules/@types/node/ts4.8/http2.d.ts","../../../node_modules/@types/node/ts4.8/https.d.ts","../../../node_modules/@types/node/ts4.8/inspector.d.ts","../../../node_modules/@types/node/ts4.8/module.d.ts","../../../node_modules/@types/node/ts4.8/net.d.ts","../../../node_modules/@types/node/ts4.8/os.d.ts","../../../node_modules/@types/node/ts4.8/path.d.ts","../../../node_modules/@types/node/ts4.8/perf_hooks.d.ts","../../../node_modules/@types/node/ts4.8/process.d.ts","../../../node_modules/@types/node/ts4.8/punycode.d.ts","../../../node_modules/@types/node/ts4.8/querystring.d.ts","../../../node_modules/@types/node/ts4.8/readline.d.ts","../../../node_modules/@types/node/ts4.8/readline/promises.d.ts","../../../node_modules/@types/node/ts4.8/repl.d.ts","../../../node_modules/@types/node/ts4.8/stream.d.ts","../../../node_modules/@types/node/ts4.8/stream/promises.d.ts","../../../node_modules/@types/node/ts4.8/stream/consumers.d.ts","../../../node_modules/@types/node/ts4.8/stream/web.d.ts","../../../node_modules/@types/node/ts4.8/string_decoder.d.ts","../../../node_modules/@types/node/ts4.8/test.d.ts","../../../node_modules/@types/node/ts4.8/timers.d.ts","../../../node_modules/@types/node/ts4.8/timers/promises.d.ts","../../../node_modules/@types/node/ts4.8/tls.d.ts","../../../node_modules/@types/node/ts4.8/trace_events.d.ts","../../../node_modules/@types/node/ts4.8/tty.d.ts","../../../node_modules/@types/node/ts4.8/url.d.ts","../../../node_modules/@types/node/ts4.8/util.d.ts","../../../node_modules/@types/node/ts4.8/v8.d.ts","../../../node_modules/@types/node/ts4.8/vm.d.ts","../../../node_modules/@types/node/ts4.8/wasi.d.ts","../../../node_modules/@types/node/ts4.8/worker_threads.d.ts","../../../node_modules/@types/node/ts4.8/zlib.d.ts","../../../node_modules/@types/node/ts4.8/globals.global.d.ts","../../../node_modules/@types/node/ts4.8/index.d.ts","../../../node_modules/@types/node/util.d.ts"],"fileInfos":[{"version":"89f78430e422a0f06d13019d60d5a45b37ec2d28e67eb647f73b1b0d19a46b72","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","2cc028cd0bdb35b1b5eb723d84666a255933fffbea607f72cbd0c7c7b4bee144",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"44e20d70ac07ea93367e434d6890f7ae8e3820b101d963b81bb72290b35a7e96","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"e8c9f4e445a489991ca1a4232667de3ac36b07ba75ea335971fbeacf2d26fe67","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},{"version":"6b2a66c7fcb3c002d46ae04426f119f595a69977e84a48f3e0c5ace6a3a1bb68","signature":"ba3ad5f52d53a00e6557bd0100e694a9cdc7f45fc947d5088a345f0d8bbbdcec"},{"version":"83fbf992305c2c0f9bf3417a703b113bdd39c5c5c7c5a3e2496fd33f267166ba","signature":"c4e1c2b13274a2fff8c6bf30fad713865e15299c933371741fe913d436a74fb6"},{"version":"f4677d42d116121ba03c61ead7974d808b7676cff575bd7fb118e0adb6393800","signature":"e3101149104640c4c6c4b253fe10c1a30ae239686b821884ac0ab4f4796df770"},{"version":"a664e77d7fda0ac1e9ab02ca3d0365be7c2930158033e5402aae2223f55925ea","signature":"de6493d120b92920f685221c3edea830b3003baf90a9dc126ac331afdb1f9780"},{"version":"e907608f212bcf45dc162a2e3d6b43b228d3755ec63d6c17f40ab3c3990930ea","signature":"1e6807249f92a51acfe0471e5ba2292371f84c8342e88d54118345fa44bdd352"},{"version":"a26c267a7fa0537cf1c67245b684c27ac5e5399e17ef5212f01a9462b44e7a4d","signature":"3a474b833aa3ac373aa07ce975021acb5e7bf8b40e8db8369a483232bb4c8f41"},{"version":"2ebc6c8b1725616106503d17675ed69dc8c1c132e9130e5ac66c63600e8b79ea","signature":"278a185a99f1dd26f4291a6c7b3922f9a5c728d285117482020841fde7baaa5a"},{"version":"d411e24409e237f19f7595cef8b03d9e3a9f2dc625f381a7fcbb491b9f048b16","signature":"e4c70ab653202cf579d697dd9f7c4134c427723c791a760a9ee76593c5201706"},{"version":"72285073396927d2c7d449415ef38f90a1c147c654258b04186e116b6781de91","signature":"8b8feb392429e83e7db8c517b5dff5d822da5af82942ecf241dde131a5a7fdb5"},{"version":"3fdb52dc58fad8df0c1e6d47b94956407b44b2df7f43a92c748d897ec00f7dbb","signature":"d9d9ae5132cea64de7e1cadda377cfbc394523f53df9f11fc834d2d29c3d017d"},{"version":"ae7a9866fae34f5d3c02a3894f3ff6bf5c68b1481b986d62104b8aab158e59a7","signature":"c62081516049e826fd75df960f0e2457427ca5c0a4518628e1558c2e7961e102"},{"version":"255c295fc7b36a78e9e72a199f2528499900b364672692527d26c0cda0ceba83","signature":"f2f97bf1d679cf78001b997487a399d624c2eaa3f5783754c08bd3b58c60fadb"},{"version":"0d82f4f0a45e64eb4d0fd0cebf6c602d2ebcb2e94d2ccd3e3349beac82d069b0","signature":"4fc3f71c414a8b9be079abb3a8e70dd2413f7ba926cd8454adca0b164a87e9a8"},{"version":"9ae77c7d84d2f227215ff074242785c4d565d4cb29ae9f5af3612d41a8e901ea","signature":"4b0e0ad7c10d87884055abe2980a2b140582e30b68a08f71b96bf93f1abd9eb7"},{"version":"de671954d6d26a4a5acbb261e68b1301228a2324e4dd99382949fee3faa01d6f","signature":"02820336b731296dd3757063c6a3412f0d406e57a18e196fccf2260025f7e921"},{"version":"9234a1e34e0fe747f4701edcabc30da96cc4d7777b86fdbe147b40501bb889a2","signature":"188a8f6b92efddb97490858e8235e4e52a8360428ff62d414bf240e632031366"},{"version":"bdebfab626279274e9ff422435990c8e61ec0644dea69fac9909312fd3b8449f","affectsGlobalScope":true},{"version":"0c40e6d2a908f7fe3d35e5572ee7199a1f19aceebc1104d29f0f630aad92862b","affectsGlobalScope":true},"7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"02873d070f9cb79f50833fbf4a9a27ac578a2edf8ddb8421eba1b37faba83bfb","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"c0db280fa6b09d7b8d6720a19a47f485956a41ee0e6914f1b704033eb69c6058","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","afcc1c426b76db7ec80e563d4fb0ba9e6bcc6e63c2d7e9342e649dc56d26347f","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","489532ff54b714f0e0939947a1c560e516d3ae93d51d639ab02e907a0e950114","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","d903fafe96674bc0b2ac38a5be4a8fc07b14c2548d1cdb165a80ea24c44c0c54","b01a80007e448d035a16c74b5c95a5405b2e81b12fabcf18b75aa9eb9ef28990","04eb6578a588d6a46f50299b55f30e3a04ef27d0c5a46c57d8fcc211cd530faa","dbe5aa5a5dd8bd1c6a8d11b1310c3f0cdabaacc78a37b394a8c7b14faeb5fb84","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"d4ac44f01d42f541631c5fc88d0ed8efac29a3a3ad9a745d9fd58f8b61ed132e","7c013aa892414a7fdcfd861ae524a668eaa3ede8c7c0acafaf611948122c8d93","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"b3624aed92dab6da8484280d3cb3e2f4130ec3f4ef3f8201c95144ae9e898bb6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","3163f47436da41706c6e2b3c1511f3b7cce9f9f3905b2f3e01246c48b4ba7d14","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","213fc4f2b172d8beb74b77d7c1b41488d67348066d185e4263470cbb010cd6e8",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","4c8525f256873c7ba3135338c647eaf0ca7115a1a2805ae2d0056629461186ce","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"f7db71191aa7aac5d6bc927ed6e7075c2763d22c7238227ec0c63c8cf5cb6a8b","affectsGlobalScope":true},"06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","ec4bd1b200670fb567920db572d6701ed42a9641d09c4ff6869768c8f81b404c","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"652ee9c5103e89102d87bc20d167a02a0e3e5e53665674466c8cfea8a9e418c7"],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"esModuleInterop":true,"module":99,"noEmitOnError":true,"noErrorTruncation":true,"noImplicitAny":true,"noImplicitThis":true,"noStrictGenericChecks":false,"noUnusedLocals":false,"noUnusedParameters":false,"outDir":"./","rootDir":"../lib","skipLibCheck":true,"strict":false,"strictNullChecks":true,"strictPropertyInitialization":true,"target":5,"tsBuildInfoFile":"./tsbuildinfo","useUnknownInCatchVariables":false},"fileIdsList":[[65,111],[68,111],[69,74,102,111],[70,81,82,89,99,110,111],[70,71,81,89,111],[72,111],[73,74,82,90,111],[74,99,107,111],[75,77,81,89,111],[76,111],[77,78,111],[81,111],[79,81,111],[81,82,83,99,110,111],[81,82,83,96,99,102,111],[111,115],[111],[84,89,99,110,111],[81,82,84,85,89,99,107,110,111],[84,86,99,107,110,111],[65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117],[81,87,111],[88,110,111],[77,81,89,99,111],[90,111],[91,111],[68,92,111],[93,109,111,115],[94,111],[95,111],[81,96,97,111],[96,98,111,113],[69,81,99,100,101,102,111],[69,99,101,111],[99,100,111],[102,111],[103,111],[81,105,106,111],[105,106,111],[74,89,99,107,111],[108,111],[89,109,111],[69,84,95,110,111],[74,111],[99,111,112],[111,113],[111,114],[69,74,81,83,92,99,110,111,113,115],[99,111,116],[48,49,111],[53,111],[48,111],[59,111],[50,111],[47,111],[47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,111],[119],[48],[59],[47,48,49,50,51,52,53,54,55,56,57,58,59,60,61]],"referencedMap":[[65,1],[66,1],[68,2],[69,3],[70,4],[71,5],[72,6],[73,7],[74,8],[75,9],[76,10],[77,11],[78,11],[80,12],[79,13],[81,12],[82,14],[83,15],[67,16],[117,17],[84,18],[85,19],[86,20],[118,21],[87,22],[88,23],[89,24],[90,25],[91,26],[92,27],[93,28],[94,29],[95,30],[96,31],[97,31],[98,32],[99,33],[101,34],[100,35],[102,36],[103,37],[104,17],[105,38],[106,39],[107,40],[108,41],[109,42],[110,43],[111,44],[112,45],[113,46],[114,47],[115,48],[116,49],[10,17],[13,17],[12,17],[2,17],[14,17],[15,17],[16,17],[17,17],[18,17],[19,17],[20,17],[21,17],[3,17],[4,17],[25,17],[22,17],[23,17],[24,17],[26,17],[27,17],[28,17],[5,17],[29,17],[30,17],[31,17],[32,17],[6,17],[33,17],[34,17],[35,17],[36,17],[7,17],[41,17],[37,17],[38,17],[39,17],[40,17],[8,17],[45,17],[42,17],[43,17],[44,17],[1,17],[9,17],[46,17],[11,17],[50,50],[51,17],[52,17],[54,51],[55,17],[56,17],[57,52],[49,52],[58,17],[59,17],[60,53],[61,54],[53,52],[47,17],[48,55],[62,56],[63,17],[64,17]],"exportedModulesMap":[[65,1],[66,1],[68,2],[69,3],[70,4],[71,5],[72,6],[73,7],[74,8],[75,9],[76,10],[77,11],[78,11],[80,12],[79,13],[81,12],[82,14],[83,15],[67,16],[117,17],[84,18],[85,19],[86,20],[118,21],[87,22],[88,23],[89,24],[90,25],[91,26],[92,27],[93,28],[94,29],[95,30],[96,31],[97,31],[98,32],[99,33],[101,34],[100,35],[102,36],[103,37],[104,17],[105,38],[106,39],[107,40],[108,41],[109,42],[110,43],[111,44],[112,45],[113,46],[114,47],[115,48],[116,49],[10,57],[13,57],[12,57],[2,57],[14,57],[15,57],[16,57],[17,57],[18,57],[19,57],[20,57],[21,57],[3,57],[4,57],[25,57],[22,57],[23,57],[24,57],[26,57],[27,57],[28,57],[5,57],[29,57],[30,57],[31,57],[32,57],[6,57],[33,57],[34,57],[35,57],[36,57],[7,57],[41,57],[37,57],[38,57],[39,57],[40,57],[8,57],[45,57],[42,57],[43,57],[44,57],[1,57],[9,57],[46,57],[11,57],[57,58],[60,59],[53,58],[62,60],[63,57],[64,57]],"semanticDiagnosticsPerFile":[65,66,68,69,70,71,72,73,74,75,76,77,78,80,79,81,82,83,67,117,84,85,86,118,87,88,89,90,91,92,93,94,95,96,97,98,99,101,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,10,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,33,34,35,36,7,41,37,38,39,40,8,45,42,43,44,1,9,46,11,50,51,52,54,55,56,57,49,58,59,60,61,53,47,48,62,63,64]},"version":"4.5.4"}
|