create-nuxt-nightly 3.31.0-20251112-163821-1b26dec → 3.31.0-20251115-162148-ab4e0c6

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.
@@ -7,9 +7,20 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
7
7
  var __getOwnPropNames = Object.getOwnPropertyNames;
8
8
  var __getProtoOf = Object.getPrototypeOf;
9
9
  var __hasOwnProp = Object.prototype.hasOwnProperty;
10
+ var __esm = (fn, res) => function() {
11
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
12
+ };
10
13
  var __commonJS = (cb, mod) => function() {
11
14
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
12
15
  };
16
+ var __export = (all) => {
17
+ let target = {};
18
+ for (var name in all) __defProp(target, name, {
19
+ get: all[name],
20
+ enumerable: true
21
+ });
22
+ return target;
23
+ };
13
24
  var __copyProps = (to, from, except, desc) => {
14
25
  if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
15
26
  key = keys[i];
@@ -24,8 +35,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
24
35
  value: mod,
25
36
  enumerable: true
26
37
  }) : target, mod));
38
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
27
39
  var __toDynamicImportESM = (isNodeMode) => (mod) => __toESM(mod.default, isNodeMode);
28
40
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
29
41
 
30
42
  //#endregion
31
- export { __toESM as i, __require as n, __toDynamicImportESM as r, __commonJS as t };
43
+ export { __toCommonJS as a, __require as i, __esm as n, __toDynamicImportESM as o, __export as r, __toESM as s, __commonJS as t };
@@ -1,4 +1,4 @@
1
- import { i as __toESM$1, t as __commonJS$1 } from "./chunk-BHTWoxoW.mjs";
1
+ import { s as __toESM$1, t as __commonJS$1 } from "./chunk-UAYC_h3i.mjs";
2
2
  import { promises } from "node:fs";
3
3
 
4
4
  //#region ../../node_modules/.pnpm/@babel+parser@7.28.5/node_modules/@babel/parser/lib/index.js
@@ -20876,4 +20876,4 @@ function generateCode(node, options = {}) {
20876
20876
  }
20877
20877
 
20878
20878
  //#endregion
20879
- export { MagicastError, detectCodeFormat, generateCode, parseModule };
20879
+ export { parseModule };