uomtiles 0.1.0
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/.output/nitro.json +15 -0
- package/.output/public/_nuxt/1d1PDhA4.js +1 -0
- package/.output/public/_nuxt/3B2XYGg4.js +1 -0
- package/.output/public/_nuxt/981KwFWf.js +1 -0
- package/.output/public/_nuxt/B30dSvM4.js +1 -0
- package/.output/public/_nuxt/BN1Gp4Dm.js +1 -0
- package/.output/public/_nuxt/BQlj8Xoe.js +6 -0
- package/.output/public/_nuxt/BRkljK8J.js +1 -0
- package/.output/public/_nuxt/BSdHYVlE2.js +1 -0
- package/.output/public/_nuxt/B_MqTg2k2.js +1 -0
- package/.output/public/_nuxt/BiWblTbb2.js +64 -0
- package/.output/public/_nuxt/BrPwntMr.js +1 -0
- package/.output/public/_nuxt/BskybydR.js +1 -0
- package/.output/public/_nuxt/ByRlKR9F.js +1 -0
- package/.output/public/_nuxt/C0Zdl2EE2.js +1 -0
- package/.output/public/_nuxt/C4qlzA4o.js +1 -0
- package/.output/public/_nuxt/C7HxHbxA.js +1 -0
- package/.output/public/_nuxt/C97TfNgP.js +3 -0
- package/.output/public/_nuxt/CNs_Ozdc.js +1 -0
- package/.output/public/_nuxt/CPuhwLY1.js +1 -0
- package/.output/public/_nuxt/CVE291Pi.js +1 -0
- package/.output/public/_nuxt/C_0VY3Cv2.js +4 -0
- package/.output/public/_nuxt/Ce26t8_Y.js +1 -0
- package/.output/public/_nuxt/CfW544W5.js +1 -0
- package/.output/public/_nuxt/CgMd2Y5s.js +2 -0
- package/.output/public/_nuxt/CgdzV712.js +1 -0
- package/.output/public/_nuxt/D1wVNWS0.js +1 -0
- package/.output/public/_nuxt/DC3bhq63.js +1 -0
- package/.output/public/_nuxt/DK3Fl9T5.js +1 -0
- package/.output/public/_nuxt/DL1MZZLI.js +1 -0
- package/.output/public/_nuxt/DXm-42Fi.js +1 -0
- package/.output/public/_nuxt/Djg3Kzfv.js +1 -0
- package/.output/public/_nuxt/DkcySee1.js +1 -0
- package/.output/public/_nuxt/DmN-PKW1.js +1 -0
- package/.output/public/_nuxt/DtFVCXI9.js +1 -0
- package/.output/public/_nuxt/Dz7VMlHR.js +1 -0
- package/.output/public/_nuxt/NL65vbjG2.js +1 -0
- package/.output/public/_nuxt/Oxy7pKSk.js +3 -0
- package/.output/public/_nuxt/Pik8or8N2.js +1 -0
- package/.output/public/_nuxt/XZ59tThl.js +1 -0
- package/.output/public/_nuxt/ZpWjFsgV.js +1 -0
- package/.output/public/_nuxt/builds/latest.json +1 -0
- package/.output/public/_nuxt/builds/meta/9f85104e-738d-4a74-8daa-40b136ce17d5.json +1 -0
- package/.output/public/_nuxt/dXz6dFgW2.js +1 -0
- package/.output/public/_nuxt/entry.P6tFNE31.css +1 -0
- package/.output/public/_nuxt/error-404.Biv0P6cJ.css +1 -0
- package/.output/public/_nuxt/error-500.8ok468rV.css +1 -0
- package/.output/public/_nuxt/j0MRD-c3.js +1 -0
- package/.output/public/_nuxt/local-pixel-diff.worker-C6RdZoCq.js +2 -0
- package/.output/public/_nuxt/maplibre-gl-worker.nfnkSQvL.mjs +6 -0
- package/.output/public/_nuxt/nearest-area.worker-iSLH0Y_s.js +2 -0
- package/.output/public/_nuxt/q7DkoVkj.js +828 -0
- package/.output/public/_nuxt/raster-tile.worker-BFlOgJig.js +2 -0
- package/.output/public/_nuxt/services._3nQizF8.css +1 -0
- package/.output/public/_nuxt/sql-wasm.DfANybxk.wasm +0 -0
- package/.output/public/_nuxt/tile-diff.worker-CvWWI_eu.js +1 -0
- package/.output/public/_nuxt/zZ1EGR7Y.js +1 -0
- package/.output/public/apple-touch-icon.png +0 -0
- package/.output/public/favicon.ico +0 -0
- package/.output/public/favicon.svg +8 -0
- package/.output/public/icon-192.png +0 -0
- package/.output/public/icon-512.png +0 -0
- package/.output/public/site.webmanifest +11 -0
- package/.output/server/chunks/_/config.mjs +208 -0
- package/.output/server/chunks/_/config.mjs.map +1 -0
- package/.output/server/chunks/_/data-directory.mjs +24 -0
- package/.output/server/chunks/_/data-directory.mjs.map +1 -0
- package/.output/server/chunks/_/error-500.mjs +20 -0
- package/.output/server/chunks/_/error-500.mjs.map +1 -0
- package/.output/server/chunks/_/file-workspace.mjs +910 -0
- package/.output/server/chunks/_/file-workspace.mjs.map +1 -0
- package/.output/server/chunks/_/icons.mjs +6269 -0
- package/.output/server/chunks/_/icons.mjs.map +1 -0
- package/.output/server/chunks/_/map-service.mjs +233 -0
- package/.output/server/chunks/_/map-service.mjs.map +1 -0
- package/.output/server/chunks/_/missing-tile.mjs +104 -0
- package/.output/server/chunks/_/missing-tile.mjs.map +1 -0
- package/.output/server/chunks/_/pixel-diff.mjs +78 -0
- package/.output/server/chunks/_/pixel-diff.mjs.map +1 -0
- package/.output/server/chunks/_/uom-auth.mjs +334 -0
- package/.output/server/chunks/_/uom-auth.mjs.map +1 -0
- package/.output/server/chunks/_/uom-map.mjs +265 -0
- package/.output/server/chunks/_/uom-map.mjs.map +1 -0
- package/.output/server/chunks/build/Alert-0ngTJXxP.mjs +5076 -0
- package/.output/server/chunks/build/Alert-0ngTJXxP.mjs.map +1 -0
- package/.output/server/chunks/build/DashboardSidebarToggle-pncTaIJq.mjs +569 -0
- package/.output/server/chunks/build/DashboardSidebarToggle-pncTaIJq.mjs.map +1 -0
- package/.output/server/chunks/build/Empty-CkW3mADt.mjs +359 -0
- package/.output/server/chunks/build/Empty-CkW3mADt.mjs.map +1 -0
- package/.output/server/chunks/build/FocusScope-Cf0lg0zt.mjs +207 -0
- package/.output/server/chunks/build/FocusScope-Cf0lg0zt.mjs.map +1 -0
- package/.output/server/chunks/build/FormField-CEUZHcv7.mjs +278 -0
- package/.output/server/chunks/build/FormField-CEUZHcv7.mjs.map +1 -0
- package/.output/server/chunks/build/Input-BeNavYXb.mjs +592 -0
- package/.output/server/chunks/build/Input-BeNavYXb.mjs.map +1 -0
- package/.output/server/chunks/build/MapBaseLayerTabs-4445J6yh.mjs +2003 -0
- package/.output/server/chunks/build/MapBaseLayerTabs-4445J6yh.mjs.map +1 -0
- package/.output/server/chunks/build/Modal-DNZtVxca.mjs +1326 -0
- package/.output/server/chunks/build/Modal-DNZtVxca.mjs.map +1 -0
- package/.output/server/chunks/build/OnlineMap-CKwiuqUY.mjs +146 -0
- package/.output/server/chunks/build/OnlineMap-CKwiuqUY.mjs.map +1 -0
- package/.output/server/chunks/build/Pagination-CDHx4HTZ.mjs +1025 -0
- package/.output/server/chunks/build/Pagination-CDHx4HTZ.mjs.map +1 -0
- package/.output/server/chunks/build/PopperArrow-Bqfdf2Et.mjs +2066 -0
- package/.output/server/chunks/build/PopperArrow-Bqfdf2Et.mjs.map +1 -0
- package/.output/server/chunks/build/ScrollArea-BQK3em8b.mjs +379 -0
- package/.output/server/chunks/build/ScrollArea-BQK3em8b.mjs.map +1 -0
- package/.output/server/chunks/build/Slider-D-n8Y0CX.mjs +1087 -0
- package/.output/server/chunks/build/Slider-D-n8Y0CX.mjs.map +1 -0
- package/.output/server/chunks/build/Tooltip-CkpSktvJ.mjs +1345 -0
- package/.output/server/chunks/build/Tooltip-CkpSktvJ.mjs.map +1 -0
- package/.output/server/chunks/build/_virtual_public-CeOptKUP.mjs +7 -0
- package/.output/server/chunks/build/_virtual_public-CeOptKUP.mjs.map +1 -0
- package/.output/server/chunks/build/advanced-D1onodoF.mjs +1430 -0
- package/.output/server/chunks/build/advanced-D1onodoF.mjs.map +1 -0
- package/.output/server/chunks/build/compare-DmSAW8oA.mjs +1093 -0
- package/.output/server/chunks/build/compare-DmSAW8oA.mjs.map +1 -0
- package/.output/server/chunks/build/dashboard-BJxrZ19n.mjs +3217 -0
- package/.output/server/chunks/build/dashboard-BJxrZ19n.mjs.map +1 -0
- package/.output/server/chunks/build/details-CBMqXYyo.mjs +3714 -0
- package/.output/server/chunks/build/details-CBMqXYyo.mjs.map +1 -0
- package/.output/server/chunks/build/error-404-D9aQjJRn.mjs +86 -0
- package/.output/server/chunks/build/error-404-D9aQjJRn.mjs.map +1 -0
- package/.output/server/chunks/build/error-404-styles.DciiguV6.mjs +9 -0
- package/.output/server/chunks/build/error-404-styles.DciiguV6.mjs.map +1 -0
- package/.output/server/chunks/build/error-500-BNyA3wrb.mjs +74 -0
- package/.output/server/chunks/build/error-500-BNyA3wrb.mjs.map +1 -0
- package/.output/server/chunks/build/error-500-styles.C562DYMR.mjs +9 -0
- package/.output/server/chunks/build/error-500-styles.C562DYMR.mjs.map +1 -0
- package/.output/server/chunks/build/esm-Dp2lJXbp.mjs +1121 -0
- package/.output/server/chunks/build/esm-Dp2lJXbp.mjs.map +1 -0
- package/.output/server/chunks/build/interval-BxUMpo78.mjs +411 -0
- package/.output/server/chunks/build/interval-BxUMpo78.mjs.map +1 -0
- package/.output/server/chunks/build/login-lbtjN0MV.mjs +642 -0
- package/.output/server/chunks/build/login-lbtjN0MV.mjs.map +1 -0
- package/.output/server/chunks/build/pages-Ba0Eixbd.mjs +220 -0
- package/.output/server/chunks/build/pages-Ba0Eixbd.mjs.map +1 -0
- package/.output/server/chunks/build/services-DuJwjAB8.mjs +3005 -0
- package/.output/server/chunks/build/services-DuJwjAB8.mjs.map +1 -0
- package/.output/server/chunks/build/services-styles.eoO16BY9.mjs +9 -0
- package/.output/server/chunks/build/services-styles.eoO16BY9.mjs.map +1 -0
- package/.output/server/chunks/build/tasks-CyN9x492.mjs +915 -0
- package/.output/server/chunks/build/tasks-CyN9x492.mjs.map +1 -0
- package/.output/server/chunks/build/tasks-D_Q5EDnn.mjs +87 -0
- package/.output/server/chunks/build/tasks-D_Q5EDnn.mjs.map +1 -0
- package/.output/server/chunks/nitro/nitro.mjs +6215 -0
- package/.output/server/chunks/nitro/nitro.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/captcha.post.mjs +21 -0
- package/.output/server/chunks/routes/api/auth/captcha.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/login.post.mjs +27 -0
- package/.output/server/chunks/routes/api/auth/login.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/logout.post.mjs +22 -0
- package/.output/server/chunks/routes/api/auth/logout.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/map-token.post.mjs +22 -0
- package/.output/server/chunks/routes/api/auth/map-token.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/send-sms.post.mjs +31 -0
- package/.output/server/chunks/routes/api/auth/send-sms.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/status.get.mjs +21 -0
- package/.output/server/chunks/routes/api/auth/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/base/_baseLayer/_zoom/_tileX/_tileY_.get.mjs +44 -0
- package/.output/server/chunks/routes/api/map/base/_baseLayer/_zoom/_tileX/_tileY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/live/status.get.mjs +32 -0
- package/.output/server/chunks/routes/api/map/live/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/online/_layerGroup/_zoom/_tileX/_tileY_.get.mjs +48 -0
- package/.output/server/chunks/routes/api/map/online/_layerGroup/_zoom/_tileX/_tileY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/online-root/_layerGroup/_rootX/_rootY_.get.mjs +46 -0
- package/.output/server/chunks/routes/api/map/online-root/_layerGroup/_rootX/_rootY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/config.post.mjs +38 -0
- package/.output/server/chunks/routes/api/map-service/config.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/file.post.mjs +41 -0
- package/.output/server/chunks/routes/api/map-service/file.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/source.post.mjs +35 -0
- package/.output/server/chunks/routes/api/map-service/source.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/status.get.mjs +32 -0
- package/.output/server/chunks/routes/api/map-service/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/analysis.get.mjs +47 -0
- package/.output/server/chunks/routes/api/workspace/_filename/analysis.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/download.get.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/_filename/download.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/export/_format_.get.mjs +42 -0
- package/.output/server/chunks/routes/api/workspace/_filename/export/_format_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tile.get.mjs +48 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tile.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tiles.get.mjs +45 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tiles.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename_.delete.mjs +32 -0
- package/.output/server/chunks/routes/api/workspace/_filename_.delete.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/compare/batch.get.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/compare/batch.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/compare.post.mjs +33 -0
- package/.output/server/chunks/routes/api/workspace/compare.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/fetch.post.mjs +33 -0
- package/.output/server/chunks/routes/api/workspace/fetch.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/files.get.mjs +27 -0
- package/.output/server/chunks/routes/api/workspace/files.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/files.post.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/files.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/stop.post.mjs +32 -0
- package/.output/server/chunks/routes/api/workspace/stop.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/tasks.post.mjs +36 -0
- package/.output/server/chunks/routes/api/workspace/tasks.post.mjs.map +1 -0
- package/.output/server/chunks/routes/renderer.mjs +422 -0
- package/.output/server/chunks/routes/renderer.mjs.map +1 -0
- package/.output/server/chunks/routes/services/wms.get.mjs +54 -0
- package/.output/server/chunks/routes/services/wms.get.mjs.map +1 -0
- package/.output/server/chunks/routes/services/wmts.get.mjs +54 -0
- package/.output/server/chunks/routes/services/wmts.get.mjs.map +1 -0
- package/.output/server/chunks/virtual/_virtual_spa-template.mjs +4 -0
- package/.output/server/chunks/virtual/_virtual_spa-template.mjs.map +1 -0
- package/.output/server/chunks/virtual/entry.mjs +18545 -0
- package/.output/server/chunks/virtual/entry.mjs.map +1 -0
- package/.output/server/chunks/virtual/precomputed.mjs +4 -0
- package/.output/server/chunks/virtual/precomputed.mjs.map +1 -0
- package/.output/server/chunks/virtual/styles.mjs +10 -0
- package/.output/server/chunks/virtual/styles.mjs.map +1 -0
- package/.output/server/index.mjs +12 -0
- package/.output/server/index.mjs.map +1 -0
- package/.output/server/node_modules/@babel/parser/lib/index.js +14611 -0
- package/.output/server/node_modules/@babel/parser/package.json +50 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/index.js +295 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/keywords.js +701 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/common.js +75 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/format.js +39 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icon.js +47 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icons.js +128 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/bool.js +19 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/defaults.js +13 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/flip.js +17 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/merge.js +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/rotate.js +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/cleanup.js +78 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/convert.js +100 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/data.js +28 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/format.js +58 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/parse.js +48 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/base.js +203 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/create.js +33 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/numbers.js +132 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/similar.js +165 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/tree.js +79 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/find.js +92 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/replace.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/components.js +76 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/missing.js +66 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/name.js +45 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/parse.js +103 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/similar.js +36 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/tree.js +92 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/variations.js +62 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/defaults.js +25 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/merge.js +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/name.js +57 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/square.js +33 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/transformations.js +12 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/convert-info.js +125 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/expand.js +19 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icon.js +25 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icons.js +36 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/minify.js +91 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/parse.js +46 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/tree.js +23 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate-basic.js +42 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate.js +123 -0
- package/.output/server/node_modules/@iconify/utils/lib/index.js +52 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/custom.js +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/loader.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/modern.js +27 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/utils.js +105 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/objects.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/strings.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/title.js +9 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/build.js +113 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/defs.js +31 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.js +13 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/html.js +9 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/id.js +41 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/inner-html.js +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/parse.js +67 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/pretty.js +54 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/size.js +27 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/trim.js +7 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/url.js +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/viewbox.js +8 -0
- package/.output/server/node_modules/@iconify/utils/package.json +119 -0
- package/.output/server/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6801 -0
- package/.output/server/node_modules/@vue/compiler-core/package.json +58 -0
- package/.output/server/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +692 -0
- package/.output/server/node_modules/@vue/compiler-dom/package.json +57 -0
- package/.output/server/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +1420 -0
- package/.output/server/node_modules/@vue/compiler-ssr/package.json +34 -0
- package/.output/server/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +1903 -0
- package/.output/server/node_modules/@vue/reactivity/package.json +55 -0
- package/.output/server/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +6976 -0
- package/.output/server/node_modules/@vue/runtime-core/package.json +52 -0
- package/.output/server/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +1841 -0
- package/.output/server/node_modules/@vue/runtime-dom/package.json +60 -0
- package/.output/server/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +904 -0
- package/.output/server/node_modules/@vue/server-renderer/package.json +53 -0
- package/.output/server/node_modules/@vue/shared/dist/shared.cjs.prod.js +609 -0
- package/.output/server/node_modules/@vue/shared/package.json +47 -0
- package/.output/server/node_modules/consola/dist/chunks/prompt.mjs +280 -0
- package/.output/server/node_modules/consola/dist/core.mjs +512 -0
- package/.output/server/node_modules/consola/dist/index.mjs +651 -0
- package/.output/server/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs +72 -0
- package/.output/server/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs +288 -0
- package/.output/server/node_modules/consola/package.json +136 -0
- package/.output/server/node_modules/devalue/index.js +17 -0
- package/.output/server/node_modules/devalue/package.json +39 -0
- package/.output/server/node_modules/devalue/src/base64.js +60 -0
- package/.output/server/node_modules/devalue/src/constants.js +12 -0
- package/.output/server/node_modules/devalue/src/operations.js +193 -0
- package/.output/server/node_modules/devalue/src/parse.js +270 -0
- package/.output/server/node_modules/devalue/src/stringify.js +428 -0
- package/.output/server/node_modules/devalue/src/uneval.js +582 -0
- package/.output/server/node_modules/devalue/src/utils.js +185 -0
- package/.output/server/node_modules/entities/dist/commonjs/decode-codepoint.js +77 -0
- package/.output/server/node_modules/entities/dist/commonjs/decode.js +568 -0
- package/.output/server/node_modules/entities/dist/commonjs/generated/decode-data-html.js +7 -0
- package/.output/server/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +7 -0
- package/.output/server/node_modules/entities/dist/commonjs/internal/bin-trie-flags.js +21 -0
- package/.output/server/node_modules/entities/dist/commonjs/internal/decode-shared.js +31 -0
- package/.output/server/node_modules/entities/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/entities/package.json +120 -0
- package/.output/server/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
- package/.output/server/node_modules/estree-walker/package.json +37 -0
- package/.output/server/node_modules/fflate/esm/index.mjs +2710 -0
- package/.output/server/node_modules/fflate/package.json +128 -0
- package/.output/server/node_modules/fnv1a-64/dist/index.mjs +95 -0
- package/.output/server/node_modules/fnv1a-64/package.json +75 -0
- package/.output/server/node_modules/hookable/dist/index.mjs +257 -0
- package/.output/server/node_modules/hookable/package.json +53 -0
- package/.output/server/node_modules/nostics/dist/formatters/ansi.mjs +19 -0
- package/.output/server/node_modules/nostics/dist/index.mjs +187 -0
- package/.output/server/node_modules/nostics/package.json +125 -0
- package/.output/server/node_modules/object-identity/index.js +60 -0
- package/.output/server/node_modules/object-identity/package.json +40 -0
- package/.output/server/node_modules/p-limit/index.js +104 -0
- package/.output/server/node_modules/p-limit/package.json +58 -0
- package/.output/server/node_modules/pmtiles/dist/esm/index.js +2 -0
- package/.output/server/node_modules/pmtiles/package.json +50 -0
- package/.output/server/node_modules/source-map-js/lib/array-set.js +121 -0
- package/.output/server/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/.output/server/node_modules/source-map-js/lib/base64.js +67 -0
- package/.output/server/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/.output/server/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/.output/server/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/.output/server/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/.output/server/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/.output/server/node_modules/source-map-js/lib/source-node.js +413 -0
- package/.output/server/node_modules/source-map-js/lib/util.js +594 -0
- package/.output/server/node_modules/source-map-js/package.json +71 -0
- package/.output/server/node_modules/source-map-js/source-map.js +8 -0
- package/.output/server/node_modules/tailwindcss/dist/chunk-DCG7AFIE.mjs +1 -0
- package/.output/server/node_modules/tailwindcss/dist/colors.mjs +1 -0
- package/.output/server/node_modules/tailwindcss/package.json +89 -0
- package/.output/server/node_modules/ufo/dist/index.mjs +645 -0
- package/.output/server/node_modules/ufo/package.json +48 -0
- package/.output/server/node_modules/unhead/dist/client.mjs +22 -0
- package/.output/server/node_modules/unhead/dist/index.mjs +52 -0
- package/.output/server/node_modules/unhead/dist/legacy.mjs +33 -0
- package/.output/server/node_modules/unhead/dist/minify.mjs +183 -0
- package/.output/server/node_modules/unhead/dist/parser.mjs +518 -0
- package/.output/server/node_modules/unhead/dist/plugins.mjs +631 -0
- package/.output/server/node_modules/unhead/dist/scripts.node.mjs +6 -0
- package/.output/server/node_modules/unhead/dist/server.mjs +99 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BEmVMkeA.mjs +673 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BGFxPGPQ.mjs +47 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BQWSw36o.mjs +192 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bb4d5b9h.mjs +67 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BdK3SLPN.mjs +585 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bf_fPVYA.mjs +6 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bm4Y6XQI.mjs +17 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.C3b2Ipoj.mjs +223 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CGPOfp5O.mjs +32 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CHEy9ana.mjs +7 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CTjuIdzk.mjs +27 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CfKy3Kuq.mjs +196 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.D7HkBzZn.mjs +59 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DNKiVLV7.mjs +400 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.MC5RsXLj.mjs +19 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.jEy9BmRq.mjs +264 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.tQnRaXfX.mjs +240 -0
- package/.output/server/node_modules/unhead/dist/stream/client.mjs +28 -0
- package/.output/server/node_modules/unhead/dist/stream/iife.mjs +2 -0
- package/.output/server/node_modules/unhead/dist/stream/server.mjs +264 -0
- package/.output/server/node_modules/unhead/dist/utils.mjs +7 -0
- package/.output/server/node_modules/unhead/package.json +179 -0
- package/.output/server/node_modules/vue/dist/vue.cjs.js +80 -0
- package/.output/server/node_modules/vue/dist/vue.cjs.prod.js +66 -0
- package/.output/server/node_modules/vue/index.js +7 -0
- package/.output/server/node_modules/vue/index.mjs +1 -0
- package/.output/server/node_modules/vue/package.json +112 -0
- package/.output/server/node_modules/vue/server-renderer/index.mjs +1 -0
- package/.output/server/node_modules/vue-bundle-renderer/dist/runtime.mjs +278 -0
- package/.output/server/node_modules/vue-bundle-renderer/package.json +54 -0
- package/.output/server/node_modules/yocto-queue/index.js +90 -0
- package/.output/server/node_modules/yocto-queue/package.json +48 -0
- package/.output/server/node_modules/zod/index.js +4 -0
- package/.output/server/node_modules/zod/package.json +135 -0
- package/.output/server/node_modules/zod/v4/classic/checks.js +1 -0
- package/.output/server/node_modules/zod/v4/classic/coerce.js +17 -0
- package/.output/server/node_modules/zod/v4/classic/compat.js +31 -0
- package/.output/server/node_modules/zod/v4/classic/errors.js +48 -0
- package/.output/server/node_modules/zod/v4/classic/external.js +20 -0
- package/.output/server/node_modules/zod/v4/classic/from-json-schema.js +599 -0
- package/.output/server/node_modules/zod/v4/classic/iso.js +30 -0
- package/.output/server/node_modules/zod/v4/classic/package.json +7 -0
- package/.output/server/node_modules/zod/v4/classic/parse.js +15 -0
- package/.output/server/node_modules/zod/v4/classic/schemas.js +1395 -0
- package/.output/server/node_modules/zod/v4/core/api.js +1087 -0
- package/.output/server/node_modules/zod/v4/core/checks.js +575 -0
- package/.output/server/node_modules/zod/v4/core/core.js +78 -0
- package/.output/server/node_modules/zod/v4/core/doc.js +35 -0
- package/.output/server/node_modules/zod/v4/core/errors.js +185 -0
- package/.output/server/node_modules/zod/v4/core/index.js +16 -0
- package/.output/server/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/.output/server/node_modules/zod/v4/core/json-schema-processors.js +601 -0
- package/.output/server/node_modules/zod/v4/core/json-schema.js +1 -0
- package/.output/server/node_modules/zod/v4/core/package.json +7 -0
- package/.output/server/node_modules/zod/v4/core/parse.js +93 -0
- package/.output/server/node_modules/zod/v4/core/regexes.js +139 -0
- package/.output/server/node_modules/zod/v4/core/registries.js +51 -0
- package/.output/server/node_modules/zod/v4/core/schemas.js +2239 -0
- package/.output/server/node_modules/zod/v4/core/to-json-schema.js +448 -0
- package/.output/server/node_modules/zod/v4/core/util.js +674 -0
- package/.output/server/node_modules/zod/v4/core/versions.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/ar.js +106 -0
- package/.output/server/node_modules/zod/v4/locales/az.js +105 -0
- package/.output/server/node_modules/zod/v4/locales/be.js +156 -0
- package/.output/server/node_modules/zod/v4/locales/bg.js +120 -0
- package/.output/server/node_modules/zod/v4/locales/ca.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/cs.js +111 -0
- package/.output/server/node_modules/zod/v4/locales/da.js +115 -0
- package/.output/server/node_modules/zod/v4/locales/de.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/el.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/en.js +113 -0
- package/.output/server/node_modules/zod/v4/locales/eo.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/es.js +132 -0
- package/.output/server/node_modules/zod/v4/locales/fa.js +114 -0
- package/.output/server/node_modules/zod/v4/locales/fi.js +112 -0
- package/.output/server/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/fr.js +125 -0
- package/.output/server/node_modules/zod/v4/locales/he.js +214 -0
- package/.output/server/node_modules/zod/v4/locales/hr.js +122 -0
- package/.output/server/node_modules/zod/v4/locales/hu.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/hy.js +147 -0
- package/.output/server/node_modules/zod/v4/locales/id.js +106 -0
- package/.output/server/node_modules/zod/v4/locales/index.js +52 -0
- package/.output/server/node_modules/zod/v4/locales/is.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/it.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ja.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/ka.js +112 -0
- package/.output/server/node_modules/zod/v4/locales/kh.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/km.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/ko.js +111 -0
- package/.output/server/node_modules/zod/v4/locales/lt.js +203 -0
- package/.output/server/node_modules/zod/v4/locales/mk.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/ms.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/nl.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/no.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ota.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/package.json +7 -0
- package/.output/server/node_modules/zod/v4/locales/pl.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/ps.js +114 -0
- package/.output/server/node_modules/zod/v4/locales/pt.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ro.js +119 -0
- package/.output/server/node_modules/zod/v4/locales/ru.js +156 -0
- package/.output/server/node_modules/zod/v4/locales/sl.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/sv.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/ta.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/th.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/tr.js +105 -0
- package/.output/server/node_modules/zod/v4/locales/ua.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/uk.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ur.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/uz.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/vi.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/yo.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/.output/server/package.json +37 -0
- package/LICENSE +3 -0
- package/README.md +125 -0
- package/dist/src/bbox.js +55 -0
- package/dist/src/cli.js +255 -0
- package/dist/src/config.js +56 -0
- package/dist/src/core/fetch-process.js +19 -0
- package/dist/src/core/grid-renderer.js +149 -0
- package/dist/src/core/lease.js +103 -0
- package/dist/src/core/paths.js +13 -0
- package/dist/src/core/png.js +192 -0
- package/dist/src/core/raster-style.js +33 -0
- package/dist/src/core/uomtiles.js +307 -0
- package/dist/src/fetcher.js +208 -0
- package/dist/src/geographic-grid.js +162 -0
- package/dist/src/grid-crawl.js +478 -0
- package/dist/src/mask-image.js +16 -0
- package/dist/src/official-grid.js +51 -0
- package/dist/src/quality.js +30 -0
- package/dist/src/token.js +206 -0
- package/package.json +68 -0
- package/public/apple-touch-icon.png +0 -0
- package/public/favicon.ico +0 -0
- package/public/favicon.svg +8 -0
- package/public/icon-192.png +0 -0
- package/public/icon-512.png +0 -0
- package/public/site.webmanifest +11 -0
|
@@ -0,0 +1,444 @@
|
|
|
1
|
+
/* -*- Mode: js; js-indent-level: 2; -*- */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright 2011 Mozilla Foundation and contributors
|
|
4
|
+
* Licensed under the New BSD license. See LICENSE or:
|
|
5
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
var base64VLQ = require('./base64-vlq');
|
|
9
|
+
var util = require('./util');
|
|
10
|
+
var ArraySet = require('./array-set').ArraySet;
|
|
11
|
+
var MappingList = require('./mapping-list').MappingList;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* An instance of the SourceMapGenerator represents a source map which is
|
|
15
|
+
* being built incrementally. You may pass an object with the following
|
|
16
|
+
* properties:
|
|
17
|
+
*
|
|
18
|
+
* - file: The filename of the generated source.
|
|
19
|
+
* - sourceRoot: A root for all relative URLs in this source map.
|
|
20
|
+
*/
|
|
21
|
+
function SourceMapGenerator(aArgs) {
|
|
22
|
+
if (!aArgs) {
|
|
23
|
+
aArgs = {};
|
|
24
|
+
}
|
|
25
|
+
this._file = util.getArg(aArgs, 'file', null);
|
|
26
|
+
this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null);
|
|
27
|
+
this._skipValidation = util.getArg(aArgs, 'skipValidation', false);
|
|
28
|
+
this._ignoreInvalidMapping = util.getArg(aArgs, 'ignoreInvalidMapping', false);
|
|
29
|
+
this._sources = new ArraySet();
|
|
30
|
+
this._names = new ArraySet();
|
|
31
|
+
this._mappings = new MappingList();
|
|
32
|
+
this._sourcesContents = null;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
SourceMapGenerator.prototype._version = 3;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Creates a new SourceMapGenerator based on a SourceMapConsumer
|
|
39
|
+
*
|
|
40
|
+
* @param aSourceMapConsumer The SourceMap.
|
|
41
|
+
*/
|
|
42
|
+
SourceMapGenerator.fromSourceMap =
|
|
43
|
+
function SourceMapGenerator_fromSourceMap(aSourceMapConsumer, generatorOps) {
|
|
44
|
+
var sourceRoot = aSourceMapConsumer.sourceRoot;
|
|
45
|
+
var generator = new SourceMapGenerator(Object.assign(generatorOps || {}, {
|
|
46
|
+
file: aSourceMapConsumer.file,
|
|
47
|
+
sourceRoot: sourceRoot
|
|
48
|
+
}));
|
|
49
|
+
aSourceMapConsumer.eachMapping(function (mapping) {
|
|
50
|
+
var newMapping = {
|
|
51
|
+
generated: {
|
|
52
|
+
line: mapping.generatedLine,
|
|
53
|
+
column: mapping.generatedColumn
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
if (mapping.source != null) {
|
|
58
|
+
newMapping.source = mapping.source;
|
|
59
|
+
if (sourceRoot != null) {
|
|
60
|
+
newMapping.source = util.relative(sourceRoot, newMapping.source);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
newMapping.original = {
|
|
64
|
+
line: mapping.originalLine,
|
|
65
|
+
column: mapping.originalColumn
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
if (mapping.name != null) {
|
|
69
|
+
newMapping.name = mapping.name;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
generator.addMapping(newMapping);
|
|
74
|
+
});
|
|
75
|
+
aSourceMapConsumer.sources.forEach(function (sourceFile) {
|
|
76
|
+
var sourceRelative = sourceFile;
|
|
77
|
+
if (sourceRoot !== null) {
|
|
78
|
+
sourceRelative = util.relative(sourceRoot, sourceFile);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
if (!generator._sources.has(sourceRelative)) {
|
|
82
|
+
generator._sources.add(sourceRelative);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
var content = aSourceMapConsumer.sourceContentFor(sourceFile);
|
|
86
|
+
if (content != null) {
|
|
87
|
+
generator.setSourceContent(sourceFile, content);
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
return generator;
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Add a single mapping from original source line and column to the generated
|
|
95
|
+
* source's line and column for this source map being created. The mapping
|
|
96
|
+
* object should have the following properties:
|
|
97
|
+
*
|
|
98
|
+
* - generated: An object with the generated line and column positions.
|
|
99
|
+
* - original: An object with the original line and column positions.
|
|
100
|
+
* - source: The original source file (relative to the sourceRoot).
|
|
101
|
+
* - name: An optional original token name for this mapping.
|
|
102
|
+
*/
|
|
103
|
+
SourceMapGenerator.prototype.addMapping =
|
|
104
|
+
function SourceMapGenerator_addMapping(aArgs) {
|
|
105
|
+
var generated = util.getArg(aArgs, 'generated');
|
|
106
|
+
var original = util.getArg(aArgs, 'original', null);
|
|
107
|
+
var source = util.getArg(aArgs, 'source', null);
|
|
108
|
+
var name = util.getArg(aArgs, 'name', null);
|
|
109
|
+
|
|
110
|
+
if (!this._skipValidation) {
|
|
111
|
+
if (this._validateMapping(generated, original, source, name) === false) {
|
|
112
|
+
return;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
if (source != null) {
|
|
117
|
+
source = String(source);
|
|
118
|
+
if (!this._sources.has(source)) {
|
|
119
|
+
this._sources.add(source);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
if (name != null) {
|
|
124
|
+
name = String(name);
|
|
125
|
+
if (!this._names.has(name)) {
|
|
126
|
+
this._names.add(name);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
this._mappings.add({
|
|
131
|
+
generatedLine: generated.line,
|
|
132
|
+
generatedColumn: generated.column,
|
|
133
|
+
originalLine: original != null && original.line,
|
|
134
|
+
originalColumn: original != null && original.column,
|
|
135
|
+
source: source,
|
|
136
|
+
name: name
|
|
137
|
+
});
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Set the source content for a source file.
|
|
142
|
+
*/
|
|
143
|
+
SourceMapGenerator.prototype.setSourceContent =
|
|
144
|
+
function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) {
|
|
145
|
+
var source = aSourceFile;
|
|
146
|
+
if (this._sourceRoot != null) {
|
|
147
|
+
source = util.relative(this._sourceRoot, source);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
if (aSourceContent != null) {
|
|
151
|
+
// Add the source content to the _sourcesContents map.
|
|
152
|
+
// Create a new _sourcesContents map if the property is null.
|
|
153
|
+
if (!this._sourcesContents) {
|
|
154
|
+
this._sourcesContents = Object.create(null);
|
|
155
|
+
}
|
|
156
|
+
this._sourcesContents[util.toSetString(source)] = aSourceContent;
|
|
157
|
+
} else if (this._sourcesContents) {
|
|
158
|
+
// Remove the source file from the _sourcesContents map.
|
|
159
|
+
// If the _sourcesContents map is empty, set the property to null.
|
|
160
|
+
delete this._sourcesContents[util.toSetString(source)];
|
|
161
|
+
if (Object.keys(this._sourcesContents).length === 0) {
|
|
162
|
+
this._sourcesContents = null;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Applies the mappings of a sub-source-map for a specific source file to the
|
|
169
|
+
* source map being generated. Each mapping to the supplied source file is
|
|
170
|
+
* rewritten using the supplied source map. Note: The resolution for the
|
|
171
|
+
* resulting mappings is the minimium of this map and the supplied map.
|
|
172
|
+
*
|
|
173
|
+
* @param aSourceMapConsumer The source map to be applied.
|
|
174
|
+
* @param aSourceFile Optional. The filename of the source file.
|
|
175
|
+
* If omitted, SourceMapConsumer's file property will be used.
|
|
176
|
+
* @param aSourceMapPath Optional. The dirname of the path to the source map
|
|
177
|
+
* to be applied. If relative, it is relative to the SourceMapConsumer.
|
|
178
|
+
* This parameter is needed when the two source maps aren't in the same
|
|
179
|
+
* directory, and the source map to be applied contains relative source
|
|
180
|
+
* paths. If so, those relative source paths need to be rewritten
|
|
181
|
+
* relative to the SourceMapGenerator.
|
|
182
|
+
*/
|
|
183
|
+
SourceMapGenerator.prototype.applySourceMap =
|
|
184
|
+
function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {
|
|
185
|
+
var sourceFile = aSourceFile;
|
|
186
|
+
// If aSourceFile is omitted, we will use the file property of the SourceMap
|
|
187
|
+
if (aSourceFile == null) {
|
|
188
|
+
if (aSourceMapConsumer.file == null) {
|
|
189
|
+
throw new Error(
|
|
190
|
+
'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' +
|
|
191
|
+
'or the source map\'s "file" property. Both were omitted.'
|
|
192
|
+
);
|
|
193
|
+
}
|
|
194
|
+
sourceFile = aSourceMapConsumer.file;
|
|
195
|
+
}
|
|
196
|
+
var sourceRoot = this._sourceRoot;
|
|
197
|
+
// Make "sourceFile" relative if an absolute Url is passed.
|
|
198
|
+
if (sourceRoot != null) {
|
|
199
|
+
sourceFile = util.relative(sourceRoot, sourceFile);
|
|
200
|
+
}
|
|
201
|
+
// Applying the SourceMap can add and remove items from the sources and
|
|
202
|
+
// the names array.
|
|
203
|
+
var newSources = new ArraySet();
|
|
204
|
+
var newNames = new ArraySet();
|
|
205
|
+
|
|
206
|
+
// Find mappings for the "sourceFile"
|
|
207
|
+
this._mappings.unsortedForEach(function (mapping) {
|
|
208
|
+
if (mapping.source === sourceFile && mapping.originalLine != null) {
|
|
209
|
+
// Check if it can be mapped by the source map, then update the mapping.
|
|
210
|
+
var original = aSourceMapConsumer.originalPositionFor({
|
|
211
|
+
line: mapping.originalLine,
|
|
212
|
+
column: mapping.originalColumn
|
|
213
|
+
});
|
|
214
|
+
if (original.source != null) {
|
|
215
|
+
// Copy mapping
|
|
216
|
+
mapping.source = original.source;
|
|
217
|
+
if (aSourceMapPath != null) {
|
|
218
|
+
mapping.source = util.join(aSourceMapPath, mapping.source)
|
|
219
|
+
}
|
|
220
|
+
if (sourceRoot != null) {
|
|
221
|
+
mapping.source = util.relative(sourceRoot, mapping.source);
|
|
222
|
+
}
|
|
223
|
+
mapping.originalLine = original.line;
|
|
224
|
+
mapping.originalColumn = original.column;
|
|
225
|
+
if (original.name != null) {
|
|
226
|
+
mapping.name = original.name;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
var source = mapping.source;
|
|
232
|
+
if (source != null && !newSources.has(source)) {
|
|
233
|
+
newSources.add(source);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
var name = mapping.name;
|
|
237
|
+
if (name != null && !newNames.has(name)) {
|
|
238
|
+
newNames.add(name);
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
}, this);
|
|
242
|
+
this._sources = newSources;
|
|
243
|
+
this._names = newNames;
|
|
244
|
+
|
|
245
|
+
// Copy sourcesContents of applied map.
|
|
246
|
+
aSourceMapConsumer.sources.forEach(function (sourceFile) {
|
|
247
|
+
var content = aSourceMapConsumer.sourceContentFor(sourceFile);
|
|
248
|
+
if (content != null) {
|
|
249
|
+
if (aSourceMapPath != null) {
|
|
250
|
+
sourceFile = util.join(aSourceMapPath, sourceFile);
|
|
251
|
+
}
|
|
252
|
+
if (sourceRoot != null) {
|
|
253
|
+
sourceFile = util.relative(sourceRoot, sourceFile);
|
|
254
|
+
}
|
|
255
|
+
this.setSourceContent(sourceFile, content);
|
|
256
|
+
}
|
|
257
|
+
}, this);
|
|
258
|
+
};
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* A mapping can have one of the three levels of data:
|
|
262
|
+
*
|
|
263
|
+
* 1. Just the generated position.
|
|
264
|
+
* 2. The Generated position, original position, and original source.
|
|
265
|
+
* 3. Generated and original position, original source, as well as a name
|
|
266
|
+
* token.
|
|
267
|
+
*
|
|
268
|
+
* To maintain consistency, we validate that any new mapping being added falls
|
|
269
|
+
* in to one of these categories.
|
|
270
|
+
*/
|
|
271
|
+
SourceMapGenerator.prototype._validateMapping =
|
|
272
|
+
function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource,
|
|
273
|
+
aName) {
|
|
274
|
+
// When aOriginal is truthy but has empty values for .line and .column,
|
|
275
|
+
// it is most likely a programmer error. In this case we throw a very
|
|
276
|
+
// specific error message to try to guide them the right way.
|
|
277
|
+
// For example: https://github.com/Polymer/polymer-bundler/pull/519
|
|
278
|
+
if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') {
|
|
279
|
+
var message = 'original.line and original.column are not numbers -- you probably meant to omit ' +
|
|
280
|
+
'the original mapping entirely and only map the generated position. If so, pass ' +
|
|
281
|
+
'null for the original mapping instead of an object with empty or null values.'
|
|
282
|
+
|
|
283
|
+
if (this._ignoreInvalidMapping) {
|
|
284
|
+
if (typeof console !== 'undefined' && console.warn) {
|
|
285
|
+
console.warn(message);
|
|
286
|
+
}
|
|
287
|
+
return false;
|
|
288
|
+
} else {
|
|
289
|
+
throw new Error(message);
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
if (aGenerated && 'line' in aGenerated && 'column' in aGenerated
|
|
294
|
+
&& aGenerated.line > 0 && aGenerated.column >= 0
|
|
295
|
+
&& !aOriginal && !aSource && !aName) {
|
|
296
|
+
// Case 1.
|
|
297
|
+
return;
|
|
298
|
+
}
|
|
299
|
+
else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated
|
|
300
|
+
&& aOriginal && 'line' in aOriginal && 'column' in aOriginal
|
|
301
|
+
&& aGenerated.line > 0 && aGenerated.column >= 0
|
|
302
|
+
&& aOriginal.line > 0 && aOriginal.column >= 0
|
|
303
|
+
&& aSource) {
|
|
304
|
+
// Cases 2 and 3.
|
|
305
|
+
return;
|
|
306
|
+
}
|
|
307
|
+
else {
|
|
308
|
+
var message = 'Invalid mapping: ' + JSON.stringify({
|
|
309
|
+
generated: aGenerated,
|
|
310
|
+
source: aSource,
|
|
311
|
+
original: aOriginal,
|
|
312
|
+
name: aName
|
|
313
|
+
});
|
|
314
|
+
|
|
315
|
+
if (this._ignoreInvalidMapping) {
|
|
316
|
+
if (typeof console !== 'undefined' && console.warn) {
|
|
317
|
+
console.warn(message);
|
|
318
|
+
}
|
|
319
|
+
return false;
|
|
320
|
+
} else {
|
|
321
|
+
throw new Error(message)
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
};
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* Serialize the accumulated mappings in to the stream of base 64 VLQs
|
|
328
|
+
* specified by the source map format.
|
|
329
|
+
*/
|
|
330
|
+
SourceMapGenerator.prototype._serializeMappings =
|
|
331
|
+
function SourceMapGenerator_serializeMappings() {
|
|
332
|
+
var previousGeneratedColumn = 0;
|
|
333
|
+
var previousGeneratedLine = 1;
|
|
334
|
+
var previousOriginalColumn = 0;
|
|
335
|
+
var previousOriginalLine = 0;
|
|
336
|
+
var previousName = 0;
|
|
337
|
+
var previousSource = 0;
|
|
338
|
+
var result = '';
|
|
339
|
+
var next;
|
|
340
|
+
var mapping;
|
|
341
|
+
var nameIdx;
|
|
342
|
+
var sourceIdx;
|
|
343
|
+
|
|
344
|
+
var mappings = this._mappings.toArray();
|
|
345
|
+
for (var i = 0, len = mappings.length; i < len; i++) {
|
|
346
|
+
mapping = mappings[i];
|
|
347
|
+
next = ''
|
|
348
|
+
|
|
349
|
+
if (mapping.generatedLine !== previousGeneratedLine) {
|
|
350
|
+
previousGeneratedColumn = 0;
|
|
351
|
+
while (mapping.generatedLine !== previousGeneratedLine) {
|
|
352
|
+
next += ';';
|
|
353
|
+
previousGeneratedLine++;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
else {
|
|
357
|
+
if (i > 0) {
|
|
358
|
+
if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {
|
|
359
|
+
continue;
|
|
360
|
+
}
|
|
361
|
+
next += ',';
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
next += base64VLQ.encode(mapping.generatedColumn
|
|
366
|
+
- previousGeneratedColumn);
|
|
367
|
+
previousGeneratedColumn = mapping.generatedColumn;
|
|
368
|
+
|
|
369
|
+
if (mapping.source != null) {
|
|
370
|
+
sourceIdx = this._sources.indexOf(mapping.source);
|
|
371
|
+
next += base64VLQ.encode(sourceIdx - previousSource);
|
|
372
|
+
previousSource = sourceIdx;
|
|
373
|
+
|
|
374
|
+
// lines are stored 0-based in SourceMap spec version 3
|
|
375
|
+
next += base64VLQ.encode(mapping.originalLine - 1
|
|
376
|
+
- previousOriginalLine);
|
|
377
|
+
previousOriginalLine = mapping.originalLine - 1;
|
|
378
|
+
|
|
379
|
+
next += base64VLQ.encode(mapping.originalColumn
|
|
380
|
+
- previousOriginalColumn);
|
|
381
|
+
previousOriginalColumn = mapping.originalColumn;
|
|
382
|
+
|
|
383
|
+
if (mapping.name != null) {
|
|
384
|
+
nameIdx = this._names.indexOf(mapping.name);
|
|
385
|
+
next += base64VLQ.encode(nameIdx - previousName);
|
|
386
|
+
previousName = nameIdx;
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
result += next;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
return result;
|
|
394
|
+
};
|
|
395
|
+
|
|
396
|
+
SourceMapGenerator.prototype._generateSourcesContent =
|
|
397
|
+
function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) {
|
|
398
|
+
return aSources.map(function (source) {
|
|
399
|
+
if (!this._sourcesContents) {
|
|
400
|
+
return null;
|
|
401
|
+
}
|
|
402
|
+
if (aSourceRoot != null) {
|
|
403
|
+
source = util.relative(aSourceRoot, source);
|
|
404
|
+
}
|
|
405
|
+
var key = util.toSetString(source);
|
|
406
|
+
return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)
|
|
407
|
+
? this._sourcesContents[key]
|
|
408
|
+
: null;
|
|
409
|
+
}, this);
|
|
410
|
+
};
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* Externalize the source map.
|
|
414
|
+
*/
|
|
415
|
+
SourceMapGenerator.prototype.toJSON =
|
|
416
|
+
function SourceMapGenerator_toJSON() {
|
|
417
|
+
var map = {
|
|
418
|
+
version: this._version,
|
|
419
|
+
sources: this._sources.toArray(),
|
|
420
|
+
names: this._names.toArray(),
|
|
421
|
+
mappings: this._serializeMappings()
|
|
422
|
+
};
|
|
423
|
+
if (this._file != null) {
|
|
424
|
+
map.file = this._file;
|
|
425
|
+
}
|
|
426
|
+
if (this._sourceRoot != null) {
|
|
427
|
+
map.sourceRoot = this._sourceRoot;
|
|
428
|
+
}
|
|
429
|
+
if (this._sourcesContents) {
|
|
430
|
+
map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
return map;
|
|
434
|
+
};
|
|
435
|
+
|
|
436
|
+
/**
|
|
437
|
+
* Render the source map being generated to a string.
|
|
438
|
+
*/
|
|
439
|
+
SourceMapGenerator.prototype.toString =
|
|
440
|
+
function SourceMapGenerator_toString() {
|
|
441
|
+
return JSON.stringify(this.toJSON());
|
|
442
|
+
};
|
|
443
|
+
|
|
444
|
+
exports.SourceMapGenerator = SourceMapGenerator;
|