summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/matrix-js-sdk/lib/errors.js.map
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/matrix/node_modules/matrix-js-sdk/lib/errors.js.map')
-rw-r--r--includes/external/matrix/node_modules/matrix-js-sdk/lib/errors.js.map1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/external/matrix/node_modules/matrix-js-sdk/lib/errors.js.map b/includes/external/matrix/node_modules/matrix-js-sdk/lib/errors.js.map
deleted file mode 100644
index 1dd02b3..0000000
--- a/includes/external/matrix/node_modules/matrix-js-sdk/lib/errors.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"file":"errors.js","names":["InvalidStoreState","exports","InvalidStoreError","Error","constructor","reason","value","message","name","_defineProperty2","default","ToggledLazyLoading","InvalidCryptoStoreState","InvalidCryptoStoreError","TooNew","KeySignatureUploadError"],"sources":["../src/errors.ts"],"sourcesContent":["/*\nCopyright 2022 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nexport enum InvalidStoreState {\n ToggledLazyLoading,\n}\n\nexport class InvalidStoreError extends Error {\n public static TOGGLED_LAZY_LOADING = InvalidStoreState.ToggledLazyLoading;\n\n public constructor(public readonly reason: InvalidStoreState, public readonly value: any) {\n const message =\n `Store is invalid because ${reason}, ` +\n `please stop the client, delete all data and start the client again`;\n super(message);\n this.name = \"InvalidStoreError\";\n }\n}\n\nexport enum InvalidCryptoStoreState {\n TooNew = \"TOO_NEW\",\n}\n\nexport class InvalidCryptoStoreError extends Error {\n public static TOO_NEW = InvalidCryptoStoreState.TooNew;\n\n public constructor(public readonly reason: InvalidCryptoStoreState) {\n const message =\n `Crypto store is invalid because ${reason}, ` +\n `please stop the client, delete all data and start the client again`;\n super(message);\n this.name = \"InvalidCryptoStoreError\";\n }\n}\n\nexport class KeySignatureUploadError extends Error {\n public constructor(message: string, public readonly value: any) {\n super(message);\n }\n}\n"],"mappings":";;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAdA,IAgBYA,iBAAiB;AAAAC,OAAA,CAAAD,iBAAA,GAAAA,iBAAA;AAAA,WAAjBA,iBAAiB;EAAjBA,iBAAiB,CAAjBA,iBAAiB;AAAA,GAAjBA,iBAAiB,KAAAC,OAAA,CAAAD,iBAAA,GAAjBA,iBAAiB;AAItB,MAAME,iBAAiB,SAASC,KAAK,CAAC;EAGlCC,WAAWA,CAAiBC,MAAyB,EAAkBC,KAAU,EAAE;IACtF,MAAMC,OAAO,GACR,4BAA2BF,MAAO,IAAG,GACrC,oEAAmE;IACxE,KAAK,CAACE,OAAO,CAAC;IAAC,KAJgBF,MAAyB,GAAzBA,MAAyB;IAAA,KAAkBC,KAAU,GAAVA,KAAU;IAKpF,IAAI,CAACE,IAAI,GAAG,mBAAmB;EACnC;AACJ;AAACP,OAAA,CAAAC,iBAAA,GAAAA,iBAAA;AAAA,IAAAO,gBAAA,CAAAC,OAAA,EAVYR,iBAAiB,0BACWF,iBAAiB,CAACW,kBAAkB;AAAA,IAWjEC,uBAAuB;AAAAX,OAAA,CAAAW,uBAAA,GAAAA,uBAAA;AAAA,WAAvBA,uBAAuB;EAAvBA,uBAAuB;AAAA,GAAvBA,uBAAuB,KAAAX,OAAA,CAAAW,uBAAA,GAAvBA,uBAAuB;AAI5B,MAAMC,uBAAuB,SAASV,KAAK,CAAC;EAGxCC,WAAWA,CAAiBC,MAA+B,EAAE;IAChE,MAAME,OAAO,GACR,mCAAkCF,MAAO,IAAG,GAC5C,oEAAmE;IACxE,KAAK,CAACE,OAAO,CAAC;IAAC,KAJgBF,MAA+B,GAA/BA,MAA+B;IAK9D,IAAI,CAACG,IAAI,GAAG,yBAAyB;EACzC;AACJ;AAACP,OAAA,CAAAY,uBAAA,GAAAA,uBAAA;AAAA,IAAAJ,gBAAA,CAAAC,OAAA,EAVYG,uBAAuB,aACRD,uBAAuB,CAACE,MAAM;AAWnD,MAAMC,uBAAuB,SAASZ,KAAK,CAAC;EACxCC,WAAWA,CAACG,OAAe,EAAkBD,KAAU,EAAE;IAC5D,KAAK,CAACC,OAAO,CAAC;IAAC,KADiCD,KAAU,GAAVA,KAAU;EAE9D;AACJ;AAACL,OAAA,CAAAc,uBAAA,GAAAA,uBAAA"} \ No newline at end of file