1 |
- {"ast":null,"code":"\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.LiteWindow = void 0;\nvar Element_js_1 = require(\"./Element.js\");\nvar Document_js_1 = require(\"./Document.js\");\nvar List_js_1 = require(\"./List.js\");\nvar Parser_js_1 = require(\"./Parser.js\");\nvar LiteWindow = function () {\n function LiteWindow() {\n this.DOMParser = Parser_js_1.LiteParser;\n this.NodeList = List_js_1.LiteList;\n this.HTMLCollection = List_js_1.LiteList;\n this.HTMLElement = Element_js_1.LiteElement;\n this.DocumentFragment = List_js_1.LiteList;\n this.Document = Document_js_1.LiteDocument;\n this.document = new Document_js_1.LiteDocument();\n }\n return LiteWindow;\n}();\nexports.LiteWindow = LiteWindow;","map":{"version":3,"names":["Object","defineProperty","exports","value","LiteWindow","Element_js_1","require","Document_js_1","List_js_1","Parser_js_1","DOMParser","LiteParser","NodeList","LiteList","HTMLCollection","HTMLElement","LiteElement","DocumentFragment","Document","LiteDocument","document"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/mathjax-full/js/adaptors/lite/Window.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.LiteWindow = void 0;\nvar Element_js_1 = require(\"./Element.js\");\nvar Document_js_1 = require(\"./Document.js\");\nvar List_js_1 = require(\"./List.js\");\nvar Parser_js_1 = require(\"./Parser.js\");\nvar LiteWindow = (function () {\n function LiteWindow() {\n this.DOMParser = Parser_js_1.LiteParser;\n this.NodeList = List_js_1.LiteList;\n this.HTMLCollection = List_js_1.LiteList;\n this.HTMLElement = Element_js_1.LiteElement;\n this.DocumentFragment = List_js_1.LiteList;\n this.Document = Document_js_1.LiteDocument;\n this.document = new Document_js_1.LiteDocument();\n }\n return LiteWindow;\n}());\nexports.LiteWindow = LiteWindow;\n"],"mappings":"AAAA,YAAY;;AACZA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,UAAU,GAAG,KAAK,CAAC;AAC3B,IAAIC,YAAY,GAAGC,OAAO,CAAC,cAAc,CAAC;AAC1C,IAAIC,aAAa,GAAGD,OAAO,CAAC,eAAe,CAAC;AAC5C,IAAIE,SAAS,GAAGF,OAAO,CAAC,WAAW,CAAC;AACpC,IAAIG,WAAW,GAAGH,OAAO,CAAC,aAAa,CAAC;AACxC,IAAIF,UAAU,GAAI,YAAY;EAC1B,SAASA,UAAUA,CAAA,EAAG;IAClB,IAAI,CAACM,SAAS,GAAGD,WAAW,CAACE,UAAU;IACvC,IAAI,CAACC,QAAQ,GAAGJ,SAAS,CAACK,QAAQ;IAClC,IAAI,CAACC,cAAc,GAAGN,SAAS,CAACK,QAAQ;IACxC,IAAI,CAACE,WAAW,GAAGV,YAAY,CAACW,WAAW;IAC3C,IAAI,CAACC,gBAAgB,GAAGT,SAAS,CAACK,QAAQ;IAC1C,IAAI,CAACK,QAAQ,GAAGX,aAAa,CAACY,YAAY;IAC1C,IAAI,CAACC,QAAQ,GAAG,IAAIb,aAAa,CAACY,YAAY,CAAC,CAAC;EACpD;EACA,OAAOf,UAAU;AACrB,CAAC,CAAC,CAAE;AACJF,OAAO,CAACE,UAAU,GAAGA,UAAU","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}
|