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.
- package/dist/api.cjs +1 -1
- package/dist/api.d.cts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/astro.cjs +3 -3
- package/dist/astro.d.cts +1 -1
- package/dist/astro.d.ts +1 -1
- package/dist/astro.js +3 -3
- package/dist/{core-CgC9S6Q0.js → core-C4t7CQVd.js} +2 -1
- package/dist/{core-BeIGPz2Y.cjs → core-Fx2Q5u2J.cjs} +2 -1
- package/dist/esbuild.cjs +3 -3
- package/dist/esbuild.d.cts +1 -1
- package/dist/esbuild.d.ts +1 -1
- package/dist/esbuild.js +3 -3
- package/dist/nuxt.cjs +3 -3
- package/dist/nuxt.d.cts +1 -1
- package/dist/nuxt.d.ts +1 -1
- package/dist/nuxt.js +3 -3
- package/dist/{options-V1045xYK.d.cts → options-BWYUbiRE.d.ts} +2 -2
- package/dist/{options-gD_zG4x2.d.ts → options-DTNMvSsq.d.cts} +2 -2
- package/dist/{raw-rSj_OSHs.js → raw-CnTSAJlh.js} +2 -2
- package/dist/{raw-CzYfWnnD.cjs → raw-D4gtkwYR.cjs} +2 -2
- package/dist/raw.cjs +2 -2
- package/dist/raw.d.cts +1 -1
- package/dist/raw.d.ts +1 -1
- package/dist/raw.js +2 -2
- package/dist/rolldown.cjs +3 -3
- package/dist/rolldown.d.cts +3 -3
- package/dist/rolldown.d.ts +1 -1
- package/dist/rolldown.js +3 -3
- package/dist/rollup.cjs +3 -3
- package/dist/rollup.d.cts +3 -3
- package/dist/rollup.d.ts +1 -1
- package/dist/rollup.js +3 -3
- package/dist/rspack.cjs +3 -3
- package/dist/rspack.d.cts +1 -1
- package/dist/rspack.d.ts +1 -1
- package/dist/rspack.js +3 -3
- package/dist/{unplugin-CrWWgg9F.cjs → unplugin-BhQI5kHK.cjs} +1 -1
- package/dist/{unplugin-Cphty0W0.js → unplugin-BncN8ZW6.js} +1 -1
- package/dist/unplugin.cjs +3 -3
- package/dist/unplugin.d.cts +3 -3
- package/dist/unplugin.d.ts +1 -1
- package/dist/unplugin.js +3 -3
- package/dist/vite.cjs +3 -3
- package/dist/vite.d.cts +1 -1
- package/dist/vite.d.ts +1 -1
- package/dist/vite.js +3 -3
- package/dist/volar.d.cts +1 -1
- package/dist/volar.d.ts +1 -1
- package/dist/webpack.cjs +3 -3
- package/dist/webpack.d.cts +1 -1
- package/dist/webpack.d.ts +1 -1
- package/dist/webpack.js +3 -3
- package/package.json +4 -4
package/dist/api.cjs
CHANGED
package/dist/api.d.cts
CHANGED
package/dist/api.d.ts
CHANGED
package/dist/api.js
CHANGED
package/dist/astro.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('./core-
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
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
package/dist/astro.d.ts
CHANGED
package/dist/astro.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { r as unplugin_default } from "./unplugin-
|
|
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) => ({
|
package/dist/esbuild.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('./core-
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
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;
|
package/dist/esbuild.d.cts
CHANGED
package/dist/esbuild.d.ts
CHANGED
package/dist/esbuild.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { r as unplugin_default } from "./unplugin-
|
|
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-
|
|
4
|
-
require('./raw-
|
|
5
|
-
require('./unplugin-
|
|
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
package/dist/nuxt.d.ts
CHANGED
package/dist/nuxt.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import "./unplugin-
|
|
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 {
|
|
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-
|
|
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
|
|
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-
|
|
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
|
|
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-
|
|
3
|
-
const require_raw = require('./raw-
|
|
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
package/dist/raw.d.ts
CHANGED
package/dist/raw.js
CHANGED
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-
|
|
4
|
-
require('./raw-
|
|
5
|
-
const require_unplugin = require('./unplugin-
|
|
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
|
package/dist/rolldown.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as Options } from "./options-
|
|
2
|
-
import * as
|
|
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) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => unplugin0.RollupPlugin<any> | unplugin0.RollupPlugin<any>[];
|
|
6
6
|
export = _default;
|
package/dist/rolldown.d.ts
CHANGED
package/dist/rolldown.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { n as unpluginFactory } from "./unplugin-
|
|
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-
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
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-
|
|
2
|
-
import * as
|
|
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) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => unplugin1.RollupPlugin<any>[];
|
|
6
6
|
export = _default;
|
package/dist/rollup.d.ts
CHANGED
package/dist/rollup.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { r as unplugin_default } from "./unplugin-
|
|
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-
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
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
package/dist/rspack.d.ts
CHANGED
package/dist/rspack.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { r as unplugin_default } from "./unplugin-
|
|
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;
|
package/dist/unplugin.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('./core-
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
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;
|
package/dist/unplugin.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { t as Options } from "./options-
|
|
2
|
-
import * as
|
|
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:
|
|
7
|
+
declare const unplugin: unplugin2.UnpluginInstance<Options | undefined, true>;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { type Options, unplugin as default, unplugin, unpluginFactory };
|
package/dist/unplugin.d.ts
CHANGED
package/dist/unplugin.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { n as unpluginFactory, r as unplugin_default, t as unplugin } from "./unplugin-
|
|
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-
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
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
package/dist/vite.d.ts
CHANGED
package/dist/vite.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { r as unplugin_default } from "./unplugin-
|
|
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
package/dist/volar.d.ts
CHANGED
package/dist/webpack.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('./core-
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
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;
|
package/dist/webpack.d.cts
CHANGED
package/dist/webpack.d.ts
CHANGED
package/dist/webpack.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./core-
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { r as unplugin_default } from "./unplugin-
|
|
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.
|
|
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/
|
|
171
|
-
"@vue-jsx-vapor/
|
|
172
|
-
"@vue-jsx-vapor/macros": "3.1.
|
|
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",
|