1 |
- {"ast":null,"code":"\"use strict\";\n\n// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.BackgroundEvent = void 0;\nconst Exports_js_1 = require(\"./Exports.js\");\nclass BackgroundEvent extends Exports_js_1.PlatformEvent {\n constructor(error) {\n super(\"BackgroundEvent\", Exports_js_1.EventType.Error);\n this.privError = error;\n }\n get error() {\n return this.privError;\n }\n}\nexports.BackgroundEvent = BackgroundEvent;","map":{"version":3,"names":["Object","defineProperty","exports","value","BackgroundEvent","Exports_js_1","require","PlatformEvent","constructor","error","EventType","Error","privError"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/microsoft-cognitiveservices-speech-sdk/distrib/lib/src/common/BackgroundError.js"],"sourcesContent":["\"use strict\";\n// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.BackgroundEvent = void 0;\nconst Exports_js_1 = require(\"./Exports.js\");\nclass BackgroundEvent extends Exports_js_1.PlatformEvent {\n constructor(error) {\n super(\"BackgroundEvent\", Exports_js_1.EventType.Error);\n this.privError = error;\n }\n get error() {\n return this.privError;\n }\n}\nexports.BackgroundEvent = BackgroundEvent;\n\n"],"mappings":"AAAA,YAAY;;AACZ;AACA;AACAA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,eAAe,GAAG,KAAK,CAAC;AAChC,MAAMC,YAAY,GAAGC,OAAO,CAAC,cAAc,CAAC;AAC5C,MAAMF,eAAe,SAASC,YAAY,CAACE,aAAa,CAAC;EACrDC,WAAWA,CAACC,KAAK,EAAE;IACf,KAAK,CAAC,iBAAiB,EAAEJ,YAAY,CAACK,SAAS,CAACC,KAAK,CAAC;IACtD,IAAI,CAACC,SAAS,GAAGH,KAAK;EAC1B;EACA,IAAIA,KAAKA,CAAA,EAAG;IACR,OAAO,IAAI,CAACG,SAAS;EACzB;AACJ;AACAV,OAAO,CAACE,eAAe,GAAGA,eAAe","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}
|