nitro-nightly 3.0.0-beta-28969273.f7aa9de6 → 4.0.0-20251010-091516-7cafddba

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.
Files changed (417) hide show
  1. package/README.md +8 -39
  2. package/dist/_chunks/app.mjs +19797 -0
  3. package/dist/_chunks/build.mjs +84 -0
  4. package/dist/_chunks/build2.mjs +318 -0
  5. package/dist/_chunks/build3.mjs +6452 -0
  6. package/dist/_chunks/detect-acorn.mjs +503 -0
  7. package/dist/_chunks/index.mjs +22242 -0
  8. package/dist/_chunks/index2.mjs +297 -0
  9. package/dist/_chunks/index3.mjs +1058 -0
  10. package/dist/_chunks/index4.mjs +1206 -0
  11. package/dist/_chunks/info.mjs +11157 -0
  12. package/dist/_chunks/json5.mjs +68 -0
  13. package/dist/_chunks/jsonc.mjs +51 -0
  14. package/dist/_chunks/pathe.M-eThtNZ.mjs +204 -0
  15. package/dist/_chunks/plugin.mjs +960 -0
  16. package/dist/_chunks/server.mjs +254 -0
  17. package/dist/_chunks/snapshot.mjs +284 -0
  18. package/dist/_chunks/toml.mjs +259 -0
  19. package/dist/_chunks/yaml.mjs +86 -0
  20. package/dist/cli/build.mjs +10 -3
  21. package/dist/cli/dev.mjs +41 -9
  22. package/dist/cli/index.mjs +460 -1
  23. package/dist/cli/index2.mjs +4 -1
  24. package/dist/cli/list.mjs +10 -4
  25. package/dist/cli/prepare.mjs +6 -3
  26. package/dist/cli/run.mjs +7 -4
  27. package/dist/index.d.mts +52 -0
  28. package/dist/index.mjs +55 -0
  29. package/dist/node_modules/@poppinss/colors/build/index.js +169 -0
  30. package/dist/node_modules/@poppinss/colors/package.json +116 -0
  31. package/dist/node_modules/@poppinss/dumper/build/chunk-26HALFTP.js +602 -0
  32. package/dist/node_modules/@poppinss/dumper/build/formatters/console/main.js +441 -0
  33. package/dist/node_modules/@poppinss/dumper/build/formatters/html/main.js +717 -0
  34. package/dist/node_modules/@poppinss/dumper/package.json +122 -0
  35. package/dist/node_modules/@poppinss/exception/build/index.js +63 -0
  36. package/dist/node_modules/@poppinss/exception/package.json +106 -0
  37. package/dist/node_modules/@sindresorhus/is/distribution/index.js +1313 -0
  38. package/dist/node_modules/@sindresorhus/is/distribution/utilities.js +3 -0
  39. package/dist/node_modules/@sindresorhus/is/package.json +81 -0
  40. package/dist/node_modules/@speed-highlight/core/dist/index.js +4 -0
  41. package/dist/node_modules/@speed-highlight/core/dist/terminal.js +2 -0
  42. package/dist/node_modules/@speed-highlight/core/package.json +90 -0
  43. package/dist/node_modules/cookie/dist/index.js +239 -0
  44. package/dist/node_modules/cookie/package.json +42 -0
  45. package/dist/node_modules/croner/dist/croner.js +1 -0
  46. package/dist/node_modules/croner/package.json +63 -0
  47. package/dist/node_modules/defu/dist/defu.mjs +69 -0
  48. package/dist/node_modules/defu/package.json +43 -0
  49. package/dist/node_modules/destr/dist/index.mjs +72 -0
  50. package/dist/node_modules/destr/package.json +47 -0
  51. package/dist/node_modules/error-stack-parser-es/dist/index.mjs +38 -0
  52. package/dist/node_modules/error-stack-parser-es/dist/lite.mjs +167 -0
  53. package/dist/node_modules/error-stack-parser-es/package.json +83 -0
  54. package/dist/node_modules/get-port-please/dist/index.mjs +430 -0
  55. package/dist/node_modules/get-port-please/package.json +39 -0
  56. package/dist/node_modules/hookable/dist/index.mjs +290 -0
  57. package/dist/node_modules/hookable/package.json +49 -0
  58. package/dist/node_modules/kleur/index.js +110 -0
  59. package/dist/node_modules/kleur/index.mjs +110 -0
  60. package/dist/node_modules/kleur/package.json +51 -0
  61. package/dist/node_modules/klona/dist/index.mjs +81 -0
  62. package/dist/node_modules/klona/full/index.mjs +53 -0
  63. package/dist/node_modules/klona/package.json +74 -0
  64. package/dist/node_modules/scule/dist/index.mjs +80 -0
  65. package/dist/node_modules/scule/package.json +43 -0
  66. package/dist/node_modules/source-map/lib/array-set.js +100 -0
  67. package/dist/node_modules/source-map/lib/base64-vlq.js +94 -0
  68. package/dist/node_modules/source-map/lib/base64.js +19 -0
  69. package/dist/node_modules/source-map/lib/binary-search.js +113 -0
  70. package/dist/node_modules/source-map/lib/mapping-list.js +83 -0
  71. package/dist/node_modules/source-map/lib/mappings.wasm +0 -0
  72. package/dist/node_modules/source-map/lib/read-wasm.js +27 -0
  73. package/dist/node_modules/source-map/lib/source-map-consumer.js +1081 -0
  74. package/dist/node_modules/source-map/lib/source-map-generator.js +439 -0
  75. package/dist/node_modules/source-map/lib/source-node.js +430 -0
  76. package/dist/node_modules/source-map/lib/url.js +13 -0
  77. package/dist/node_modules/source-map/lib/util.js +444 -0
  78. package/dist/node_modules/source-map/lib/wasm.js +138 -0
  79. package/dist/node_modules/source-map/package.json +79 -0
  80. package/dist/node_modules/source-map/source-map.js +10 -0
  81. package/dist/node_modules/std-env/dist/index.mjs +1 -0
  82. package/dist/node_modules/std-env/package.json +46 -0
  83. package/dist/node_modules/supports-color/index.js +202 -0
  84. package/dist/node_modules/supports-color/package.json +64 -0
  85. package/dist/node_modules/ufo/dist/index.mjs +638 -0
  86. package/dist/node_modules/ufo/package.json +47 -0
  87. package/dist/node_modules/unctx/dist/index.mjs +131 -0
  88. package/dist/node_modules/unctx/package.json +67 -0
  89. package/dist/node_modules/youch/build/chunk-4L7RY2JA.js +42 -0
  90. package/dist/node_modules/youch/build/chunk-4XB2BYKC.js +85 -0
  91. package/dist/node_modules/youch/build/chunk-4YEN7HVQ.js +61 -0
  92. package/dist/node_modules/youch/build/chunk-EUJBVOYB.js +83 -0
  93. package/dist/node_modules/youch/build/chunk-HFSXRSKS.js +85 -0
  94. package/dist/node_modules/youch/build/chunk-JAN2TFI2.js +222 -0
  95. package/dist/node_modules/youch/build/chunk-OSUFJZHZ.js +6 -0
  96. package/dist/node_modules/youch/build/chunk-PINJDICN.js +72 -0
  97. package/dist/node_modules/youch/build/chunk-PUHGL6HA.js +41 -0
  98. package/dist/node_modules/youch/build/chunk-VE4LENUR.js +45 -0
  99. package/dist/node_modules/youch/build/index.js +352 -0
  100. package/dist/node_modules/youch/build/public/error_cause/style.css +5 -0
  101. package/dist/node_modules/youch/build/public/error_info/script.js +13 -0
  102. package/dist/node_modules/youch/build/public/error_info/style.css +144 -0
  103. package/dist/node_modules/youch/build/public/error_stack/script.js +74 -0
  104. package/dist/node_modules/youch/build/public/error_stack/style.css +220 -0
  105. package/dist/node_modules/youch/build/public/error_stack_source/style.css +123 -0
  106. package/dist/node_modules/youch/build/public/header/script.js +16 -0
  107. package/dist/node_modules/youch/build/public/header/style.css +56 -0
  108. package/dist/node_modules/youch/build/public/layout/script.js +20 -0
  109. package/dist/node_modules/youch/build/public/layout/style.css +431 -0
  110. package/dist/node_modules/youch/package.json +133 -0
  111. package/dist/node_modules/youch-core/build/index.js +316 -0
  112. package/dist/node_modules/youch-core/package.json +124 -0
  113. package/dist/presets/_nitro/runtime/nitro-dev.mjs +48 -73
  114. package/dist/presets/_nitro/runtime/{nitro-prerenderer.d.ts → nitro-prerenderer.d.mts} +1 -1
  115. package/dist/presets/_nitro/runtime/nitro-prerenderer.mjs +12 -1
  116. package/dist/presets/_nitro/runtime/service-worker.mjs +5 -15
  117. package/dist/presets/aws-amplify/runtime/aws-amplify.mjs +2 -2
  118. package/dist/presets/aws-lambda/runtime/_utils.d.mts +18 -0
  119. package/dist/presets/aws-lambda/runtime/_utils.mjs +102 -0
  120. package/dist/presets/aws-lambda/runtime/aws-lambda-streaming.d.mts +3 -0
  121. package/dist/presets/aws-lambda/runtime/aws-lambda-streaming.mjs +12 -32
  122. package/dist/presets/aws-lambda/runtime/aws-lambda.d.mts +3 -0
  123. package/dist/presets/aws-lambda/runtime/aws-lambda.mjs +6 -38
  124. package/dist/{runtime/internal/utils.azure.d.ts → presets/azure/runtime/_utils.d.mts} +1 -1
  125. package/dist/{runtime/internal/utils.azure.mjs → presets/azure/runtime/_utils.mjs} +3 -4
  126. package/dist/presets/azure/runtime/azure-swa.mjs +11 -13
  127. package/dist/presets/bun/runtime/bun.mjs +13 -18
  128. package/dist/presets/cloudflare/runtime/_module-handler.d.mts +13 -0
  129. package/dist/presets/cloudflare/runtime/_module-handler.mjs +93 -0
  130. package/dist/presets/cloudflare/runtime/cloudflare-durable.d.mts +19 -0
  131. package/dist/presets/cloudflare/runtime/cloudflare-durable.mjs +74 -0
  132. package/dist/presets/cloudflare/runtime/cloudflare-module.d.mts +9 -0
  133. package/dist/presets/cloudflare/runtime/cloudflare-module.mjs +13 -97
  134. package/dist/presets/cloudflare/runtime/{cloudflare-pages.d.ts → cloudflare-pages.d.mts} +1 -1
  135. package/dist/presets/cloudflare/runtime/cloudflare-pages.mjs +19 -27
  136. package/dist/{runtime/internal/timing.d.ts → presets/cloudflare/runtime/plugin.dev.d.mts} +1 -0
  137. package/dist/presets/cloudflare/runtime/plugin.dev.mjs +89 -0
  138. package/dist/presets/deno/runtime/deno-deploy.mjs +11 -25
  139. package/dist/presets/deno/runtime/deno-server.d.mts +6 -0
  140. package/dist/presets/deno/runtime/deno-server.mjs +15 -21
  141. package/dist/presets/netlify/runtime/netlify-edge.d.mts +3 -0
  142. package/dist/presets/netlify/runtime/netlify-edge.mjs +8 -16
  143. package/dist/presets/netlify/runtime/netlify.mjs +16 -45
  144. package/dist/presets/node/runtime/{cluster.mjs → node-cluster.mjs} +1 -3
  145. package/dist/presets/node/runtime/node-middleware.d.mts +4 -0
  146. package/dist/presets/node/runtime/{node-listener.mjs → node-middleware.mjs} +3 -4
  147. package/dist/presets/node/runtime/node-server.mjs +3 -4
  148. package/dist/presets/standard/runtime/server.d.mts +5 -0
  149. package/dist/presets/standard/runtime/server.mjs +6 -0
  150. package/dist/presets/stormkit/runtime/stormkit.mjs +8 -12
  151. package/dist/presets/vercel/runtime/vercel.d.mts +8 -0
  152. package/dist/presets/vercel/runtime/vercel.mjs +11 -11
  153. package/dist/presets/winterjs/runtime/winterjs.mjs +22 -4
  154. package/dist/presets/{node/runtime/node-server.d.ts → zeabur/runtime/zeabur.d.mts} +1 -1
  155. package/dist/presets/zeabur/runtime/zeabur.mjs +2 -6
  156. package/dist/presets.mjs +2460 -0
  157. package/dist/runtime/index.d.mts +11 -0
  158. package/dist/runtime/index.mjs +8 -8
  159. package/dist/runtime/internal/app.d.mts +2 -0
  160. package/dist/runtime/internal/app.mjs +129 -128
  161. package/dist/runtime/internal/cache.d.mts +7 -0
  162. package/dist/runtime/internal/cache.mjs +82 -175
  163. package/dist/runtime/internal/{context.d.ts → context.d.mts} +3 -3
  164. package/dist/runtime/internal/context.mjs +6 -6
  165. package/dist/runtime/internal/error/dev.d.mts +9 -0
  166. package/dist/runtime/internal/error/dev.mjs +122 -0
  167. package/dist/runtime/internal/error/prod.d.mts +8 -0
  168. package/dist/runtime/internal/error/prod.mjs +62 -0
  169. package/dist/runtime/internal/error/utils.d.mts +8 -0
  170. package/dist/runtime/internal/error/utils.mjs +3 -0
  171. package/dist/runtime/internal/index.d.mts +3 -0
  172. package/dist/runtime/internal/index.mjs +1 -14
  173. package/dist/runtime/internal/renderer.d.mts +3 -0
  174. package/dist/runtime/internal/renderer.mjs +29 -33
  175. package/dist/runtime/internal/route-rules.d.mts +8 -0
  176. package/dist/runtime/internal/route-rules.mjs +58 -63
  177. package/dist/runtime/internal/routes/dev-tasks.d.mts +3 -0
  178. package/dist/runtime/internal/routes/dev-tasks.mjs +23 -0
  179. package/dist/runtime/internal/routes/openapi.d.mts +3 -0
  180. package/dist/runtime/internal/routes/openapi.mjs +24 -9
  181. package/dist/runtime/internal/routes/renderer-template.d.mts +2 -0
  182. package/dist/runtime/internal/routes/renderer-template.dev.d.mts +3 -0
  183. package/dist/runtime/internal/routes/renderer-template.dev.mjs +21 -0
  184. package/dist/runtime/internal/routes/renderer-template.mjs +4 -0
  185. package/dist/runtime/internal/routes/scalar.d.mts +3 -0
  186. package/dist/runtime/internal/routes/scalar.mjs +7 -4
  187. package/dist/runtime/internal/routes/swagger.d.mts +3 -0
  188. package/dist/runtime/internal/routes/swagger.mjs +5 -4
  189. package/dist/runtime/internal/{utils.env.d.ts → runtime-config.d.mts} +4 -2
  190. package/dist/runtime/internal/{utils.env.mjs → runtime-config.mjs} +16 -6
  191. package/dist/runtime/internal/static.d.mts +3 -0
  192. package/dist/runtime/internal/static.mjs +24 -36
  193. package/dist/runtime/internal/storage.mjs +2 -1
  194. package/dist/runtime/internal/task.mjs +6 -6
  195. package/dist/runtime/internal/utils.d.mts +1 -0
  196. package/dist/runtime/internal/utils.mjs +1 -116
  197. package/dist/runtime/internal/vite/dev-entry.d.mts +1 -0
  198. package/dist/runtime/internal/vite/dev-entry.mjs +6 -0
  199. package/dist/runtime/internal/vite/dev-worker.mjs +362 -0
  200. package/dist/runtime/internal/vite/prod-setup.d.mts +4 -0
  201. package/dist/runtime/internal/vite/prod-setup.mjs +55 -0
  202. package/dist/runtime/internal/vite/ssr-renderer.d.mts +4 -0
  203. package/dist/runtime/internal/vite/ssr-renderer.mjs +4 -0
  204. package/dist/types/index.d.mts +2688 -138
  205. package/dist/vite.d.mts +59 -0
  206. package/dist/vite.mjs +68 -0
  207. package/lib/config.d.mts +9 -0
  208. package/lib/deps/h3.d.mts +1 -0
  209. package/lib/deps/h3.mjs +1 -0
  210. package/lib/deps/ofetch.mjs +1 -0
  211. package/lib/deps/ofetch.mts +1 -0
  212. package/lib/meta.d.mts +5 -0
  213. package/lib/meta.mjs +21 -0
  214. package/{runtime-meta.d.ts → lib/runtime-meta.d.mts} +1 -0
  215. package/{runtime-meta.mjs → lib/runtime-meta.mjs} +12 -4
  216. package/package.json +142 -160
  217. package/cli.d.ts +0 -1
  218. package/config.d.ts +0 -1
  219. package/core.d.ts +0 -1
  220. package/dist/cli/index.d.ts +0 -1
  221. package/dist/config/index.d.mts +0 -6
  222. package/dist/config/index.d.ts +0 -6
  223. package/dist/core/index.d.mts +0 -30
  224. package/dist/core/index.d.ts +0 -30
  225. package/dist/core/index.mjs +0 -2456
  226. package/dist/kit/index.d.mts +0 -44
  227. package/dist/kit/index.d.ts +0 -44
  228. package/dist/kit/index.mjs +0 -71
  229. package/dist/meta/index.d.mts +0 -3
  230. package/dist/meta/index.d.ts +0 -3
  231. package/dist/meta/index.mjs +0 -3
  232. package/dist/presets/_all.gen.d.ts +0 -2
  233. package/dist/presets/_all.gen.mjs +0 -52
  234. package/dist/presets/_nitro/base-worker.d.ts +0 -2
  235. package/dist/presets/_nitro/base-worker.mjs +0 -25
  236. package/dist/presets/_nitro/nitro-dev.d.ts +0 -2
  237. package/dist/presets/_nitro/nitro-dev.mjs +0 -19
  238. package/dist/presets/_nitro/nitro-prerender.d.ts +0 -2
  239. package/dist/presets/_nitro/nitro-prerender.mjs +0 -17
  240. package/dist/presets/_nitro/preset.d.ts +0 -2
  241. package/dist/presets/_nitro/preset.mjs +0 -5
  242. package/dist/presets/_nitro/service-worker.d.ts +0 -2
  243. package/dist/presets/_nitro/service-worker.mjs +0 -110
  244. package/dist/presets/_resolve.d.ts +0 -8
  245. package/dist/presets/_resolve.mjs +0 -44
  246. package/dist/presets/_static/preset.d.ts +0 -2
  247. package/dist/presets/_static/preset.mjs +0 -69
  248. package/dist/presets/_types.gen.d.ts +0 -16
  249. package/dist/presets/alwaysdata/preset.d.ts +0 -2
  250. package/dist/presets/alwaysdata/preset.mjs +0 -14
  251. package/dist/presets/aws-amplify/preset.d.ts +0 -3
  252. package/dist/presets/aws-amplify/preset.mjs +0 -27
  253. package/dist/presets/aws-amplify/types.d.ts +0 -141
  254. package/dist/presets/aws-amplify/utils.d.ts +0 -2
  255. package/dist/presets/aws-amplify/utils.mjs +0 -82
  256. package/dist/presets/aws-lambda/preset.d.ts +0 -2
  257. package/dist/presets/aws-lambda/preset.mjs +0 -21
  258. package/dist/presets/aws-lambda/runtime/aws-lambda-streaming.d.ts +0 -14
  259. package/dist/presets/aws-lambda/runtime/aws-lambda.d.ts +0 -4
  260. package/dist/presets/azure/preset.d.ts +0 -3
  261. package/dist/presets/azure/preset.mjs +0 -44
  262. package/dist/presets/azure/runtime/azure-functions.mjs +0 -24
  263. package/dist/presets/azure/runtime/azure-swa.d.ts +0 -5
  264. package/dist/presets/azure/types.d.ts +0 -13
  265. package/dist/presets/azure/types.mjs +0 -0
  266. package/dist/presets/azure/utils.d.ts +0 -3
  267. package/dist/presets/azure/utils.mjs +0 -183
  268. package/dist/presets/bun/preset.d.ts +0 -2
  269. package/dist/presets/bun/preset.mjs +0 -17
  270. package/dist/presets/cleavr/preset.d.ts +0 -2
  271. package/dist/presets/cleavr/preset.mjs +0 -12
  272. package/dist/presets/cloudflare/preset.d.ts +0 -3
  273. package/dist/presets/cloudflare/preset.mjs +0 -145
  274. package/dist/presets/cloudflare/runtime/cloudflare-module.d.ts +0 -13
  275. package/dist/presets/cloudflare/runtime/cloudflare-worker.mjs +0 -64
  276. package/dist/presets/cloudflare/types.d.ts +0 -89
  277. package/dist/presets/cloudflare/types.mjs +0 -0
  278. package/dist/presets/cloudflare/types.wrangler.d.ts +0 -974
  279. package/dist/presets/cloudflare/types.wrangler.mjs +0 -0
  280. package/dist/presets/cloudflare/utils.d.ts +0 -3
  281. package/dist/presets/cloudflare/utils.mjs +0 -163
  282. package/dist/presets/deno/preset.d.ts +0 -2
  283. package/dist/presets/deno/preset.mjs +0 -148
  284. package/dist/presets/deno/runtime/_deno-env-polyfill.d.ts +0 -0
  285. package/dist/presets/deno/runtime/_deno-env-polyfill.mjs +0 -1
  286. package/dist/presets/digitalocean/preset.d.ts +0 -2
  287. package/dist/presets/digitalocean/preset.mjs +0 -11
  288. package/dist/presets/edgio/preset.d.ts +0 -2
  289. package/dist/presets/edgio/preset.mjs +0 -95
  290. package/dist/presets/firebase/preset.d.ts +0 -3
  291. package/dist/presets/firebase/preset.mjs +0 -50
  292. package/dist/presets/firebase/runtime/firebase-gen-1.d.ts +0 -2
  293. package/dist/presets/firebase/runtime/firebase-gen-1.mjs +0 -7
  294. package/dist/presets/firebase/runtime/firebase-gen-2.d.ts +0 -2
  295. package/dist/presets/firebase/runtime/firebase-gen-2.mjs +0 -14
  296. package/dist/presets/firebase/runtime/firebase-gen-default.d.ts +0 -1
  297. package/dist/presets/firebase/runtime/firebase-gen-default.mjs +0 -1
  298. package/dist/presets/firebase/types.d.ts +0 -38
  299. package/dist/presets/firebase/types.mjs +0 -0
  300. package/dist/presets/firebase/utils.d.ts +0 -3
  301. package/dist/presets/firebase/utils.mjs +0 -50
  302. package/dist/presets/flightcontrol/preset.d.ts +0 -2
  303. package/dist/presets/flightcontrol/preset.mjs +0 -11
  304. package/dist/presets/heroku/preset.d.ts +0 -2
  305. package/dist/presets/heroku/preset.mjs +0 -11
  306. package/dist/presets/iis/preset.d.ts +0 -2
  307. package/dist/presets/iis/preset.mjs +0 -32
  308. package/dist/presets/iis/utils.d.ts +0 -3
  309. package/dist/presets/iis/utils.mjs +0 -161
  310. package/dist/presets/index.d.mts +0 -1
  311. package/dist/presets/index.d.ts +0 -2
  312. package/dist/presets/index.mjs +0 -1
  313. package/dist/presets/koyeb/preset.d.ts +0 -2
  314. package/dist/presets/koyeb/preset.mjs +0 -11
  315. package/dist/presets/netlify/legacy/preset.d.ts +0 -2
  316. package/dist/presets/netlify/legacy/preset.mjs +0 -143
  317. package/dist/presets/netlify/legacy/runtime/_deno-env-polyfill.d.ts +0 -0
  318. package/dist/presets/netlify/legacy/runtime/_deno-env-polyfill.mjs +0 -1
  319. package/dist/presets/netlify/legacy/runtime/netlify-builder.d.ts +0 -3
  320. package/dist/presets/netlify/legacy/runtime/netlify-builder.mjs +0 -5
  321. package/dist/presets/netlify/legacy/runtime/netlify-edge.d.ts +0 -2
  322. package/dist/presets/netlify/legacy/runtime/netlify-edge.mjs +0 -25
  323. package/dist/presets/netlify/legacy/runtime/netlify-lambda.d.ts +0 -3
  324. package/dist/presets/netlify/legacy/runtime/netlify-lambda.mjs +0 -38
  325. package/dist/presets/netlify/legacy/runtime/netlify.d.ts +0 -4
  326. package/dist/presets/netlify/legacy/runtime/netlify.mjs +0 -22
  327. package/dist/presets/netlify/legacy/utils.d.ts +0 -4
  328. package/dist/presets/netlify/legacy/utils.mjs +0 -113
  329. package/dist/presets/netlify/preset.d.ts +0 -3
  330. package/dist/presets/netlify/preset.mjs +0 -128
  331. package/dist/presets/netlify/runtime/_deno-env-polyfill.d.ts +0 -0
  332. package/dist/presets/netlify/runtime/_deno-env-polyfill.mjs +0 -1
  333. package/dist/presets/netlify/runtime/netlify-edge.d.ts +0 -2
  334. package/dist/presets/netlify/types.d.ts +0 -12
  335. package/dist/presets/netlify/types.mjs +0 -0
  336. package/dist/presets/netlify/utils.d.ts +0 -5
  337. package/dist/presets/netlify/utils.mjs +0 -94
  338. package/dist/presets/node/preset.d.ts +0 -2
  339. package/dist/presets/node/preset.mjs +0 -49
  340. package/dist/presets/node/runtime/cli.d.ts +0 -1
  341. package/dist/presets/node/runtime/cli.mjs +0 -22
  342. package/dist/presets/node/runtime/node-listener.d.ts +0 -6
  343. package/dist/presets/platform.sh/preset.d.ts +0 -2
  344. package/dist/presets/platform.sh/preset.mjs +0 -11
  345. package/dist/presets/render.com/preset.d.ts +0 -2
  346. package/dist/presets/render.com/preset.mjs +0 -11
  347. package/dist/presets/stormkit/preset.d.ts +0 -2
  348. package/dist/presets/stormkit/preset.mjs +0 -15
  349. package/dist/presets/vercel/preset.d.ts +0 -3
  350. package/dist/presets/vercel/preset.mjs +0 -104
  351. package/dist/presets/vercel/runtime/vercel-edge.d.ts +0 -2
  352. package/dist/presets/vercel/runtime/vercel-edge.mjs +0 -22
  353. package/dist/presets/vercel/runtime/vercel.d.ts +0 -4
  354. package/dist/presets/vercel/types.d.ts +0 -78
  355. package/dist/presets/vercel/types.mjs +0 -0
  356. package/dist/presets/vercel/utils.d.ts +0 -5
  357. package/dist/presets/vercel/utils.mjs +0 -186
  358. package/dist/presets/winterjs/preset.d.ts +0 -2
  359. package/dist/presets/winterjs/preset.mjs +0 -20
  360. package/dist/presets/winterjs/runtime/winterjs.d.ts +0 -1
  361. package/dist/presets/zeabur/preset.d.ts +0 -2
  362. package/dist/presets/zeabur/preset.mjs +0 -70
  363. package/dist/presets/zeabur/runtime/zeabur.d.ts +0 -4
  364. package/dist/rollup/index.d.mts +0 -5
  365. package/dist/rollup/index.d.ts +0 -5
  366. package/dist/rollup/index.mjs +0 -1673
  367. package/dist/runtime/index.d.ts +0 -12
  368. package/dist/runtime/internal/app.d.ts +0 -3
  369. package/dist/runtime/internal/cache.d.ts +0 -8
  370. package/dist/runtime/internal/client.mjs +0 -4
  371. package/dist/runtime/internal/config.d.ts +0 -5
  372. package/dist/runtime/internal/config.mjs +0 -45
  373. package/dist/runtime/internal/error.d.ts +0 -4
  374. package/dist/runtime/internal/error.mjs +0 -73
  375. package/dist/runtime/internal/index.d.ts +0 -6
  376. package/dist/runtime/internal/renderer.d.ts +0 -2
  377. package/dist/runtime/internal/route-rules.d.ts +0 -14
  378. package/dist/runtime/internal/routes/openapi.d.ts +0 -3
  379. package/dist/runtime/internal/routes/scalar.d.ts +0 -2
  380. package/dist/runtime/internal/routes/swagger.d.ts +0 -2
  381. package/dist/runtime/internal/static.d.ts +0 -2
  382. package/dist/runtime/internal/timing.mjs +0 -29
  383. package/dist/runtime/internal/utils.d.ts +0 -21
  384. package/dist/runtime/internal/utils.lambda.d.ts +0 -10
  385. package/dist/runtime/internal/utils.lambda.mjs +0 -30
  386. package/dist/shared/nitro.bra5i6ER.d.mts +0 -620
  387. package/dist/shared/nitro.bra5i6ER.d.ts +0 -620
  388. package/dist/types/index.d.ts +0 -260
  389. package/kit.d.ts +0 -1
  390. package/meta.d.ts +0 -1
  391. package/presets.d.ts +0 -1
  392. package/rollup.d.ts +0 -1
  393. package/runtime.d.ts +0 -1
  394. package/types.d.ts +0 -1
  395. /package/dist/presets/_nitro/runtime/{nitro-dev.d.ts → nitro-dev.d.mts} +0 -0
  396. /package/dist/presets/_nitro/runtime/{service-worker.d.ts → service-worker.d.mts} +0 -0
  397. /package/dist/presets/aws-amplify/runtime/{aws-amplify.d.ts → aws-amplify.d.mts} +0 -0
  398. /package/dist/presets/azure/runtime/{azure-functions.d.ts → azure-swa.d.mts} +0 -0
  399. /package/dist/presets/bun/runtime/{bun.d.ts → bun.d.mts} +0 -0
  400. /package/dist/presets/{cloudflare/runtime/cloudflare-worker.d.ts → deno/runtime/deno-deploy.d.mts} +0 -0
  401. /package/dist/presets/netlify/runtime/{netlify.d.ts → netlify.d.mts} +0 -0
  402. /package/dist/presets/node/runtime/{cluster.d.ts → node-cluster.d.mts} +0 -0
  403. /package/dist/presets/{deno/runtime/deno-server.d.ts → node/runtime/node-server.d.mts} +0 -0
  404. /package/dist/presets/stormkit/runtime/{stormkit.d.ts → stormkit.d.mts} +0 -0
  405. /package/dist/presets/{deno/runtime/deno-deploy.d.ts → winterjs/runtime/winterjs.d.mts} +0 -0
  406. /package/dist/runtime/internal/{database.d.ts → database.d.mts} +0 -0
  407. /package/dist/runtime/internal/{debug.d.ts → debug.d.mts} +0 -0
  408. /package/dist/{presets/_types.gen.mjs → runtime/internal/empty.d.mts} +0 -0
  409. /package/dist/{presets/aws-amplify/types.mjs → runtime/internal/empty.mjs} +0 -0
  410. /package/dist/runtime/internal/lib/{http-graceful-shutdown.d.ts → http-graceful-shutdown.d.mts} +0 -0
  411. /package/dist/runtime/internal/{meta.d.ts → meta.d.mts} +0 -0
  412. /package/dist/runtime/internal/{plugin.d.ts → plugin.d.mts} +0 -0
  413. /package/dist/runtime/internal/{shutdown.d.ts → shutdown.d.mts} +0 -0
  414. /package/dist/runtime/internal/{storage.d.ts → storage.d.mts} +0 -0
  415. /package/dist/runtime/internal/{task.d.ts → task.d.mts} +0 -0
  416. /package/dist/runtime/internal/{client.d.ts → vite/dev-worker.d.mts} +0 -0
  417. /package/{dist/config/index.mjs → lib/config.mjs} +0 -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
