vue-jsx-vapor 2.4.2 → 2.4.3
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.d.cts +1 -2
- package/dist/api.d.ts +1 -2
- package/dist/astro.cjs +2 -2
- package/dist/astro.d.cts +3 -2
- package/dist/astro.d.ts +3 -2
- package/dist/astro.js +2 -2
- package/dist/esbuild.cjs +2 -2
- package/dist/esbuild.d.cts +3 -4
- package/dist/esbuild.d.ts +1 -2
- package/dist/esbuild.js +2 -2
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/nuxt.cjs +4 -4
- package/dist/nuxt.d.cts +3 -4
- package/dist/nuxt.d.ts +3 -4
- package/dist/nuxt.js +4 -4
- package/dist/{options-Clei53Zq.d.ts → options-CUo88eyQ.d.ts} +2 -1
- package/dist/{options-DV8VvkGu.d.cts → options-DKC5DMaU.d.cts} +2 -1
- package/dist/options.d.cts +1 -1
- package/dist/options.d.ts +1 -1
- package/dist/{raw-xT5hUlRx.js → raw-VH0PoGzC.js} +1 -1
- package/dist/{raw-UXyMc4Bx.cjs → raw-uTw6gsXR.cjs} +1 -1
- package/dist/raw.cjs +1 -1
- package/dist/raw.d.cts +1 -2
- package/dist/raw.d.ts +1 -2
- package/dist/raw.js +1 -1
- package/dist/rolldown.cjs +2 -2
- package/dist/rolldown.d.cts +3 -4
- package/dist/rolldown.d.ts +1 -2
- package/dist/rolldown.js +2 -2
- package/dist/rollup.cjs +2 -2
- package/dist/rollup.d.cts +3 -4
- package/dist/rollup.d.ts +1 -2
- package/dist/rollup.js +2 -2
- package/dist/rspack.cjs +2 -2
- package/dist/rspack.d.cts +1 -2
- package/dist/rspack.d.ts +1 -2
- package/dist/rspack.js +2 -2
- package/dist/{unplugin-BzCjyz75.js → unplugin-b-OOl5Oa.js} +1 -1
- package/dist/{unplugin-CrQwiFff.cjs → unplugin-oQzm1mwM.cjs} +1 -1
- package/dist/unplugin.cjs +2 -2
- package/dist/unplugin.d.cts +3 -4
- package/dist/unplugin.d.ts +1 -2
- package/dist/unplugin.js +2 -2
- package/dist/{vite-BWFaZdea.cjs → vite-CI0weIMr.cjs} +1 -1
- package/dist/vite-DTXDaFaY.js +7 -0
- package/dist/vite.cjs +3 -3
- package/dist/vite.d.cts +3 -4
- package/dist/vite.d.ts +1 -2
- package/dist/vite.js +3 -3
- package/dist/volar.d.cts +1 -2
- package/dist/volar.d.ts +1 -2
- package/dist/{webpack-CkQ8I3Hu.cjs → webpack-BsqVuFup.cjs} +1 -1
- package/dist/{webpack-BrJvWfwB.js → webpack-DKzUUZiK.js} +1 -1
- package/dist/webpack.cjs +3 -3
- package/dist/webpack.d.cts +3 -4
- package/dist/webpack.d.ts +1 -2
- package/dist/webpack.js +3 -3
- package/jsx-runtime/index.d.cts +0 -2
- package/jsx-runtime/index.d.ts +0 -2
- package/package.json +13 -13
- package/dist/vite-BUgmDfUA.js +0 -7
package/dist/api.d.cts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-DKC5DMaU.cjs";
|
|
2
2
|
import * as _babel_core14 from "@babel/core";
|
|
3
3
|
|
|
4
4
|
//#region src/core/index.d.ts
|
|
5
5
|
declare function transformVueJsxVapor(code: string, id: string, options?: Options, needSourceMap?: boolean): _babel_core14.BabelFileResult | null;
|
|
6
|
-
|
|
7
6
|
//#endregion
|
|
8
7
|
export { Options, transformVueJsxVapor };
|
package/dist/api.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-CUo88eyQ.js";
|
|
2
2
|
import * as _babel_core14 from "@babel/core";
|
|
3
3
|
|
|
4
4
|
//#region src/core/index.d.ts
|
|
5
5
|
declare function transformVueJsxVapor(code: string, id: string, options?: Options, needSourceMap?: boolean): _babel_core14.BabelFileResult | null;
|
|
6
|
-
|
|
7
6
|
//#endregion
|
|
8
7
|
export { Options, transformVueJsxVapor };
|
package/dist/astro.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
3
|
+
require('./raw-uTw6gsXR.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-oQzm1mwM.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 { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-DKC5DMaU.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/astro.d.ts
|
|
4
4
|
declare const _default: (options: Options) => {
|
|
@@ -6,5 +6,6 @@ declare const _default: (options: Options) => {
|
|
|
6
6
|
hooks: {
|
|
7
7
|
'astro:config:setup': (astro: any) => void;
|
|
8
8
|
};
|
|
9
|
-
};
|
|
9
|
+
};
|
|
10
|
+
//#endregion
|
|
10
11
|
export { _default as default };
|
package/dist/astro.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-CUo88eyQ.js";
|
|
2
2
|
|
|
3
3
|
//#region src/astro.d.ts
|
|
4
4
|
declare const _default: (options: Options) => {
|
|
@@ -6,5 +6,6 @@ declare const _default: (options: Options) => {
|
|
|
6
6
|
hooks: {
|
|
7
7
|
'astro:config:setup': (astro: any) => void;
|
|
8
8
|
};
|
|
9
|
-
};
|
|
9
|
+
};
|
|
10
|
+
//#endregion
|
|
10
11
|
export { _default as default };
|
package/dist/astro.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin_default } from "./unplugin-
|
|
2
|
+
import "./raw-VH0PoGzC.js";
|
|
3
|
+
import { unplugin_default } from "./unplugin-b-OOl5Oa.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
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
3
|
+
require('./raw-uTw6gsXR.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-oQzm1mwM.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
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
2
|
-
import * as
|
|
1
|
+
import { Options } from "./options-DKC5DMaU.cjs";
|
|
2
|
+
import * as esbuild2 from "esbuild";
|
|
3
3
|
|
|
4
4
|
//#region src/esbuild.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
6
|
-
|
|
5
|
+
declare const _default: (options?: Options | undefined) => esbuild2.Plugin;
|
|
7
6
|
//#endregion
|
|
8
7
|
export { _default as default };
|
package/dist/esbuild.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-CUo88eyQ.js";
|
|
2
2
|
import * as esbuild4 from "esbuild";
|
|
3
3
|
|
|
4
4
|
//#region src/esbuild.d.ts
|
|
5
5
|
declare const _default: (options?: Options | undefined) => esbuild4.Plugin;
|
|
6
|
-
|
|
7
6
|
//#endregion
|
|
8
7
|
export { _default as default };
|
package/dist/esbuild.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin_default } from "./unplugin-
|
|
2
|
+
import "./raw-VH0PoGzC.js";
|
|
3
|
+
import { unplugin_default } from "./unplugin-b-OOl5Oa.js";
|
|
4
4
|
|
|
5
5
|
//#region src/esbuild.ts
|
|
6
6
|
var esbuild_default = unplugin_default.esbuild;
|
package/dist/index.d.cts
CHANGED
|
@@ -35,6 +35,5 @@ declare function useFullProps(): Vue.ShallowUnwrapRef<{
|
|
|
35
35
|
}>;
|
|
36
36
|
declare function setNodes(anchor: Node, ...values: any[]): void;
|
|
37
37
|
declare function createNodes(...values: any[]): VaporFragment;
|
|
38
|
-
|
|
39
38
|
//#endregion
|
|
40
39
|
export { createNodes, getCurrentInstance, setNodes, useFullProps, useProps, useRef };
|
package/dist/index.d.ts
CHANGED
|
@@ -35,6 +35,5 @@ declare function useFullProps(): Vue.ShallowUnwrapRef<{
|
|
|
35
35
|
}>;
|
|
36
36
|
declare function setNodes(anchor: Node, ...values: any[]): void;
|
|
37
37
|
declare function createNodes(...values: any[]): VaporFragment;
|
|
38
|
-
|
|
39
38
|
//#endregion
|
|
40
39
|
export { createNodes, getCurrentInstance, setNodes, useFullProps, useProps, useRef };
|
package/dist/nuxt.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
const require_chunk = require('./chunk-CUT6urMc.cjs');
|
|
3
3
|
require('./core-BEqRwfoK.cjs');
|
|
4
|
-
require('./raw-
|
|
5
|
-
require('./unplugin-
|
|
6
|
-
const require_vite = require('./vite-
|
|
7
|
-
const require_webpack = require('./webpack-
|
|
4
|
+
require('./raw-uTw6gsXR.cjs');
|
|
5
|
+
require('./unplugin-oQzm1mwM.cjs');
|
|
6
|
+
const require_vite = require('./vite-CI0weIMr.cjs');
|
|
7
|
+
const require_webpack = require('./webpack-BsqVuFup.cjs');
|
|
8
8
|
const __nuxt_kit = require_chunk.__toESM(require("@nuxt/kit"));
|
|
9
9
|
require("@nuxt/schema");
|
|
10
10
|
|
package/dist/nuxt.d.cts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
2
|
-
import * as
|
|
1
|
+
import { Options } from "./options-DKC5DMaU.cjs";
|
|
2
|
+
import * as _nuxt_schema0 from "@nuxt/schema";
|
|
3
3
|
|
|
4
4
|
//#region src/nuxt.d.ts
|
|
5
5
|
interface ModuleOptions extends Options {}
|
|
6
|
-
declare const _default:
|
|
7
|
-
|
|
6
|
+
declare const _default: _nuxt_schema0.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
8
7
|
//#endregion
|
|
9
8
|
export { ModuleOptions, _default as default };
|
package/dist/nuxt.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
2
|
-
import * as
|
|
1
|
+
import { Options } from "./options-CUo88eyQ.js";
|
|
2
|
+
import * as _nuxt_schema7 from "@nuxt/schema";
|
|
3
3
|
|
|
4
4
|
//#region src/nuxt.d.ts
|
|
5
5
|
interface ModuleOptions extends Options {}
|
|
6
|
-
declare const _default:
|
|
7
|
-
|
|
6
|
+
declare const _default: _nuxt_schema7.NuxtModule<ModuleOptions, ModuleOptions, false>;
|
|
8
7
|
//#endregion
|
|
9
8
|
export { ModuleOptions, _default as default };
|
package/dist/nuxt.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import "./unplugin-
|
|
4
|
-
import { vite_default } from "./vite-
|
|
5
|
-
import { webpack_default } from "./webpack-
|
|
2
|
+
import "./raw-VH0PoGzC.js";
|
|
3
|
+
import "./unplugin-b-OOl5Oa.js";
|
|
4
|
+
import { vite_default } from "./vite-DTXDaFaY.js";
|
|
5
|
+
import { webpack_default } from "./webpack-DKzUUZiK.js";
|
|
6
6
|
import { addVitePlugin, addWebpackPlugin, defineNuxtModule } from "@nuxt/kit";
|
|
7
7
|
import "@nuxt/schema";
|
|
8
8
|
|
package/dist/options.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-DKC5DMaU.cjs";
|
|
2
2
|
export { Options };
|
package/dist/options.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-CUo88eyQ.js";
|
|
2
2
|
export { Options };
|
|
@@ -20,7 +20,7 @@ function ssrRegisterHelper(comp, filename) {
|
|
|
20
20
|
const setup = comp.setup;
|
|
21
21
|
comp.setup = (props, ctx) => {
|
|
22
22
|
const ssrContext = useSSRContext();
|
|
23
|
-
(ssrContext.modules || (ssrContext.modules = new Set())).add(filename);
|
|
23
|
+
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add(filename);
|
|
24
24
|
if (setup) return setup(props, ctx);
|
|
25
25
|
};
|
|
26
26
|
}
|
|
@@ -21,7 +21,7 @@ function ssrRegisterHelper(comp, filename) {
|
|
|
21
21
|
const setup = comp.setup;
|
|
22
22
|
comp.setup = (props, ctx) => {
|
|
23
23
|
const ssrContext = useSSRContext();
|
|
24
|
-
(ssrContext.modules || (ssrContext.modules = new Set())).add(filename);
|
|
24
|
+
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add(filename);
|
|
25
25
|
if (setup) return setup(props, ctx);
|
|
26
26
|
};
|
|
27
27
|
}
|
package/dist/raw.cjs
CHANGED
package/dist/raw.d.cts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-DKC5DMaU.cjs";
|
|
2
2
|
import { UnpluginOptions } from "unplugin";
|
|
3
3
|
|
|
4
4
|
//#region src/raw.d.ts
|
|
5
5
|
declare const plugin: (options?: Options) => UnpluginOptions[];
|
|
6
|
-
|
|
7
6
|
//#endregion
|
|
8
7
|
export { plugin as default };
|
package/dist/raw.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-CUo88eyQ.js";
|
|
2
2
|
import { UnpluginOptions } from "unplugin";
|
|
3
3
|
|
|
4
4
|
//#region src/raw.d.ts
|
|
5
5
|
declare const plugin: (options?: Options) => UnpluginOptions[];
|
|
6
|
-
|
|
7
6
|
//#endregion
|
|
8
7
|
export { plugin as default };
|
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-CUT6urMc.cjs');
|
|
3
3
|
require('./core-BEqRwfoK.cjs');
|
|
4
|
-
require('./raw-
|
|
5
|
-
const require_unplugin = require('./unplugin-
|
|
4
|
+
require('./raw-uTw6gsXR.cjs');
|
|
5
|
+
const require_unplugin = require('./unplugin-oQzm1mwM.cjs');
|
|
6
6
|
const unplugin = require_chunk.__toESM(require("unplugin"));
|
|
7
7
|
|
|
8
8
|
//#region src/rolldown.ts
|
package/dist/rolldown.d.cts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
2
|
-
import * as
|
|
1
|
+
import { Options } from "./options-DKC5DMaU.cjs";
|
|
2
|
+
import * as rollup4 from "rollup";
|
|
3
3
|
|
|
4
4
|
//#region src/rolldown.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
6
|
-
|
|
5
|
+
declare const _default: (options?: Options | undefined) => rollup4.Plugin<any> | rollup4.Plugin<any>[];
|
|
7
6
|
//#endregion
|
|
8
7
|
export { _default as default };
|
package/dist/rolldown.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-CUo88eyQ.js";
|
|
2
2
|
import * as rollup1 from "rollup";
|
|
3
3
|
|
|
4
4
|
//#region src/rolldown.d.ts
|
|
5
5
|
declare const _default: (options?: Options | undefined) => rollup1.Plugin<any> | rollup1.Plugin<any>[];
|
|
6
|
-
|
|
7
6
|
//#endregion
|
|
8
7
|
export { _default as default };
|
package/dist/rolldown.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unpluginFactory } from "./unplugin-
|
|
2
|
+
import "./raw-VH0PoGzC.js";
|
|
3
|
+
import { unpluginFactory } from "./unplugin-b-OOl5Oa.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
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
3
|
+
require('./raw-uTw6gsXR.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-oQzm1mwM.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,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
2
|
-
import * as
|
|
1
|
+
import { Options } from "./options-DKC5DMaU.cjs";
|
|
2
|
+
import * as rollup9 from "rollup";
|
|
3
3
|
|
|
4
4
|
//#region src/rollup.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
6
|
-
|
|
5
|
+
declare const _default: (options?: Options | undefined) => rollup9.Plugin<any>[];
|
|
7
6
|
//#endregion
|
|
8
7
|
export { _default as default };
|
package/dist/rollup.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-CUo88eyQ.js";
|
|
2
2
|
import * as rollup6 from "rollup";
|
|
3
3
|
|
|
4
4
|
//#region src/rollup.d.ts
|
|
5
5
|
declare const _default: (options?: Options | undefined) => rollup6.Plugin<any>[];
|
|
6
|
-
|
|
7
6
|
//#endregion
|
|
8
7
|
export { _default as default };
|
package/dist/rollup.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin_default } from "./unplugin-
|
|
2
|
+
import "./raw-VH0PoGzC.js";
|
|
3
|
+
import { unplugin_default } from "./unplugin-b-OOl5Oa.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
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
3
|
+
require('./raw-uTw6gsXR.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-oQzm1mwM.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
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin_default } from "./unplugin-
|
|
2
|
+
import "./raw-VH0PoGzC.js";
|
|
3
|
+
import { unplugin_default } from "./unplugin-b-OOl5Oa.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
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
const require_unplugin = require('./unplugin-
|
|
3
|
+
require('./raw-uTw6gsXR.cjs');
|
|
4
|
+
const require_unplugin = require('./unplugin-oQzm1mwM.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,10 +1,9 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
2
|
-
import * as
|
|
1
|
+
import { Options } from "./options-DKC5DMaU.cjs";
|
|
2
|
+
import * as unplugin7 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:
|
|
8
|
-
|
|
7
|
+
declare const unplugin: unplugin7.UnpluginInstance<Options | undefined, true>;
|
|
9
8
|
//#endregion
|
|
10
9
|
export { Options, unplugin as default, unplugin, unpluginFactory };
|
package/dist/unplugin.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-CUo88eyQ.js";
|
|
2
2
|
import * as unplugin9 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
7
|
declare const unplugin: unplugin9.UnpluginInstance<Options | undefined, true>;
|
|
8
|
-
|
|
9
8
|
//#endregion
|
|
10
9
|
export { Options, unplugin as default, unplugin, unpluginFactory };
|
package/dist/unplugin.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import { unplugin, unpluginFactory, unplugin_default } from "./unplugin-
|
|
2
|
+
import "./raw-VH0PoGzC.js";
|
|
3
|
+
import { unplugin, unpluginFactory, unplugin_default } from "./unplugin-b-OOl5Oa.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
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
require('./unplugin-
|
|
5
|
-
const require_vite = require('./vite-
|
|
3
|
+
require('./raw-uTw6gsXR.cjs');
|
|
4
|
+
require('./unplugin-oQzm1mwM.cjs');
|
|
5
|
+
const require_vite = require('./vite-CI0weIMr.cjs');
|
|
6
6
|
|
|
7
7
|
exports.default = require_vite.vite_default;
|
package/dist/vite.d.cts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
2
|
-
import * as
|
|
1
|
+
import { Options } from "./options-DKC5DMaU.cjs";
|
|
2
|
+
import * as vite11 from "vite";
|
|
3
3
|
|
|
4
4
|
//#region src/vite.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
6
|
-
|
|
5
|
+
declare const _default: (options?: Options | undefined) => vite11.Plugin<any>[];
|
|
7
6
|
//#endregion
|
|
8
7
|
export { _default as default };
|
package/dist/vite.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-CUo88eyQ.js";
|
|
2
2
|
import * as vite11 from "vite";
|
|
3
3
|
|
|
4
4
|
//#region src/vite.d.ts
|
|
5
5
|
declare const _default: (options?: Options | undefined) => vite11.Plugin<any>[];
|
|
6
|
-
|
|
7
6
|
//#endregion
|
|
8
7
|
export { _default as default };
|
package/dist/vite.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import "./unplugin-
|
|
4
|
-
import { vite_default } from "./vite-
|
|
2
|
+
import "./raw-VH0PoGzC.js";
|
|
3
|
+
import "./unplugin-b-OOl5Oa.js";
|
|
4
|
+
import { vite_default } from "./vite-DTXDaFaY.js";
|
|
5
5
|
|
|
6
6
|
export { vite_default as default };
|
package/dist/volar.d.cts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-DKC5DMaU.cjs";
|
|
2
2
|
import { PluginReturn } from "ts-macro";
|
|
3
3
|
|
|
4
4
|
//#region src/volar.d.ts
|
|
5
5
|
declare const plugin: PluginReturn<Options | undefined, true>;
|
|
6
|
-
|
|
7
6
|
//#endregion
|
|
8
7
|
export { plugin as default };
|
package/dist/volar.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-CUo88eyQ.js";
|
|
2
2
|
import { PluginReturn } from "ts-macro";
|
|
3
3
|
|
|
4
4
|
//#region src/volar.d.ts
|
|
5
5
|
declare const plugin: PluginReturn<Options | undefined, true>;
|
|
6
|
-
|
|
7
6
|
//#endregion
|
|
8
7
|
export { plugin as default };
|
package/dist/webpack.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
require('./core-BEqRwfoK.cjs');
|
|
3
|
-
require('./raw-
|
|
4
|
-
require('./unplugin-
|
|
5
|
-
const require_webpack = require('./webpack-
|
|
3
|
+
require('./raw-uTw6gsXR.cjs');
|
|
4
|
+
require('./unplugin-oQzm1mwM.cjs');
|
|
5
|
+
const require_webpack = require('./webpack-BsqVuFup.cjs');
|
|
6
6
|
|
|
7
7
|
exports.default = require_webpack.webpack_default;
|
package/dist/webpack.d.cts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
2
|
-
import * as
|
|
1
|
+
import { Options } from "./options-DKC5DMaU.cjs";
|
|
2
|
+
import * as webpack13 from "webpack";
|
|
3
3
|
|
|
4
4
|
//#region src/webpack.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
6
|
-
|
|
5
|
+
declare const _default: (options?: Options | undefined) => webpack13.WebpackPluginInstance;
|
|
7
6
|
//#endregion
|
|
8
7
|
export { _default as default };
|
package/dist/webpack.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Options } from "./options-
|
|
1
|
+
import { Options } from "./options-CUo88eyQ.js";
|
|
2
2
|
import * as webpack13 from "webpack";
|
|
3
3
|
|
|
4
4
|
//#region src/webpack.d.ts
|
|
5
5
|
declare const _default: (options?: Options | undefined) => webpack13.WebpackPluginInstance;
|
|
6
|
-
|
|
7
6
|
//#endregion
|
|
8
7
|
export { _default as default };
|
package/dist/webpack.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./core-BDE4GLH8.js";
|
|
2
|
-
import "./raw-
|
|
3
|
-
import "./unplugin-
|
|
4
|
-
import { webpack_default } from "./webpack-
|
|
2
|
+
import "./raw-VH0PoGzC.js";
|
|
3
|
+
import "./unplugin-b-OOl5Oa.js";
|
|
4
|
+
import { webpack_default } from "./webpack-DKzUUZiK.js";
|
|
5
5
|
|
|
6
6
|
export { webpack_default as default };
|
package/jsx-runtime/index.d.cts
CHANGED
|
@@ -1327,7 +1327,6 @@ interface TransitionEvent<T = Element> extends SyntheticEvent<T, globalThis.Tran
|
|
|
1327
1327
|
pseudoElement: string;
|
|
1328
1328
|
}
|
|
1329
1329
|
type TransitionEventHandler<T = Element> = EventHandler<TransitionEvent<T>>;
|
|
1330
|
-
|
|
1331
1330
|
//#endregion
|
|
1332
1331
|
//#region src/jsx-runtime.d.ts
|
|
1333
1332
|
declare function jsx(type: any, props: any, key: any): ReturnType<typeof h>;
|
|
@@ -1350,6 +1349,5 @@ declare global {
|
|
|
1350
1349
|
interface IntrinsicAttributes extends ReservedProps, AllowedComponentProps, ComponentCustomProps {}
|
|
1351
1350
|
}
|
|
1352
1351
|
}
|
|
1353
|
-
|
|
1354
1352
|
//#endregion
|
|
1355
1353
|
export { Fragment, jsx, jsx as jsxDEV, jsx as jsxs };
|
package/jsx-runtime/index.d.ts
CHANGED
|
@@ -1327,7 +1327,6 @@ interface TransitionEvent<T = Element> extends SyntheticEvent<T, globalThis.Tran
|
|
|
1327
1327
|
pseudoElement: string;
|
|
1328
1328
|
}
|
|
1329
1329
|
type TransitionEventHandler<T = Element> = EventHandler<TransitionEvent<T>>;
|
|
1330
|
-
|
|
1331
1330
|
//#endregion
|
|
1332
1331
|
//#region src/jsx-runtime.d.ts
|
|
1333
1332
|
declare function jsx(type: any, props: any, key: any): ReturnType<typeof h>;
|
|
@@ -1350,6 +1349,5 @@ declare global {
|
|
|
1350
1349
|
interface IntrinsicAttributes extends ReservedProps, AllowedComponentProps, ComponentCustomProps {}
|
|
1351
1350
|
}
|
|
1352
1351
|
}
|
|
1353
|
-
|
|
1354
1352
|
//#endregion
|
|
1355
1353
|
export { Fragment, jsx, jsx as jsxDEV, jsx as jsxs };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-jsx-vapor",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.3",
|
|
4
4
|
"description": "Convert Vue JSX to Vapor",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -152,27 +152,27 @@
|
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
154
|
"dependencies": {
|
|
155
|
-
"@babel/core": "^7.
|
|
156
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
157
|
-
"@vue-macros/jsx-directive": "^3.0.0-beta.
|
|
158
|
-
"@vue-macros/volar": "^3.0.0-beta.
|
|
155
|
+
"@babel/core": "^7.27.3",
|
|
156
|
+
"@babel/plugin-transform-typescript": "^7.27.1",
|
|
157
|
+
"@vue-macros/jsx-directive": "^3.0.0-beta.13",
|
|
158
|
+
"@vue-macros/volar": "^3.0.0-beta.13",
|
|
159
159
|
"@vue/babel-plugin-jsx": "^1.4.0",
|
|
160
160
|
"hash-sum": "^2.0.0",
|
|
161
161
|
"pathe": "^2.0.3",
|
|
162
|
-
"ts-macro": "^0.1.
|
|
163
|
-
"unplugin": "^2.
|
|
162
|
+
"ts-macro": "^0.1.31",
|
|
163
|
+
"unplugin": "^2.3.5",
|
|
164
164
|
"unplugin-utils": "^0.2.4",
|
|
165
|
-
"@vue-jsx-vapor/
|
|
166
|
-
"@vue-jsx-vapor/
|
|
167
|
-
"@vue-jsx-vapor/
|
|
165
|
+
"@vue-jsx-vapor/babel": "2.4.3",
|
|
166
|
+
"@vue-jsx-vapor/compiler": "2.4.3",
|
|
167
|
+
"@vue-jsx-vapor/macros": "2.4.3"
|
|
168
168
|
},
|
|
169
169
|
"devDependencies": {
|
|
170
|
-
"@nuxt/kit": "^3.
|
|
171
|
-
"@nuxt/schema": "^3.
|
|
170
|
+
"@nuxt/kit": "^3.17.4",
|
|
171
|
+
"@nuxt/schema": "^3.17.4",
|
|
172
172
|
"@types/babel__core": "^7.20.5",
|
|
173
173
|
"@types/hash-sum": "^1.0.2",
|
|
174
174
|
"csstype": "^3.1.3",
|
|
175
|
-
"vue": "https://pkg.pr.new/vue@
|
|
175
|
+
"vue": "https://pkg.pr.new/vue@280bc48"
|
|
176
176
|
},
|
|
177
177
|
"scripts": {
|
|
178
178
|
"build": "tsdown",
|