vue-jsx-vapor 3.1.2 → 3.1.4

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 (55) hide show
  1. package/dist/api.cjs +1 -1
  2. package/dist/api.d.cts +1 -1
  3. package/dist/api.d.ts +1 -1
  4. package/dist/api.js +1 -1
  5. package/dist/astro.cjs +3 -3
  6. package/dist/astro.d.cts +1 -1
  7. package/dist/astro.d.ts +1 -1
  8. package/dist/astro.js +3 -3
  9. package/dist/{core-CgC9S6Q0.js → core-C4t7CQVd.js} +2 -1
  10. package/dist/{core-BeIGPz2Y.cjs → core-Fx2Q5u2J.cjs} +2 -1
  11. package/dist/esbuild.cjs +3 -3
  12. package/dist/esbuild.d.cts +1 -1
  13. package/dist/esbuild.d.ts +1 -1
  14. package/dist/esbuild.js +3 -3
  15. package/dist/nuxt.cjs +3 -3
  16. package/dist/nuxt.d.cts +1 -1
  17. package/dist/nuxt.d.ts +1 -1
  18. package/dist/nuxt.js +3 -3
  19. package/dist/{options-V1045xYK.d.cts → options-BWYUbiRE.d.ts} +2 -2
  20. package/dist/{options-gD_zG4x2.d.ts → options-DTNMvSsq.d.cts} +2 -2
  21. package/dist/{raw-rSj_OSHs.js → raw-CnTSAJlh.js} +2 -2
  22. package/dist/{raw-CzYfWnnD.cjs → raw-D4gtkwYR.cjs} +2 -2
  23. package/dist/raw.cjs +2 -2
  24. package/dist/raw.d.cts +1 -1
  25. package/dist/raw.d.ts +1 -1
  26. package/dist/raw.js +2 -2
  27. package/dist/rolldown.cjs +3 -3
  28. package/dist/rolldown.d.cts +3 -3
  29. package/dist/rolldown.d.ts +1 -1
  30. package/dist/rolldown.js +3 -3
  31. package/dist/rollup.cjs +3 -3
  32. package/dist/rollup.d.cts +3 -3
  33. package/dist/rollup.d.ts +1 -1
  34. package/dist/rollup.js +3 -3
  35. package/dist/rspack.cjs +3 -3
  36. package/dist/rspack.d.cts +1 -1
  37. package/dist/rspack.d.ts +1 -1
  38. package/dist/rspack.js +3 -3
  39. package/dist/{unplugin-CrWWgg9F.cjs → unplugin-BhQI5kHK.cjs} +1 -1
  40. package/dist/{unplugin-Cphty0W0.js → unplugin-BncN8ZW6.js} +1 -1
  41. package/dist/unplugin.cjs +3 -3
  42. package/dist/unplugin.d.cts +3 -3
  43. package/dist/unplugin.d.ts +1 -1
  44. package/dist/unplugin.js +3 -3
  45. package/dist/vite.cjs +3 -3
  46. package/dist/vite.d.cts +1 -1
  47. package/dist/vite.d.ts +1 -1
  48. package/dist/vite.js +3 -3
  49. package/dist/volar.d.cts +1 -1
  50. package/dist/volar.d.ts +1 -1
  51. package/dist/webpack.cjs +3 -3
  52. package/dist/webpack.d.cts +1 -1
  53. package/dist/webpack.d.ts +1 -1
  54. package/dist/webpack.js +3 -3
  55. package/package.json +4 -4
package/dist/api.cjs CHANGED
@@ -1,3 +1,3 @@
1
- const require_core = require('./core-BeIGPz2Y.cjs');
1
+ const require_core = require('./core-Fx2Q5u2J.cjs');
2
2
 
3
3
  exports.transformVueJsxVapor = require_core.transformVueJsxVapor;
package/dist/api.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-V1045xYK.cjs";
1
+ import { t as Options } from "./options-DTNMvSsq.cjs";
2
2
  import * as _vue_jsx_vapor_compiler_rs0 from "@vue-jsx-vapor/compiler-rs";
3
3
 
4
4
  //#region src/core/index.d.ts