+ const URL = require("./url");
9
+
10
+ /**
11
+ * This is a helper function for getting values from parameter/options
12
+ * objects.
13
+ *
14
+ * @param args The object we are extracting values from
15
+ * @param name The name of the property we are getting.
16
+ * @param defaultValue An optional value to return if the property is missing
17
+ * from the object. If this is not specified and the property is missing, an
18
+ * error will be thrown.
19
+ */
20
+ function getArg(aArgs, aName, aDefaultValue) {
21
+ if (aName in aArgs) {
22
+ return aArgs[aName];
23
+ } else if (arguments.length === 3) {
24
+ return aDefaultValue;
25
+ }
26
+ throw new Error('"' + aName + '" is a required argument.');
27
+ }
28
+ exports.getArg = getArg;
29
+
30
+ const supportsNullProto = (function () {
31
+ const obj = Object.create(null);
32
+ return !("__proto__" in obj);
33
+ })();
34
+
35
+ function identity(s) {
36
+ return s;
37
+ }
38
+
39
+ /**
40
+ * Because behavior goes wacky when you set `__proto__` on objects, we
41
+ * have to prefix all the strings in our set with an arbitrary character.
42
+ *
43
+ * See https://github.com/mozilla/source-map/pull/31 and
44
+ * https://github.com/mozilla/source-map/issues/30
45
+ *
46
+ * @param String aStr
47
+ */
48
+ function toSetString(aStr) {
49
+ if (isProtoString(aStr)) {
50
+ return "$" + aStr;
51
+ }
52
+
53
+ return aStr;
54
+ }
55
+ exports.toSetString = supportsNullProto ? identity : toSetString;
56
+
57
+ function fromSetString(aStr) {
58
+ if (isProtoString(aStr)) {
59
+ return aStr.slice(1);
60
+ }
61
+
62
+ return aStr;
63
+ }
64
+ exports.fromSetString = supportsNullProto ? identity : fromSetString;
65
+
66
+ function isProtoString(s) {
67
+ if (!s) {
68
+ return false;
69
+ }
70
+
71
+ const length = s.length;
72
+
73
+ if (length < 9 /* "__proto__".length */) {
74
+ return false;
75
+ }
76
+
77
+ /* eslint-disable no-multi-spaces */
78
+ if (
79
+ s.charCodeAt(length - 1) !== 95 /* '_' */ ||
80
+ s.charCodeAt(length - 2) !== 95 /* '_' */ ||
81
+ s.charCodeAt(length - 3) !== 111 /* 'o' */ ||
82
+ s.charCodeAt(length - 4) !== 116 /* 't' */ ||
83
+ s.charCodeAt(length - 5) !== 111 /* 'o' */ ||
84
+ s.charCodeAt(length - 6) !== 114 /* 'r' */ ||
85
+ s.charCodeAt(length - 7) !== 112 /* 'p' */ ||
86
+ s.charCodeAt(length - 8) !== 95 /* '_' */ ||
87
+ s.charCodeAt(length - 9) !== 95 /* '_' */
88
+ ) {
89
+ return false;
90
+ }
91
+ /* eslint-enable no-multi-spaces */
92
+
93
+ for (let i = length - 10; i >= 0; i--) {
94
+ if (s.charCodeAt(i) !== 36 /* '$' */) {
95
+ return false;
96
+ }
97
+ }
98
+
99
+ return true;
100
+ }
101
+
102
+ function strcmp(aStr1, aStr2) {
103
+ if (aStr1 === aStr2) {
104
+ return 0;
105
+ }
106
+
107
+ if (aStr1 === null) {
108
+ return 1; // aStr2 !== null
109
+ }
110
+
111
+ if (aStr2 === null) {
112
+ return -1; // aStr1 !== null
113
+ }
114
+
115
+ if (aStr1 > aStr2) {
116
+ return 1;
117
+ }
118
+
119
+ return -1;
120
+ }
121
+
122
+ /**
123
+ * Comparator between two mappings with inflated source and name strings where
124
+ * the generated positions are compared.
125
+ */
126
+ function compareByGeneratedPositionsInflated(mappingA, mappingB) {
127
+ let cmp = mappingA.generatedLine - mappingB.generatedLine;
128
+ if (cmp !== 0) {
129
+ return cmp;
130
+ }
131
+
132
+ cmp = mappingA.generatedColumn - mappingB.generatedColumn;
133
+ if (cmp !== 0) {
134
+ return cmp;
135
+ }
136
+
137
+ cmp = strcmp(mappingA.source, mappingB.source);
138
+ if (cmp !== 0) {
139
+ return cmp;
140
+ }
141
+
142
+ cmp = mappingA.originalLine - mappingB.originalLine;
143
+ if (cmp !== 0) {
144
+ return cmp;
145
+ }
146
+
147
+ cmp = mappingA.originalColumn - mappingB.originalColumn;
148
+ if (cmp !== 0) {
149
+ return cmp;
150
+ }
151
+
152
+ return strcmp(mappingA.name, mappingB.name);
153
+ }
154
+ exports.compareByGeneratedPositionsInflated =
155
+ compareByGeneratedPositionsInflated;
156
+
157
+ /**
158
+ * Strip any JSON XSSI avoidance prefix from the string (as documented
159
+ * in the source maps specification), and then parse the string as
160
+ * JSON.
161
+ */
162
+ function parseSourceMapInput(str) {
163
+ return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, ""));
164
+ }
165
+ exports.parseSourceMapInput = parseSourceMapInput;
166
+
167
+ // We use 'http' as the base here because we want URLs processed relative
168
+ // to the safe base to be treated as "special" URLs during parsing using
169
+ // the WHATWG URL parsing. This ensures that backslash normalization
170
+ // applies to the path and such.
171
+ const PROTOCOL = "http:";
172
+ const PROTOCOL_AND_HOST = `${PROTOCOL}//host`;
173
+
174
+ /**
175
+ * Make it easy to create small utilities that tweak a URL's path.
176
+ */
177
+ function createSafeHandler(cb) {
178
+ return input => {
179
+ const type = getURLType(input);
180
+ const base = buildSafeBase(input);
181
+ const url = new URL(input, base);
182
+
183
+ cb(url);
184
+
185
+ const result = url.toString();
186
+
187
+ if (type === "absolute") {
188
+ return result;
189
+ } else if (type === "scheme-relative") {
190
+ return result.slice(PROTOCOL.length);
191
+ } else if (type === "path-absolute") {
192
+ return result.slice(PROTOCOL_AND_HOST.length);
193
+ }
194
+
195
+ // This assumes that the callback will only change
196
+ // the path, search and hash values.
197
+ return computeRelativeURL(base, result);
198
+ };
199
+ }
200
+
201
+ function withBase(url, base) {
202
+ return new URL(url, base).toString();
203
+ }
204
+
205
+ function buildUniqueSegment(prefix, str) {
206
+ let id = 0;
207
+ do {
208
+ const ident = prefix + id++;
209
+ if (str.indexOf(ident) === -1) return ident;
210
+ } while (true);
211
+ }
212
+
213
+ function buildSafeBase(str) {
214
+ const maxDotParts = str.split("..").length - 1;
215
+
216
+ // If we used a segment that also existed in `str`, then we would be unable
217
+ // to compute relative paths. For example, if `segment` were just "a":
218
+ //
219
+ // const url = "../../a/"
220
+ // const base = buildSafeBase(url); // http://host/a/a/
221
+ // const joined = "http://host/a/";
222
+ // const result = relative(base, joined);
223
+ //
224
+ // Expected: "../../a/";
225
+ // Actual: "a/"
226
+ //
227
+ const segment = buildUniqueSegment("p", str);
228
+
229
+ let base = `${PROTOCOL_AND_HOST}/`;
230
+ for (let i = 0; i < maxDotParts; i++) {
231
+ base += `${segment}/`;
232
+ }
233
+ return base;
234
+ }
235
+
236
+ const ABSOLUTE_SCHEME = /^[A-Za-z0-9\+\-\.]+:/;
237
+ function getURLType(url) {
238
+ if (url[0] === "/") {
239
+ if (url[1] === "/") return "scheme-relative";
240
+ return "path-absolute";
241
+ }
242
+
243
+ return ABSOLUTE_SCHEME.test(url) ? "absolute" : "path-relative";
244
+ }
245
+
246
+ /**
247
+ * Given two URLs that are assumed to be on the same
248
+ * protocol/host/user/password build a relative URL from the
249
+ * path, params, and hash values.
250
+ *
251
+ * @param rootURL The root URL that the target will be relative to.
252
+ * @param targetURL The target that the relative URL points to.
253
+ * @return A rootURL-relative, normalized URL value.
254
+ */
255
+ function computeRelativeURL(rootURL, targetURL) {
256
+ if (typeof rootURL === "string") rootURL = new URL(rootURL);
257
+ if (typeof targetURL === "string") targetURL = new URL(targetURL);
258
+
259
+ const targetParts = targetURL.pathname.split("/");
260
+ const rootParts = rootURL.pathname.split("/");
261
+
262
+ // If we've got a URL path ending with a "/", we remove it since we'd
263
+ // otherwise be relative to the wrong location.
264
+ if (rootParts.length > 0 && !rootParts[rootParts.length - 1]) {
265
+ rootParts.pop();
266
+ }
267
+
268
+ while (
269
+ targetParts.length > 0 &&
270
+ rootParts.length > 0 &&
271
+ targetParts[0] === rootParts[0]
272
+ ) {
273
+ targetParts.shift();
274
+ rootParts.shift();
275
+ }
276
+
277
+ const relativePath = rootParts
278
+ .map(() => "..")
279
+ .concat(targetParts)
280
+ .join("/");
281
+
282
+ return relativePath + targetURL.search + targetURL.hash;
283
+ }
284
+
285
+ /**
286
+ * Given a URL, ensure that it is treated as a directory URL.
287
+ *
288
+ * @param url
289
+ * @return A normalized URL value.
290
+ */
291
+ const ensureDirectory = createSafeHandler(url => {
292
+ url.pathname = url.pathname.replace(/\/?$/, "/");
293
+ });
294
+
295
+ /**
296
+ * Given a URL, strip off any filename if one is present.
297
+ *
298
+ * @param url
299
+ * @return A normalized URL value.
300
+ */
301
+ const trimFilename = createSafeHandler(url => {
302
+ url.href = new URL(".", url.toString()).toString();
303
+ });
304
+
305
+ /**
306
+ * Normalize a given URL.
307
+ * * Convert backslashes.
308
+ * * Remove any ".." and "." segments.
309
+ *
310
+ * @param url
311
+ * @return A normalized URL value.
312
+ */
313
+ const normalize = createSafeHandler(url => {});
314
+ exports.normalize = normalize;
315
+
316
+ /**
317
+ * Joins two paths/URLs.
318
+ *
319
+ * All returned URLs will be normalized.
320
+ *
321
+ * @param aRoot The root path or URL. Assumed to reference a directory.
322
+ * @param aPath The path or URL to be joined with the root.
323
+ * @return A joined and normalized URL value.
324
+ */
325
+ function join(aRoot, aPath) {
326
+ const pathType = getURLType(aPath);
327
+ const rootType = getURLType(aRoot);
328
+
329
+ aRoot = ensureDirectory(aRoot);
330
+
331
+ if (pathType === "absolute") {
332
+ return withBase(aPath, undefined);
333
+ }
334
+ if (rootType === "absolute") {
335
+ return withBase(aPath, aRoot);
336
+ }
337
+
338
+ if (pathType === "scheme-relative") {
339
+ return normalize(aPath);
340
+ }
341
+ if (rootType === "scheme-relative") {
342
+ return withBase(aPath, withBase(aRoot, PROTOCOL_AND_HOST)).slice(
343
+ PROTOCOL.length
344
+ );
345
+ }
346
+
347
+ if (pathType === "path-absolute") {
348
+ return normalize(aPath);
349
+ }
350
+ if (rootType === "path-absolute") {
351
+ return withBase(aPath, withBase(aRoot, PROTOCOL_AND_HOST)).slice(
352
+ PROTOCOL_AND_HOST.length
353
+ );
354
+ }
355
+
356
+ const base = buildSafeBase(aPath + aRoot);
357
+ const newPath = withBase(aPath, withBase(aRoot, base));
358
+ return computeRelativeURL(base, newPath);
359
+ }
360
+ exports.join = join;
361
+
362
+ /**
363
+ * Make a path relative to a URL or another path. If returning a
364
+ * relative URL is not possible, the original target will be returned.
365
+ * All returned URLs will be normalized.
366
+ *
367
+ * @param aRoot The root path or URL.
368
+ * @param aPath The path or URL to be made relative to aRoot.
369
+ * @return A rootURL-relative (if possible), normalized URL value.
370
+ */
371
+ function relative(rootURL, targetURL) {
372
+ const result = relativeIfPossible(rootURL, targetURL);
373
+
374
+ return typeof result === "string" ? result : normalize(targetURL);
375
+ }
376
+ exports.relative = relative;
377
+
378
+ function relativeIfPossible(rootURL, targetURL) {
379
+ const urlType = getURLType(rootURL);
380
+ if (urlType !== getURLType(targetURL)) {
381
+ return null;
382
+ }
383
+
384
+ const base = buildSafeBase(rootURL + targetURL);
385
+ const root = new URL(rootURL, base);
386
+ const target = new URL(targetURL, base);
387
+
388
+ try {
389
+ new URL("", target.toString());
390
+ } catch (err) {
391
+ // Bail if the URL doesn't support things being relative to it,
392
+ // For example, data: and blob: URLs.
393
+ return null;
394
+ }
395
+
396
+ if (
397
+ target.protocol !== root.protocol ||
398
+ target.user !== root.user ||
399
+ target.password !== root.password ||
400
+ target.hostname !== root.hostname ||
401
+ target.port !== root.port
402
+ ) {
403
+ return null;
404
+ }
405
+
406
+ return computeRelativeURL(root, target);
407
+ }
408
+
409
+ /**
410
+ * Compute the URL of a source given the the source root, the source's
411
+ * URL, and the source map's URL.
412
+ */
413
+ function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {
414
+ // The source map spec states that "sourceRoot" and "sources" entries are to be appended. While
415
+ // that is a little vague, implementations have generally interpreted that as joining the
416
+ // URLs with a `/` between then, assuming the "sourceRoot" doesn't already end with one.
417
+ // For example,
418
+ //
419
+ // sourceRoot: "some-dir",
420
+ // sources: ["/some-path.js"]
421
+ //
422
+ // and
423
+ //
424
+ // sourceRoot: "some-dir/",
425
+ // sources: ["/some-path.js"]
426
+ //
427
+ // must behave as "some-dir/some-path.js".
428
+ //
429
+ // With this library's the transition to a more URL-focused implementation, that behavior is
430
+ // preserved here. To acheive that, we trim the "/" from absolute-path when a sourceRoot value
431
+ // is present in order to make the sources entries behave as if they are relative to the
432
+ // "sourceRoot", as they would have if the two strings were simply concated.
433
+ if (sourceRoot && getURLType(sourceURL) === "path-absolute") {
434
+ sourceURL = sourceURL.replace(/^\//, "");
435
+ }
436
+
437
+ let url = normalize(sourceURL || "");
438
+
439
+ // Parsing URLs can be expensive, so we only perform these joins when needed.
440
+ if (sourceRoot) url = join(sourceRoot, url);
441
+ if (sourceMapURL) url = join(trimFilename(sourceMapURL), url);
442
+ return url;
443
+ }
444
+ exports.computeSourceURL = computeSourceURL;
@@ -0,0 +1,138 @@
1
+ const readWasm = require("../lib/read-wasm");
2
+
3
+ /**
4
+ * Provide the JIT with a nice shape / hidden class.
5
+ */
6
+ function Mapping() {
7
+ this.generatedLine = 0;
8
+ this.generatedColumn = 0;
9
+ this.lastGeneratedColumn = null;
10
+ this.source = null;
11
+ this.originalLine = null;
12
+ this.originalColumn = null;
13
+ this.name = null;
14
+ }
15
+
16
+ let cachedWasm = null;
17
+
18
+ module.exports = function wasm() {
19
+ if (cachedWasm) {
20
+ return cachedWasm;
21
+ }
22
+
23
+ const callbackStack = [];
24
+
25
+ cachedWasm = readWasm()
26
+ .then(buffer => {
27
+ return WebAssembly.instantiate(buffer, {
28
+ env: {
29
+ mapping_callback(
30
+ generatedLine,
31
+ generatedColumn,
32
+
33
+ hasLastGeneratedColumn,
34
+ lastGeneratedColumn,
35
+
36
+ hasOriginal,
37
+ source,
38
+ originalLine,
39
+ originalColumn,
40
+
41
+ hasName,
42
+ name
43
+ ) {
44
+ const mapping = new Mapping();
45
+ // JS uses 1-based line numbers, wasm uses 0-based.
46
+ mapping.generatedLine = generatedLine + 1;
47
+ mapping.generatedColumn = generatedColumn;
48
+
49
+ if (hasLastGeneratedColumn) {
50
+ // JS uses inclusive last generated column, wasm uses exclusive.
51
+ mapping.lastGeneratedColumn = lastGeneratedColumn - 1;
52
+ }
53
+
54
+ if (hasOriginal) {
55
+ mapping.source = source;
56
+ // JS uses 1-based line numbers, wasm uses 0-based.
57
+ mapping.originalLine = originalLine + 1;
58
+ mapping.originalColumn = originalColumn;
59
+
60
+ if (hasName) {
61
+ mapping.name = name;
62
+ }
63
+ }
64
+
65
+ callbackStack[callbackStack.length - 1](mapping);
66
+ },
67
+
68
+ start_all_generated_locations_for() {
69
+ console.time("all_generated_locations_for");
70
+ },
71
+ end_all_generated_locations_for() {
72
+ console.timeEnd("all_generated_locations_for");
73
+ },
74
+
75
+ start_compute_column_spans() {
76
+ console.time("compute_column_spans");
77
+ },
78
+ end_compute_column_spans() {
79
+ console.timeEnd("compute_column_spans");
80
+ },
81
+
82
+ start_generated_location_for() {
83
+ console.time("generated_location_for");
84
+ },
85
+ end_generated_location_for() {
86
+ console.timeEnd("generated_location_for");
87
+ },
88
+
89
+ start_original_location_for() {
90
+ console.time("original_location_for");
91
+ },
92
+ end_original_location_for() {
93
+ console.timeEnd("original_location_for");
94
+ },
95
+
96
+ start_parse_mappings() {
97
+ console.time("parse_mappings");
98
+ },
99
+ end_parse_mappings() {
100
+ console.timeEnd("parse_mappings");
101
+ },
102
+
103
+ start_sort_by_generated_location() {
104
+ console.time("sort_by_generated_location");
105
+ },
106
+ end_sort_by_generated_location() {
107
+ console.timeEnd("sort_by_generated_location");
108
+ },
109
+
110
+ start_sort_by_original_location() {
111
+ console.time("sort_by_original_location");
112
+ },
113
+ end_sort_by_original_location() {
114
+ console.timeEnd("sort_by_original_location");
115
+ },
116
+ },
117
+ });
118
+ })
119
+ .then(Wasm => {
120
+ return {
121
+ exports: Wasm.instance.exports,
122
+ withMappingCallback: (mappingCallback, f) => {
123
+ callbackStack.push(mappingCallback);
124
+ try {
125
+ f();
126
+ } finally {
127
+ callbackStack.pop();
128
+ }
129
+ },
130
+ };
131
+ })
132
+ .then(null, e => {
133
+ cachedWasm = null;
134
+ throw e;
135
+ });
136
+
137
+ return cachedWasm;
138
+ };
@@ -0,0 +1,79 @@
1
+ {
2
+ "name": "source-map",
3
+ "description": "Generates and consumes source maps",
4
+ "version": "0.7.6",
5
+ "homepage": "https://github.com/mozilla/source-map",
6
+ "author": "Nick Fitzgerald <nfitzgerald@mozilla.com>",
7
+ "contributors": [
8
+ "Tobias Koppers <tobias.koppers@googlemail.com>",
9
+ "Duncan Beevers <duncan@dweebd.com>",
10
+ "Stephen Crane <scrane@mozilla.com>",
11
+ "Ryan Seddon <seddon.ryan@gmail.com>",
12
+ "Miles Elam <miles.elam@deem.com>",
13
+ "Mihai Bazon <mihai.bazon@gmail.com>",
14
+ "Michael Ficarra <github.public.email@michael.ficarra.me>",
15
+ "Todd Wolfson <todd@twolfson.com>",
16
+ "Alexander Solovyov <alexander@solovyov.net>",
17
+ "Felix Gnass <fgnass@gmail.com>",
18
+ "Conrad Irwin <conrad.irwin@gmail.com>",
19
+ "usrbincc <usrbincc@yahoo.com>",
20
+ "David Glasser <glasser@davidglasser.net>",
21
+ "Chase Douglas <chase@newrelic.com>",
22
+ "Evan Wallace <evan.exe@gmail.com>",
23
+ "Heather Arthur <fayearthur@gmail.com>",
24
+ "Hugh Kennedy <hughskennedy@gmail.com>",
25
+ "David Glasser <glasser@davidglasser.net>",
26
+ "Simon Lydell <simon.lydell@gmail.com>",
27
+ "Jmeas Smith <jellyes2@gmail.com>",
28
+ "Michael Z Goddard <mzgoddard@gmail.com>",
29
+ "azu <azu@users.noreply.github.com>",
30
+ "John Gozde <john@gozde.ca>",
31
+ "Adam Kirkton <akirkton@truefitinnovation.com>",
32
+ "Chris Montgomery <christopher.montgomery@dowjones.com>",
33
+ "J. Ryan Stinnett <jryans@gmail.com>",
34
+ "Jack Herrington <jherrington@walmartlabs.com>",
35
+ "Chris Truter <jeffpalentine@gmail.com>",
36
+ "Daniel Espeset <daniel@danielespeset.com>",
37
+ "Jamie Wong <jamie.lf.wong@gmail.com>",
38
+ "Eddy Bruël <ejpbruel@mozilla.com>",
39
+ "Hawken Rives <hawkrives@gmail.com>",
40
+ "Gilad Peleg <giladp007@gmail.com>",
41
+ "djchie <djchie.dev@gmail.com>",
42
+ "Gary Ye <garysye@gmail.com>",
43
+ "Nicolas Lalevée <nicolas.lalevee@hibnet.org>"
44
+ ],
45
+ "repository": {
46
+ "type": "git",
47
+ "url": "http://github.com/mozilla/source-map.git"
48
+ },
49
+ "main": "./source-map.js",
50
+ "types": "./source-map.d.ts",
51
+ "browser": {
52
+ "./lib/read-wasm.js": "./lib/read-wasm-browser.js"
53
+ },
54
+ "files": [
55
+ "source-map.js",
56
+ "source-map.d.ts",
57
+ "lib/"
58
+ ],
59
+ "engines": {
60
+ "node": ">= 12"
61
+ },
62
+ "license": "BSD-3-Clause",
63
+ "scripts": {
64
+ "lint": "eslint --fix *.js lib/ test/ --ignore-pattern 'test/source-map-tests/**'",
65
+ "test": "git submodule update --init --recursive; node test/run-tests.js",
66
+ "coverage": "c8 --reporter=text --reporter=html npm test",
67
+ "prettier": "prettier --write .",
68
+ "clean": "rm -rf coverage",
69
+ "toc": "doctoc --github --notitle README.md CONTRIBUTING.md"
70
+ },
71
+ "devDependencies": {
72
+ "c8": "^7.12.0",
73
+ "doctoc": "^2.2.1",
74
+ "eslint": "^8.24.0",
75
+ "eslint-config-prettier": "^8.5.0",
76
+ "prettier": "^2.7.1"
77
+ },
78
+ "dependencies": {}
79
+ }
@@ -0,0 +1,10 @@
1
+ /*
2
+ * Copyright 2009-2011 Mozilla Foundation and contributors
3
+ * Licensed under the New BSD license. See LICENSE or:
4
+ * http://opensource.org/licenses/BSD-3-Clause
5
+ */
6
+ exports.SourceMapGenerator =
7
+ require("./lib/source-map-generator").SourceMapGenerator;
8
+ exports.SourceMapConsumer =
9
+ require("./lib/source-map-consumer").SourceMapConsumer;
10
+ exports.SourceNode = require("./lib/source-node").SourceNode;
@@ -0,0 +1 @@
1
+ const r=Object.create(null),i=e=>globalThis.process?.env||import.meta.env||globalThis.Deno?.env.toObject()||globalThis.__env__||(e?r:globalThis),o=new Proxy(r,{get(e,s){return i()[s]??r[s]},has(e,s){const E=i();return s in E||s in r},set(e,s,E){const B=i(!0);return B[s]=E,!0},deleteProperty(e,s){if(!s)return!1;const E=i(!0);return delete E[s],!0},ownKeys(){const e=i(!0);return Object.keys(e)}}),t=typeof process<"u"&&process.env&&process.env.NODE_ENV||"",f=[["APPVEYOR"],["AWS_AMPLIFY","AWS_APP_ID",{ci:!0}],["AZURE_PIPELINES","SYSTEM_TEAMFOUNDATIONCOLLECTIONURI"],["AZURE_STATIC","INPUT_AZURE_STATIC_WEB_APPS_API_TOKEN"],["APPCIRCLE","AC_APPCIRCLE"],["BAMBOO","bamboo_planKey"],["BITBUCKET","BITBUCKET_COMMIT"],["BITRISE","BITRISE_IO"],["BUDDY","BUDDY_WORKSPACE_ID"],["BUILDKITE"],["CIRCLE","CIRCLECI"],["CIRRUS","CIRRUS_CI"],["CLOUDFLARE_PAGES","CF_PAGES",{ci:!0}],["CLOUDFLARE_WORKERS","WORKERS_CI",{ci:!0}],["CODEBUILD","CODEBUILD_BUILD_ARN"],["CODEFRESH","CF_BUILD_ID"],["DRONE"],["DRONE","DRONE_BUILD_EVENT"],["DSARI"],["GITHUB_ACTIONS"],["GITLAB","GITLAB_CI"],["GITLAB","CI_MERGE_REQUEST_ID"],["GOCD","GO_PIPELINE_LABEL"],["LAYERCI"],["HUDSON","HUDSON_URL"],["JENKINS","JENKINS_URL"],["MAGNUM"],["NETLIFY"],["NETLIFY","NETLIFY_LOCAL",{ci:!1}],["NEVERCODE"],["RENDER"],["SAIL","SAILCI"],["SEMAPHORE"],["SCREWDRIVER"],["SHIPPABLE"],["SOLANO","TDDIUM"],["STRIDER"],["TEAMCITY","TEAMCITY_VERSION"],["TRAVIS"],["VERCEL","NOW_BUILDER"],["VERCEL","VERCEL",{ci:!1}],["VERCEL","VERCEL_ENV",{ci:!1}],["APPCENTER","APPCENTER_BUILD_ID"],["CODESANDBOX","CODESANDBOX_SSE",{ci:!1}],["CODESANDBOX","CODESANDBOX_HOST",{ci:!1}],["STACKBLITZ"],["STORMKIT"],["CLEAVR"],["ZEABUR"],["CODESPHERE","CODESPHERE_APP_ID",{ci:!0}],["RAILWAY","RAILWAY_PROJECT_ID"],["RAILWAY","RAILWAY_SERVICE_ID"],["DENO-DEPLOY","DENO_DEPLOYMENT_ID"],["FIREBASE_APP_HOSTING","FIREBASE_APP_HOSTING",{ci:!0}]];function b(){if(globalThis.process?.env)for(const e of f){const s=e[1]||e[0];if(globalThis.process?.env[s])return{name:e[0].toLowerCase(),...e[2]}}return globalThis.process?.env?.SHELL==="/bin/jsh"&&globalThis.process?.versions?.webcontainer?{name:"stackblitz",ci:!1}:{name:"",ci:!1}}const l=b(),p=l.name;function n(e){return e?e!=="false":!1}const I=globalThis.process?.platform||"",T=n(o.CI)||l.ci!==!1,R=n(globalThis.process?.stdout&&globalThis.process?.stdout.isTTY),U=typeof window<"u",d=n(o.DEBUG),a=t==="test"||n(o.TEST),g=t==="production",h=t==="dev"||t==="development",v=n(o.MINIMAL)||T||a||!R,A=/^win/i.test(I),M=/^linux/i.test(I),m=/^darwin/i.test(I),Y=!n(o.NO_COLOR)&&(n(o.FORCE_COLOR)||(R||A)&&o.TERM!=="dumb"||T),C=(globalThis.process?.versions?.node||"").replace(/^v/,"")||null,V=Number(C?.split(".")[0])||null,W=globalThis.process||Object.create(null),_={versions:{}},y=new Proxy(W,{get(e,s){if(s==="env")return o;if(s in e)return e[s];if(s in _)return _[s]}}),O=globalThis.process?.release?.name==="node",c=!!globalThis.Bun||!!globalThis.process?.versions?.bun,D=!!globalThis.Deno,L=!!globalThis.fastly,S=!!globalThis.Netlify,u=!!globalThis.EdgeRuntime,N=globalThis.navigator?.userAgent==="Cloudflare-Workers",F=[[S,"netlify"],[u,"edge-light"],[N,"workerd"],[L,"fastly"],[D,"deno"],[c,"bun"],[O,"node"]];function G(){const e=F.find(s=>s[0]);if(e)return{name:e[1]}}const P=G(),K=P?.name||"";export{o as env,R as hasTTY,U as hasWindow,c as isBun,T as isCI,Y as isColorSupported,d as isDebug,D as isDeno,h as isDevelopment,u as isEdgeLight,L as isFastly,M as isLinux,m as isMacOS,v as isMinimal,S as isNetlify,O as isNode,g as isProduction,a as isTest,A as isWindows,N as isWorkerd,t as nodeENV,V as nodeMajorVersion,C as nodeVersion,I as platform,y as process,p as provider,l as providerInfo,K as runtime,P as runtimeInfo};