package/dist/api.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-gD_zG4x2.js";
1
+ import { t as Options } from "./options-BWYUbiRE.js";
2
2
  import * as _vue_jsx_vapor_compiler_rs0 from "@vue-jsx-vapor/compiler-rs";
3
3
 
4
4
  //#region src/core/index.d.ts
package/dist/api.js CHANGED
@@ -1,3 +1,3 @@
1
- import { t as transformVueJsxVapor } from "./core-CgC9S6Q0.js";
1
+ import { t as transformVueJsxVapor } from "./core-C4t7CQVd.js";
2
2
 
3
3
  export { transformVueJsxVapor };
package/dist/astro.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
- require('./core-BeIGPz2Y.cjs');
3
- require('./raw-CzYfWnnD.cjs');
4
- const require_unplugin = require('./unplugin-CrWWgg9F.cjs');
2
+ require('./core-Fx2Q5u2J.cjs');
3
+ require('./raw-D4gtkwYR.cjs');
4
+ const require_unplugin = require('./unplugin-BhQI5kHK.cjs');
5
5
 
6
6
  //#region src/astro.ts
7
7
  var astro_default = (options) => ({
package/dist/astro.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-V1045xYK.cjs";
1
+ import { t as Options } from "./options-DTNMvSsq.cjs";
2
2
 
3
3
  //#region src/astro.d.ts
4
4
  declare const _default: (options: Options) => {
package/dist/astro.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-gD_zG4x2.js";
1
+ import { t as Options } from "./options-BWYUbiRE.js";
2
2
 
3
3
  //#region src/astro.d.ts
4
4
  declare const _default: (options: Options) => {
package/dist/astro.js CHANGED
@@ -1,6 +1,6 @@
1
- import "./core-CgC9S6Q0.js";
2
- import "./raw-rSj_OSHs.js";
3
- import { r as unplugin_default } from "./unplugin-Cphty0W0.js";
1
+ import "./core-C4t7CQVd.js";
2
+ import "./raw-CnTSAJlh.js";
3
+ import { r as unplugin_default } from "./unplugin-BncN8ZW6.js";
4
4
 
5
5
  //#region src/astro.ts
6
6
  var astro_default = (options) => ({
@@ -7,7 +7,8 @@ function transformVueJsxVapor(code, id, options, needSourceMap = false, needHMR
7
7
  sourceMap: needSourceMap,
8
8
  interop: new URLSearchParams(id).get("vapor") ? false : options?.interop,
9
9
  hmr: needHMR,
10
- ssr
10
+ ssr,
11
+ ...options?.compile
11
12
  });
12
13
  }
13
14
 
@@ -8,7 +8,8 @@ function transformVueJsxVapor(code, id, options, needSourceMap = false, needHMR
8
8
  sourceMap: needSourceMap,
9
9
  interop: new URLSearchParams(id).get("vapor") ? false : options?.interop,
10
10
  hmr: needHMR,
11
- ssr
11
+ ssr,
12
+ ...options?.compile
12
13
  });
13
14
  }
14
15
 
package/dist/esbuild.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
- require('./core-BeIGPz2Y.cjs');
3
- require('./raw-CzYfWnnD.cjs');
4
- const require_unplugin = require('./unplugin-CrWWgg9F.cjs');
2
+ require('./core-Fx2Q5u2J.cjs');
3
+ require('./raw-D4gtkwYR.cjs');
4
+ const require_unplugin = require('./unplugin-BhQI5kHK.cjs');
5
5
 
6
6
  //#region src/esbuild.ts
7
7
  var esbuild_default = require_unplugin.unplugin_default.esbuild;
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-V1045xYK.cjs";
1
+ import { t as Options } from "./options-DTNMvSsq.cjs";
2
2
  import * as esbuild0 from "esbuild";
3
3
 
4
4
  //#region src/esbuild.d.ts
package/dist/esbuild.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-gD_zG4x2.js";
1
+ import { t as Options } from "./options-BWYUbiRE.js";
2
2
  import * as esbuild0 from "esbuild";
3
3
 
4
4
  //#region src/esbuild.d.ts
package/dist/esbuild.js CHANGED
@@ -1,6 +1,6 @@
1
- import "./core-CgC9S6Q0.js";
2
- import "./raw-rSj_OSHs.js";
3
- import { r as unplugin_default } from "./unplugin-Cphty0W0.js";
1
+ import "./core-C4t7CQVd.js";
2
+ import "./raw-CnTSAJlh.js";
3
+ import { r as unplugin_default } from "./unplugin-BncN8ZW6.js";
4
4
 
5
5
  //#region src/esbuild.ts
6
6
  var esbuild_default = unplugin_default.esbuild;
package/dist/nuxt.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
  const require_chunk = require('./chunk-CbDLau6x.cjs');
3
- require('./core-BeIGPz2Y.cjs');
4
- require('./raw-CzYfWnnD.cjs');
5
- require('./unplugin-CrWWgg9F.cjs');
3
+ require('./core-Fx2Q5u2J.cjs');
4
+ require('./raw-D4gtkwYR.cjs');
5
+ require('./unplugin-BhQI5kHK.cjs');
6
6
  const require_vite = require('./vite.cjs');
7
7
  const require_webpack = require('./webpack.cjs');
8
8
  let _nuxt_kit = require("@nuxt/kit");
package/dist/nuxt.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-V1045xYK.cjs";
1
+ import { t as Options } from "./options-DTNMvSsq.cjs";
2
2
  import * as _nuxt_schema0 from "@nuxt/schema";
3
3
 
4
4
  //#region src/nuxt.d.ts
package/dist/nuxt.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-gD_zG4x2.js";
1
+ import { t as Options } from "./options-BWYUbiRE.js";
2
2
  import * as _nuxt_schema0 from "@nuxt/schema";
3
3
 
4
4
  //#region src/nuxt.d.ts
package/dist/nuxt.js CHANGED
@@ -1,6 +1,6 @@
1
- import "./core-CgC9S6Q0.js";
2
- import "./raw-rSj_OSHs.js";
3
- import "./unplugin-Cphty0W0.js";
1
+ import "./core-C4t7CQVd.js";
2
+ import "./raw-CnTSAJlh.js";
3
+ import "./unplugin-BncN8ZW6.js";
4
4
  import vite_default from "./vite.js";
5
5
  import webpack_default from "./webpack.js";
6
6
  import { addVitePlugin, addWebpackPlugin, defineNuxtModule } from "@nuxt/kit";
@@ -1,6 +1,6 @@
1
- import { CompilerOptions } from "@vue-jsx-vapor/compiler";
2
- import { Options } from "@vue-jsx-vapor/macros";
1
+ import { CompilerOptions } from "@vue-jsx-vapor/compiler-rs";
3
2
  import { FilterPattern } from "unplugin-utils";
3
+ import { Options } from "@vue-jsx-vapor/macros";
4
4
 
5
5
  //#region src/options.d.ts
6
6
  interface Options$1 {
@@ -1,6 +1,6 @@
1
- import { FilterPattern } from "unplugin-utils";
2
- import { CompilerOptions } from "@vue-jsx-vapor/compiler";
1
+ import { CompilerOptions } from "@vue-jsx-vapor/compiler-rs";
3
2
  import { Options } from "@vue-jsx-vapor/macros";
3
+ import { FilterPattern } from "unplugin-utils";
4
4
 
5
5
  //#region src/options.d.ts
6
6
  interface Options$1 {
@@ -1,4 +1,4 @@
1
- import { t as transformVueJsxVapor } from "./core-CgC9S6Q0.js";
1
+ import { t as transformVueJsxVapor } from "./core-C4t7CQVd.js";
2
2
  import macros from "@vue-jsx-vapor/macros/raw";
3
3
  import { relative } from "pathe";
4
4
  import { createFilter, normalizePath } from "unplugin-utils";
@@ -31,7 +31,7 @@ var props_default = "import { proxyRefs, toRefs, useAttrs } from \"vue\";\nimpor
31
31
 
32
32
  //#endregion
33
33
  //#region src/runtime/vnode.ts?raw
34
- var vnode_default = "import {\n cloneVNode,\n Comment,\n createBlock,\n createVNode,\n Fragment,\n getCurrentInstance,\n isVNode,\n openBlock,\n Text\n} from \"vue\";\nconst cacheMap = /* @__PURE__ */ new WeakMap();\nexport function createVNodeCache() {\n const i = getCurrentInstance();\n if (i) {\n !cacheMap.has(i) && cacheMap.set(i, []);\n const caches = cacheMap.get(i);\n return caches[caches.length] = [];\n } else {\n return [];\n }\n}\nexport function normalizeVNode(child = \" \", flag = 0) {\n if (child == null || typeof child === \"boolean\") {\n return createVNode(Comment);\n } else if (Array.isArray(child)) {\n return openBlock(), createBlock(createVNode(Fragment, null, child.slice()));\n } else if (isVNode(child)) {\n return openBlock(), createBlock(cloneIfMounted(child));\n } else {\n return createVNode(Text, null, String(child), flag);\n }\n}\nfunction cloneIfMounted(child) {\n return child.el === null && child.patchFlag !== -1 || // @ts-ignore\n child.memo ? child : cloneVNode(child);\n}\n";
34
+ var vnode_default = "import {\n cloneVNode,\n Comment,\n createBlock,\n createVNode,\n Fragment,\n getCurrentInstance,\n isVNode,\n openBlock,\n Text\n} from \"vue\";\nconst cacheMap = /* @__PURE__ */ new WeakMap();\nexport function createVNodeCache(index) {\n const i = getCurrentInstance();\n if (i) {\n !cacheMap.has(i) && cacheMap.set(i, []);\n const caches = cacheMap.get(i);\n return caches[index] || (caches[index] = []);\n } else {\n return [];\n }\n}\nexport function normalizeVNode(value = \" \", flag = 1) {\n if (value == null || typeof value === \"boolean\") {\n return createVNode(Comment);\n } else if (typeof value !== \"function\") {\n return createVNode(Text, null, String(value), flag);\n }\n openBlock();\n const node = value();\n if (node == null || typeof node === \"boolean\") {\n return createBlock(Comment);\n } else if (Array.isArray(node)) {\n return createBlock(Fragment, null, node.slice());\n } else if (isVNode(node)) {\n return createBlock(cloneIfMounted(node));\n } else {\n return createBlock(Text, null, String(node), flag);\n }\n}\nfunction cloneIfMounted(child) {\n return child.el === null && child.patchFlag !== -1 || // @ts-ignore\n child.memo ? child : cloneVNode(child);\n}\n";
35
35
 
36
36
  //#endregion
37
37
  //#region src/runtime/raw.ts
@@ -1,5 +1,5 @@
1
1
  const require_chunk = require('./chunk-CbDLau6x.cjs');
2
- const require_core = require('./core-BeIGPz2Y.cjs');
2
+ const require_core = require('./core-Fx2Q5u2J.cjs');
3
3
  let _vue_jsx_vapor_macros_raw = require("@vue-jsx-vapor/macros/raw");
4
4
  _vue_jsx_vapor_macros_raw = require_chunk.__toESM(_vue_jsx_vapor_macros_raw);
5
5
  let pathe = require("pathe");
@@ -33,7 +33,7 @@ var props_default = "import { proxyRefs, toRefs, useAttrs } from \"vue\";\nimpor
33
33
 
34
34
  //#endregion
35
35
  //#region src/runtime/vnode.ts?raw
36
- var vnode_default = "import {\n cloneVNode,\n Comment,\n createBlock,\n createVNode,\n Fragment,\n getCurrentInstance,\n isVNode,\n openBlock,\n Text\n} from \"vue\";\nconst cacheMap = /* @__PURE__ */ new WeakMap();\nexport function createVNodeCache() {\n const i = getCurrentInstance();\n if (i) {\n !cacheMap.has(i) && cacheMap.set(i, []);\n const caches = cacheMap.get(i);\n return caches[caches.length] = [];\n } else {\n return [];\n }\n}\nexport function normalizeVNode(child = \" \", flag = 0) {\n if (child == null || typeof child === \"boolean\") {\n return createVNode(Comment);\n } else if (Array.isArray(child)) {\n return openBlock(), createBlock(createVNode(Fragment, null, child.slice()));\n } else if (isVNode(child)) {\n return openBlock(), createBlock(cloneIfMounted(child));\n } else {\n return createVNode(Text, null, String(child), flag);\n }\n}\nfunction cloneIfMounted(child) {\n return child.el === null && child.patchFlag !== -1 || // @ts-ignore\n child.memo ? child : cloneVNode(child);\n}\n";
36
+ var vnode_default = "import {\n cloneVNode,\n Comment,\n createBlock,\n createVNode,\n Fragment,\n getCurrentInstance,\n isVNode,\n openBlock,\n Text\n} from \"vue\";\nconst cacheMap = /* @__PURE__ */ new WeakMap();\nexport function createVNodeCache(index) {\n const i = getCurrentInstance();\n if (i) {\n !cacheMap.has(i) && cacheMap.set(i, []);\n const caches = cacheMap.get(i);\n return caches[index] || (caches[index] = []);\n } else {\n return [];\n }\n}\nexport function normalizeVNode(value = \" \", flag = 1) {\n if (value == null || typeof value === \"boolean\") {\n return createVNode(Comment);\n } else if (typeof value !== \"function\") {\n return createVNode(Text, null, String(value), flag);\n }\n openBlock();\n const node = value();\n if (node == null || typeof node === \"boolean\") {\n return createBlock(Comment);\n } else if (Array.isArray(node)) {\n return createBlock(Fragment, null, node.slice());\n } else if (isVNode(node)) {\n return createBlock(cloneIfMounted(node));\n } else {\n return createBlock(Text, null, String(node), flag);\n }\n}\nfunction cloneIfMounted(child) {\n return child.el === null && child.patchFlag !== -1 || // @ts-ignore\n child.memo ? child : cloneVNode(child);\n}\n";
37
37
 
38
38
  //#endregion
39
39
  //#region src/runtime/raw.ts
package/dist/raw.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
- require('./core-BeIGPz2Y.cjs');
3
- const require_raw = require('./raw-CzYfWnnD.cjs');
2
+ require('./core-Fx2Q5u2J.cjs');
3
+ const require_raw = require('./raw-D4gtkwYR.cjs');
4
4
 
5
5
  exports.default = require_raw.raw_default;
package/dist/raw.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-V1045xYK.cjs";
1
+ import { t as Options } from "./options-DTNMvSsq.cjs";
2
2
  import { UnpluginOptions } from "unplugin";
3
3
 
4
4
  //#region src/raw.d.ts
package/dist/raw.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-gD_zG4x2.js";
1
+ import { t as Options } from "./options-BWYUbiRE.js";
2
2
  import { UnpluginOptions } from "unplugin";
3
3
 
4
4
  //#region src/raw.d.ts
package/dist/raw.js CHANGED
@@ -1,4 +1,4 @@
1
- import "./core-CgC9S6Q0.js";
2
- import { t as raw_default } from "./raw-rSj_OSHs.js";
1
+ import "./core-C4t7CQVd.js";
2
+ import { t as raw_default } from "./raw-CnTSAJlh.js";
3
3
 
4
4
  export { raw_default as default };
package/dist/rolldown.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
  const require_chunk = require('./chunk-CbDLau6x.cjs');
3
- require('./core-BeIGPz2Y.cjs');
4
- require('./raw-CzYfWnnD.cjs');
5
- const require_unplugin = require('./unplugin-CrWWgg9F.cjs');
3
+ require('./core-Fx2Q5u2J.cjs');
4
+ require('./raw-D4gtkwYR.cjs');
5
+ const require_unplugin = require('./unplugin-BhQI5kHK.cjs');
6
6
  let unplugin = require("unplugin");
7
7
 
8
8
  //#region src/rolldown.ts
@@ -1,6 +1,6 @@
1
- import { t as Options } from "./options-V1045xYK.cjs";
2
- import * as unplugin1 from "unplugin";
1
+ import { t as Options } from "./options-DTNMvSsq.cjs";
2
+ import * as unplugin0 from "unplugin";
3
3
 
4
4
  //#region src/rolldown.d.ts
5
- declare const _default: (options?: Options | undefined) => unplugin1.RollupPlugin<any> | unplugin1.RollupPlugin<any>[];
5
+ declare const _default: (options?: Options | undefined) => unplugin0.RollupPlugin<any> | unplugin0.RollupPlugin<any>[];
6
6
  export = _default;
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-gD_zG4x2.js";
1
+ import { t as Options } from "./options-BWYUbiRE.js";
2
2
  import * as unplugin0 from "unplugin";
3
3
 
4
4
  //#region src/rolldown.d.ts
package/dist/rolldown.js CHANGED
@@ -1,6 +1,6 @@
1
- import "./core-CgC9S6Q0.js";
2
- import "./raw-rSj_OSHs.js";
3
- import { n as unpluginFactory } from "./unplugin-Cphty0W0.js";
1
+ import "./core-C4t7CQVd.js";
2
+ import "./raw-CnTSAJlh.js";
3
+ import { n as unpluginFactory } from "./unplugin-BncN8ZW6.js";
4
4
  import { createRollupPlugin } from "unplugin";
5
5
 
6
6
  //#region src/rolldown.ts
package/dist/rollup.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
- require('./core-BeIGPz2Y.cjs');
3
- require('./raw-CzYfWnnD.cjs');
4
- const require_unplugin = require('./unplugin-CrWWgg9F.cjs');
2
+ require('./core-Fx2Q5u2J.cjs');
3
+ require('./raw-D4gtkwYR.cjs');
4
+ const require_unplugin = require('./unplugin-BhQI5kHK.cjs');
5
5
 
6
6
  //#region src/rollup.ts
7
7
  var rollup_default = require_unplugin.unplugin_default.rollup;
package/dist/rollup.d.cts CHANGED
@@ -1,6 +1,6 @@
1
- import { t as Options } from "./options-V1045xYK.cjs";
2
- import * as unplugin0 from "unplugin";
1
+ import { t as Options } from "./options-DTNMvSsq.cjs";
2
+ import * as unplugin1 from "unplugin";
3
3
 
4
4
  //#region src/rollup.d.ts
5
- declare const _default: (options?: Options | undefined) => unplugin0.RollupPlugin<any>[];
5
+ declare const _default: (options?: Options | undefined) => unplugin1.RollupPlugin<any>[];
6
6
  export = _default;
package/dist/rollup.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-gD_zG4x2.js";
1
+ import { t as Options } from "./options-BWYUbiRE.js";
2
2
  import * as unplugin1 from "unplugin";
3
3
 
4
4
  //#region src/rollup.d.ts
package/dist/rollup.js CHANGED
@@ -1,6 +1,6 @@
1
- import "./core-CgC9S6Q0.js";
2
- import "./raw-rSj_OSHs.js";
3
- import { r as unplugin_default } from "./unplugin-Cphty0W0.js";
1
+ import "./core-C4t7CQVd.js";
2
+ import "./raw-CnTSAJlh.js";
3
+ import { r as unplugin_default } from "./unplugin-BncN8ZW6.js";
4
4
 
5
5
  //#region src/rollup.ts
6
6
  var rollup_default = unplugin_default.rollup;
package/dist/rspack.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
- require('./core-BeIGPz2Y.cjs');
3
- require('./raw-CzYfWnnD.cjs');
4
- const require_unplugin = require('./unplugin-CrWWgg9F.cjs');
2
+ require('./core-Fx2Q5u2J.cjs');
3
+ require('./raw-D4gtkwYR.cjs');
4
+ const require_unplugin = require('./unplugin-BhQI5kHK.cjs');
5
5
 
6
6
  //#region src/rspack.ts
7
7
  var rspack_default = require_unplugin.unplugin_default.rspack;
package/dist/rspack.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-V1045xYK.cjs";
1
+ import { t as Options } from "./options-DTNMvSsq.cjs";
2
2
 
3
3
  //#region src/rspack.d.ts
4
4
  declare const _default: (options?: Options | undefined) => RspackPluginInstance;
package/dist/rspack.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-gD_zG4x2.js";
1
+ import { t as Options } from "./options-BWYUbiRE.js";
2
2
 
3
3
  //#region src/rspack.d.ts
4
4
  declare const _default: (options?: Options | undefined) => RspackPluginInstance;
package/dist/rspack.js CHANGED
@@ -1,6 +1,6 @@
1
- import "./core-CgC9S6Q0.js";
2
- import "./raw-rSj_OSHs.js";
3
- import { r as unplugin_default } from "./unplugin-Cphty0W0.js";
1
+ import "./core-C4t7CQVd.js";
2
+ import "./raw-CnTSAJlh.js";
3
+ import { r as unplugin_default } from "./unplugin-BncN8ZW6.js";
4
4
 
5
5
  //#region src/rspack.ts
6
6
  var rspack_default = unplugin_default.rspack;
@@ -1,5 +1,5 @@
1
1
  const require_chunk = require('./chunk-CbDLau6x.cjs');
2
- const require_raw = require('./raw-CzYfWnnD.cjs');
2
+ const require_raw = require('./raw-D4gtkwYR.cjs');
3
3
  let unplugin = require("unplugin");
4
4
 
5
5
  //#region src/unplugin.ts
@@ -1,4 +1,4 @@
1
- import { t as raw_default } from "./raw-rSj_OSHs.js";
1
+ import { t as raw_default } from "./raw-CnTSAJlh.js";
2
2
  import { createUnplugin } from "unplugin";
3
3
 
4
4
  //#region src/unplugin.ts
package/dist/unplugin.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
- require('./core-BeIGPz2Y.cjs');
3
- require('./raw-CzYfWnnD.cjs');
4
- const require_unplugin = require('./unplugin-CrWWgg9F.cjs');
2
+ require('./core-Fx2Q5u2J.cjs');
3
+ require('./raw-D4gtkwYR.cjs');
4
+ const require_unplugin = require('./unplugin-BhQI5kHK.cjs');
5
5
 
6
6
  exports.default = require_unplugin.unplugin_default;
7
7
  exports.unplugin = require_unplugin.unplugin;
@@ -1,9 +1,9 @@
1
- import { t as Options } from "./options-V1045xYK.cjs";
2
- import * as unplugin0 from "unplugin";
1
+ import { t as Options } from "./options-DTNMvSsq.cjs";
2
+ import * as unplugin2 from "unplugin";
3
3
  import { UnpluginFactory } from "unplugin";
4
4
 
5
5
  //#region src/unplugin.d.ts
6
6
  declare const unpluginFactory: UnpluginFactory<Options | undefined, true>;
7
- declare const unplugin: unplugin0.UnpluginInstance<Options | undefined, true>;
7
+ declare const unplugin: unplugin2.UnpluginInstance<Options | undefined, true>;
8
8
  //#endregion
9
9
  export { type Options, unplugin as default, unplugin, unpluginFactory };
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-gD_zG4x2.js";
1
+ import { t as Options } from "./options-BWYUbiRE.js";
2
2
  import * as unplugin2 from "unplugin";
3
3
  import { UnpluginFactory } from "unplugin";
4
4
 
package/dist/unplugin.js CHANGED
@@ -1,5 +1,5 @@
1
- import "./core-CgC9S6Q0.js";
2
- import "./raw-rSj_OSHs.js";
3
- import { n as unpluginFactory, r as unplugin_default, t as unplugin } from "./unplugin-Cphty0W0.js";
1
+ import "./core-C4t7CQVd.js";
2
+ import "./raw-CnTSAJlh.js";
3
+ import { n as unpluginFactory, r as unplugin_default, t as unplugin } from "./unplugin-BncN8ZW6.js";
4
4
 
5
5
  export { unplugin_default as default, unplugin, unpluginFactory };
package/dist/vite.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
- require('./core-BeIGPz2Y.cjs');
3
- require('./raw-CzYfWnnD.cjs');
4
- const require_unplugin = require('./unplugin-CrWWgg9F.cjs');
2
+ require('./core-Fx2Q5u2J.cjs');
3
+ require('./raw-D4gtkwYR.cjs');
4
+ const require_unplugin = require('./unplugin-BhQI5kHK.cjs');
5
5
 
6
6
  //#region src/vite.ts
7
7
  var vite_default = require_unplugin.unplugin_default.vite;
package/dist/vite.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-V1045xYK.cjs";
1
+ import { t as Options } from "./options-DTNMvSsq.cjs";
2
2
  import * as vite0 from "vite";
3
3
 
4
4
  //#region src/vite.d.ts
package/dist/vite.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-gD_zG4x2.js";
1
+ import { t as Options } from "./options-BWYUbiRE.js";
2
2
  import * as vite0 from "vite";
3
3
 
4
4
  //#region src/vite.d.ts
package/dist/vite.js CHANGED
@@ -1,6 +1,6 @@
1
- import "./core-CgC9S6Q0.js";
2
- import "./raw-rSj_OSHs.js";
3
- import { r as unplugin_default } from "./unplugin-Cphty0W0.js";
1
+ import "./core-C4t7CQVd.js";
2
+ import "./raw-CnTSAJlh.js";
3
+ import { r as unplugin_default } from "./unplugin-BncN8ZW6.js";
4
4
 
5
5
  //#region src/vite.ts
6
6
  var vite_default = unplugin_default.vite;
package/dist/volar.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-V1045xYK.cjs";
1
+ import { t as Options } from "./options-DTNMvSsq.cjs";
2
2
  import { PluginReturn } from "ts-macro";
3
3
 
4
4
  //#region src/volar.d.ts
package/dist/volar.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-gD_zG4x2.js";
1
+ import { t as Options } from "./options-BWYUbiRE.js";
2
2
  import { PluginReturn } from "ts-macro";
3
3
 
4
4
  //#region src/volar.d.ts
package/dist/webpack.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
- require('./core-BeIGPz2Y.cjs');
3
- require('./raw-CzYfWnnD.cjs');
4
- const require_unplugin = require('./unplugin-CrWWgg9F.cjs');
2
+ require('./core-Fx2Q5u2J.cjs');
3
+ require('./raw-D4gtkwYR.cjs');
4
+ const require_unplugin = require('./unplugin-BhQI5kHK.cjs');
5
5
 
6
6
  //#region src/webpack.ts
7
7
  var webpack_default = require_unplugin.unplugin_default.webpack;
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-V1045xYK.cjs";
1
+ import { t as Options } from "./options-DTNMvSsq.cjs";
2
2
  import * as webpack0 from "webpack";
3
3
 
4
4
  //#region src/webpack.d.ts
package/dist/webpack.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as Options } from "./options-gD_zG4x2.js";
1
+ import { t as Options } from "./options-BWYUbiRE.js";
2
2
  import * as webpack0 from "webpack";
3
3
 
4
4
  //#region src/webpack.d.ts
package/dist/webpack.js CHANGED
@@ -1,6 +1,6 @@
1
- import "./core-CgC9S6Q0.js";
2
- import "./raw-rSj_OSHs.js";
3
- import { r as unplugin_default } from "./unplugin-Cphty0W0.js";
1
+ import "./core-C4t7CQVd.js";
2
+ import "./raw-CnTSAJlh.js";
3
+ import { r as unplugin_default } from "./unplugin-BncN8ZW6.js";
4
4
 
5
5
  //#region src/webpack.ts
6
6
  var webpack_default = unplugin_default.webpack;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-jsx-vapor",
3
3
  "type": "module",
4
- "version": "3.1.2",
4
+ "version": "3.1.4",
5
5
  "description": "Vapor Mode of Vue JSX",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",
@@ -167,9 +167,9 @@
167
167
  "ts-macro": "^0.3.6",
168
168
  "unplugin": "^2.3.11",
169
169
  "unplugin-utils": "^0.2.5",
170
- "@vue-jsx-vapor/compiler-rs": "3.1.2",
171
- "@vue-jsx-vapor/runtime": "3.1.2",
172
- "@vue-jsx-vapor/macros": "3.1.2"
170
+ "@vue-jsx-vapor/runtime": "3.1.4",
171
+ "@vue-jsx-vapor/compiler-rs": "3.1.4",
172
+ "@vue-jsx-vapor/macros": "3.1.4"
173
173
  },
174
174
  "devDependencies": {
175
175
  "@nuxt/kit": "^3.20.2",